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

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

LLIAMAH

Member List

Helschaee
BobbieB
Jin
DavidPalmer
Page123
1modris2
TheSource
Theodore C
Jason Sandlin
Sankar07
Arieth
EdVil
r3dw1ng
Ontario
Paul A Bristow
Clinton Cherry
RichardSQLDev
Mubeen
Rumen Yankov
Mr. Bungle
Only Title

LLIAMAH's Q&A profile

  • SQL Server Need to create <Query> statement programmatically

    I am creating a web application that uses a using a web service to get data for my reports. Since the webservice only accepts 1 parameter called "sql" (the sql select statement), I am using the report's query string to get the data. Here is the data source and dataset info I am using: DataSource Name: WebService Type: XML Connection string: http://localhost/myWeb/myWebService.asmx Credentials: No credentials DataSet Query tab: Name: WebService Data source: WebService Command type: Text Query String: <Query><SoapAction>......</SoapAction></Query> Here is a sample of the < ...Show All

  • SQL Server Forms security deploy problem

    Hi, I have changed my Reporting services from Windows Security to Forms Security. When I deploy reports on the local SQL server, a windows pops up. This windows requires my username and password for the report server. After I input them, everything works fine. However, When I deploy reports to the above server from the different SQL server located on a different computer, the windows always pops up, although I type the same username and same password. Any ideas Thanks a lot.   Hi , I have configured SMTP server and i have done email subscription to particular customer called "tbs".The repor ...Show All

  • Visual Basic Relase the Fix for Visual Basic Compiler Error &amp;amp;amp;H8013141e&amp;amp;amp;

    Hi all i just want to know when is going to be released the fix for visual basic compiler error &H8013141e&   this is already reported in the microsoft productfeedback site. i think this is a very urgent patch that must be released asap and please do not repond that i should go back to vs.2003 because i have lots of code developed in VS 2005 to framework 2.0 ..   JSB PS: this error pisses me of, i need to restart VS.IDE every 5 minutes. i think this is too bad for a recent relesase product ( its full of Bugs ).   Hi, João, This is a good opportunity (in the ...Show All

  • Windows Forms Viewing a word doc within a Windows Forms Application

    I would like to display a word document within my windows form application. Currently I am using the IE activeX control and passing it the word doc location. There must be a more elegant solution. Yes there is a lot of code I left out of the post...  I only posted the code relevent to obtaing the underlying DSOFramer.FramerControl of an AxDSOFramer.AxFramerControl. You must have dsoframer.ocx registered.  Try the code below... let&n ...Show All

  • Windows Forms Remoting from Embedded Control

    Any luck with remoting calls form a .net user control embedded in IE  The same control works fine embedded in a Windows form.  We have the security policy set to allow full access. Any luck on remoting from embedded controls in IE Browser Thanks ...Show All

  • Visual Studio Express Editions Ejecting removable media

    I'm writing a program that reads and write to MO drives and I need to be able to eject the MO disk on completion of certain tasks. Can anyone offer advice on how to do this I guess the same principles will apply to Zip drives (and maybe CD/DVD drives). Thanks Hi Ventuspilot, I think this would only be possible if the hardware manufacturer of the MO or Zip drive provided API's for controlling the drives. You might check the manufacterers Website to see if they support this. Steve Hoag Visual Basic Express ...Show All

  • Visual Studio 2008 (Pre-release) Why Close a proxy?

    Hi I know that as a best practice we should call ICommunicationObject.Close after using a client channel. What are the real consequences of not calling Close/Dispose In what i understand, it depends of the binding, right, like if we're keeping a transport channel opened or not, is that correct thanks! This is probably a stupid question but I can't find anyt docs that talk about why you need to or why you may want to be sure to call close on a client proxy. Can someone explain why this is a good idea And assuming that it is a good idea to explicitly close the proxy at some point then, if my client is a win forms app w ...Show All

  • Smart Device Development SIP Disappears after MessageBox.Show() -- Doesn't come back

    I have strange problem that SIP disappears after the messagebox.Show() is called and never shows up again. 1. I have 5 forms and One form is the startup form. I am displaying other 4 forms as ShowDialog when particular button is pressed in the MainForm. 2. Whenever I have informational message box MessageBox.Show() the SIP disappears. After I click OK in the message box, the SIP still doesn't comeback. If I remember where the SIP was before and if I click that place SIP appears again. So SIP appears again only when there is only 2 Sub Menu Items. In that case SIP Icon was in the bottom middle of the MenuBar. In these cases SIP com ...Show All

  • Windows Forms Adding a new windows form from my own custom wizard

    Hi everyone! Im making my own custom wizard, what Ive done so far is the form where I ask the user for all the parameters I need to automatically create a new windows form, that is working pretty fine, the next step is to add the code to actually create the new windows form, that is what I dont know how to do... Besides this I  ...Show All

  • SQL Server Howto upload programaticaly SMDL file&

    Hi. I need upload smdl file in setup. Howto do it Once you upload the report model to the server, you must call the SetItemDataSources() web service to set the data source on your report model. ...Show All

  • Software Development for Windows Vista Using a Create Task Activity inside a While loop

    Hi I have developed a sharepoint sequential workflow. It consists of a while loop, inside which there are 2 activities (in a sequence)- 1. Create task activity 2. Code activity Code activity is used to set the test condition of the while loop. The loop executes successfully on the first iteration. But on the subsequent iterations, an error occurs in the workflow. My requirement is to create the task repeatedly as long as while loop doesnt exit. Is this possible Any suggestions would be valuable. Hi Matt I resolved the issue. You were right, it was the correlation refernce that w ...Show All

  • Visual Studio 2008 (Pre-release) Cannot play video after installing WinFX

    It seems strange, but since I installed WinFX (runtime components, sdk and extensions) Feb CTP I cannot play video in IE, neither do I get any flash conent in IE. To make sure that it was due to WinFX, I built a WinXP VPC and got the same outcome. Is there anyone who has faced this issue Does anyone from MS know about this Regards, Deepak Do you have Windows Media Player installed If so, what version Also does this machine have a history of other beta products being installed, even media-related ...Show All

  • Visual Basic XML comments

    My group is attempting to standardize on XML commenting for all of our classes and methods. We like the "Insert comments" option in VS 2005 but would like to add an additional tag <history> to the comments section. I know that we could probably do this manually each time we add a new class, but I would like to be able to have this new section come up automatically when we insert the comment. Is there a way to modify the XML comment block that is produced when you use the "Insert comment" function so that the new <history> tag will be included in the text Hi, awperli, No ...Show All

  • Visual Studio 2008 (Pre-release) Exception loading a window

    In opening the main window of an application I am getting an exception. This appears to be in deserializing the BAML for the window, and gives no clue on where the source of the issue is. If someone in MS could look at the stack trace and point in the right direction that would help. Declarative programming needs much beter diagnostics than procedural coding since I have no idea what part of the file is causing this. at System.Windows.TemplateNameScope.System.Windows.INameScope.RegisterName(String name, Object scopedElement) at System.Windows.Markup.BamlRecordReader.DoRegisterName(String name, Object element) at System.Windows.Markup.B ...Show All

  • SQL Server got error when using stored procedure with temp table in it

    I got an error message when i created a dataset using a stored procedure with temp table in it. The error is: "could not generate a list of fields for the query. check the query syntax or click the refresh fields on the query toolbar. invalid object name ' #indented' ". after I click on the refresh button, everything looks fine. But after I put the fields in the table, and go to the Preview, it is a blank report. Does anybody know what happened 3x a lot! Thank you for your answer. My temporary solution was this: when I validate the query I get the error described above however i ...Show All

©2008 Software Development Network