Software Development Network Logo
  • SQL Server
  • Microsoft ISV
  • Visual FoxPro
  • VS Team System
  • Visual Studio
  • VS Express Editions
  • .NET Development
  • Windows Vista
  • Visual J#
  • Windows Forms
  • Visual C++
  • Architecture
  • Windows Live
  • Game Technologies
  • Visual Basic

Software Development Network >> tehlike's Q&A profile

tehlike

Member List

icesun
Gareth Welch
tom_davies
aeppley
MikeC#
SkattyD
walter wu
Russ2
mBurger
Pavan Kurimilla
Lex007
Keith WIlliams
jfarias
oldorange1
edin
StuMan1337
JLuis
jl2005
Hamza Farooq
NeilSt
Only Title

tehlike's Q&A profile

  • SQL Server Show/Hide column according to parameter value

    Hi, I have a report that is showing international sales. I want to display the currency column (or not) according to a parameter value. I have set the visibility/Hidden value to: = Not Parameters!OriginatingCurrency.Value Should work I thought so. when I try and view it, I get the error: "The table "table2" has 'OriginalCurreny' as a toggle item. Toggle items must be text boxes that share the same scope as the hidden item or are in ...Show All

  • Visual Basic Why no outlining

    Should the outlining submenu be populated in Beta 2 Mine is empty when editing in VB. UGH! Regards, Al Flash the giant user error sign over the help desk. My fault Got it working fine. I think a lot of my problems stem from being in run mode without knowing it. Lots of things of course are locked out under those circumstances. I'm more careful to stop the debugger now and have fewer difficulties. Regards, Al ...Show All

  • SQL Server RTM Integration Services Job

    When I try to create a job step of type SQL Server Integration Services Package I get an error: =================================== The specified module could not be found. (Exception from HRESULT: 0x8007007E) (SqlManagerUI) ------------------------------ Program Location:    at Microsoft.SqlServer.Management.SqlManagerUI.DTSJobSubSystemDefinition.Microsoft.SqlServer.Management.SqlManagerUI.IJobStepPropertiesControl.Load(JobStepData ...Show All

  • SQL Server User Definded Aggrigates

    Hi, I'm currently working with SQL Server 2005 Management Studio. I'm unable to view the user defined Aggrigates, can some one suggest me about the same In other words, where i can find the details of user defined aggrigate functions Regards, Yes, it is enabled. Anyhow, thanks for reading my post and contributing with your comments. i inquired with Microsoft SQL Server team. According to them, it is a lapse from them during the Beta ve ...Show All

  • Visual Studio Strange bug recurring in Visual Studio 2005 Beta 2 (Whidbey): junk popup

    Hi there, Support for VS beta 2 seems unlikely, however I am already using it at work, anticipating the full release of the product.  I'm just hoping someone else has seen this problem happen before. The problem happened a few times in the past couple of weeks, but is now occurring regularly, and it's now starting to cut into my productivity. Now, ever second time I start debugging my winforms application,  a junk popup window start ...Show All

  • Visual C++ Dialog + Modeless

    HI,   I am trying to create a dialog. I have a .EXE which already as its Dialog and this dialog is create with the function DoModal(). This EXE loads my dll. and at some point my dll needs to lauch a modeless dialog... I have tried the following:         DlgPtr = new DlgClass();         DlgPtr->Create( IDD_FIRST_DIALOG );         DlgPtr->ShowW ...Show All

  • SQL Server Mirroring - totally stumped, need some help.

    Alright, I've been at this for some time now and I am now officially completely stumped. This is the error that I have been consistantly getting and cannot seem to resolve: The server network address "tcp://<servername>:5022" can not be reached or does not exist. Check the network address name and reissue the command. (Obvioulsly '<servername>' is replaced with the real name) I just dont get it. I've tried everything I can t ...Show All

  • .NET Development How do I call a executable from C# .NET Form?

    Hi all,   Maybe this is a fairly dumb question, but I will ask it anyway: Is there a way to call a executable from a C# APSX .NET file Though this (calling an EXE from ASP.NET) is not recommended, please check out http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp FAQID=67  for a solution. ...Show All

  • Visual C# Insert to Access DB from C# webform

    I have a web form, where values are submitted and displayed on a table on a form. What I want the user to be able to do is view these values, and if they are satisfied with them, submit them to a table in an Access database by clicking one submit button. Any suggestions Hey, You can use a gridview to show the values (like from a datatable, which you have to retain using session or cache; or use access ...Show All

  • Visual C++ writing DWORDs to file in unix like manner (Lowbyte first)

    Hello, is there any setting to force the ide to generate code which behavior is like on unix machines especially in case of writing DWORDs to a binary file so that the Lower byte ist written first and then the high byte Thanks a lot Matthias I don't believe there is a direct way, but take a look at the links at http://search.msdn.microsoft.com/search/results.aspx qu=unix+C%2b%2b&View=msdn&st=b&c=0&s=1&s ...Show All

  • SQL Server SQL Server 2005 Remote Connection Problem... Big Time.

    Hi, I installed SQL server 2005 express edition on my windows server and I had no problem with connecting it remotely through Management Studio, then I removed it and installed a full edition SQL server 2005. That's when it's gone all wrong. Now I can't remotely connect the server through Management Studio. The error I get is the same as some of the people in this forum has which is: "An error has occurred while establishing a conn ...Show All

  • Windows Forms Problem of circular reference.

    I have two simple WinForms each packed in an assembly(.dll). In each form, I has a button that will open and show the other form when clicked(simply produce a new instance).  However, I am not allowed to add reference of the forms to  ...Show All

  • Visual Studio 2008 (Pre-release) Why not go one step further and allow persistence?

    I always wondered why the LINQ project does not go the extra mile and provide persistence to the LINQ project. DLINQ is a good step; but, from an OO point of view, one goes backwards: from a Database Schema to an OO Model. It should be from an OO model to the Database Schema, and the database schema automatically updated. I believe LINQ should provide that to be complete. :-) Call it LINQS (S=Save).   ...Show All

  • SQL Server ExecuteSQL Fails from Variable

    I am executing the following statement to setup a database: IF EXISTS (SELECT name FROM master.dbo.sysdatabases WHERE name = N'WTemplate') BEGIN ALTER DATABASE [WTemplate] SET SINGLE_USER WITH ROLLBACK IMMEDIATE DROP DATABASE [WTemplate] END GO CREATE DATABASE WTemplate ON PRIMARY ( NAME = N'WTemplate', FILENAME = N'D:\MSSQL\MSSQL.1\MSSQL\DATA\WTemplate.mdf' , SIZE = 2048KB , FILEGROWTH = 1024KB ) LOG ON ( NAME = N'WTemplate_log', FIL ...Show All

  • Visual Studio Tools for Office Word OCX Control

    Hi, I have a requirement to show a word document on a web form and the user can change the document and the changes should be saved to web server. For this purpose i am using DSO Framer control available at http://support.microsoft.com/default.aspx scid=kb;en-us;311765 But while saving the document to web server i am getting following error "The process Can not access the file because it is being used by another process& ...Show All

©2008 Software Development Network

powered by phorum