Software Development Network Logo
  • SharePoint Products
  • Windows Vista
  • SQL Server
  • IE Development
  • Visual Basic
  • .NET Development
  • Windows Forms
  • Visual C#
  • Visual FoxPro
  • Smart Devicet
  • Audio and Video
  • Microsoft ISV
  • Visual C++
  • Visual Studio
  • VS Team System

Software Development Network >> rod 001's Q&A profile

rod 001

Member List

Patrik Olsson
Chang Chen
Cammyr
jimmsta
maddinthegreat
bitbonk
ahmad.nazmi
aquaseal
GenesisX
George2
ramsk
DotNetDave
Tom_Liu
StyleStyle
johnb01
Warez_Willy
Selimbd
ahmedilyas
Heinz09
cfaulk
Only Title

rod 001's Q&A profile

  • Visual FoxPro Can't rebuild project after moving from VFP7 to VFP9

    I have several large projects that I developed in VFP7 under Windows 2000 server. I have copied them entire to a new server and I'm trying to convert them to VFP9 to run under SQL 2005. When I open the projects in VFP9 and try to rebuild them I get an error that the project's memo file is missing or invalid. The same projects rebuild under VFP 7 just fine. Does anyone know a workaround or am I going to have to rebuild the entire projects under VFP9 Thanks, Chandler I think this can be changed from Control panel>System>harware>hdd driver properties but I don't trust in solutions who are modifying hardware to match the software. In you case I will try to access all tables and database ...Show All

  • Visual Studio Express Editions Jet.OLEDB.4.0 error

    I am trying to connect to an access database but everytime I try and connect I get the following message: "The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine" I went on the microsoft wibsite and downloaded and installed the latest Jet but I still get this message. Can any one help me clear this It is obviously stopping me from developing my application. try installing the latest MDAC: http://www.microsoft.com/downloads/details.aspx FamilyID=6C050FE3-C795-4B7D-B037-185D0506396C&displaylang=en ...Show All

  • .NET Development Delegate Keep alive

    Hi, I have a problem with using delegates with pinvoke. I have a delegate for a reporting function that is required for the lifetime of the application. The callback works for the first time and after that if the dll reports any error I get an access violation exception. This is because the delegates gets collected. Any suggestions on how to avoid this error Thanks! The function pointer is correctly wrapped up as a delegate. The function pointer is set when the application begins and a callback is made peridocially. The callback function(at the managed side) executes and performs the tasks as desired, but the exception happens when the function that made the callback returns. Some managed sid ...Show All

  • SQL Server USB had disk

    Dear all, I am running SQL server 2005 on MSCS. Does anyone has experience to take online backup on USB disk. What will be the performance How the USB hard disk can be added to cluster group as a resource. Thanks Imran Hasware It will be very slow if you perform a direct backup to USB disk, as you wouldn't get that speed (USB 2.0) that is compared to do a local disk. It is better to perform to disk and then copy to USB disk to avoid such performance degrade during the backup operation. ...Show All

  • Visual C# How to overload left shift (<<) operator in c#

    It's quite easy to overload left shift operator in c++. I search all around web but could not find any suitable solution. I would like to overload << operator in c#. Something like this. public static void operator << (String Value) { Console.WriteLine(Value); } So, when calling from object of any class MyObject << "Hello World"; should print Hello World in console. Is that possible Hi, in C# the << binary operator can be overloaded but expects to take an int as one of its parameters, not a string. IF you try to put the second parameter as a string you will see the following compiler error: "Overloaded shift operator must have the type of the first operand be the contain ...Show All

  • Visual C++ help with declaring

    I have just started learning C++, and Visual Studio keeps telling me that 'cout' is an undeclared identifier. What am I doing wrong Here is the program: // Hello, World.cpp : Defines the entry point for the console application. // #include "stdafx.h" int main() { cout<< "Hello, World\n" ; return 0; } Same answer as the one I gave here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=329445&SiteID=1 ...Show All

  • Visual Studio counting number of rows in a list

    I have a rectangle(rect1) with a list in it (list1), in that list i have another list(list2). In my rectangle (rect1) i want a textbox(txt1) that shows the numbner of rows that list1 contains. I also have another textbox(txt2) where i want to show the number of rows in list2. I've already tried with the CountRows function but i get an error. The function I use in txt1 is CountRows("List1"). I als want a textbox on my report (outisde the rectangle) to show the number of rows in List1 and the number of rows in list2. How can i do this List1 ist bound to a certain dataset. For txt1, you can use =CountRows("DataSetName") It is not clear from your description if List2 is another list bound to a di ...Show All

  • SQL Server Duplicate report execution

    I have a report that is scheduled to run at 3 am in the morning. The problem is that the report has started executing twice. Once at 3 am and again at 3:23 am. I also noticed this on another report. The one thing that seems to be consistent is the 23 minute difference between the two executions. Both snapshots of the executions appears to be complete. I am unable find an answer or any type of configuration setting that would indicate that this report would timeout in 23 minutes. Has anyone else encountered this issue Thanks in advance! ...Show All

  • Visual C# Weird problem writing to custom Eventlog -- stuff shows up in wrong log

    I have a weird problem writing to a custom event log. My app, a windows service, writes to a custom event log, "WireTransfers" and had been doing so without incident for a long time. Following a reboot of the server, the events suddently started appearing in the Application event log instead of in my custom event log. This first happened on our dev server, then some time later on our UAT server, then some time after that on our Prod server. It still works correctly on our DR server but I'm sure that at some reboot it will switch over. Note, btw, that I have all the correct permissions on the registry entry for event logging I actually don't think this is a language issue, but the "Where is the forum for my problem&q ...Show All

  • Visual Studio How to display two tables in a report?

    I have two tables in the database which call table1 and table2. I try to display the records and I insert detail1 and detail2: Detail1: field1_table1 field2_table1 field3_table1 Detail2: field1_table2 field2_table2 field3_table3 However the result is: field1_table1 field2_table1 field3_table1 <--row1 field1_table2 field2_table2 field3_table2 field1_table1 field2_table1 field3_table1 <--row2 field1_table2 field2_table2 field3_table2 How can I do to display: field1_table1 field2_table1 field3_table1 <--row1 field1_table1 field2_table1 field3_table1 <--row2 ... field1_table2 field2_table2 field3_table2 <--row1 field1_table2 field2_table2 field3_table2 <--row2 ... Thanks all!!!! ...Show All

  • Visual Studio Cross Tab Fit In One Pages

    Dear All,I am creating a cross tab report.Because the cross tab column is dynamic, is there a way to make the ccross tab fit in one pages like page setup in excel fit in one page Please kindly help meRegards,Freddy HalimTEAC System Developer ...Show All

  • Visual Studio How to force rebuild of Document explorer index manually

    On my Visa machine I have installed VStudio Team Suite, Team Foundation Client, and VStudio DB professional. all upgraded to SP1 (took me 4 hours to update :-) After installing Windows Mobile 5 PPC SDK, the document explorer always crashes when trying to rebuild its documentation (it gets to 768 MB memory use and than crashes in HXDS.DLL; online error report never comes up). For this program worked befor install of WM5 SDK, I would like to clear the help index and remove all WM5 files from it. But I can't find any information about how to force a complete new build of the help index or how to build an index that excludes some help files. Is there such an information or what can I do to completely remove any information Document Ex ...Show All

  • Visual Studio Express Editions The name 'txtPlayerMove' does not exist in the current context

    Hi, I'm very new to C# and I'm trying to insert a text string into a text box that sits on a form in the same project. The class that is trying to send the string to the text box is in a different file than the form code. I get this error: "The name 'txtPlayerMove' does not exist in the current context" from this code: public bool throwSnow(int range) { //calculates likeliness of a hit at a given range //returns true if snowball hit bool hit = false; int myRoll; Random roller = new Random(); if (snowballs <= 0) { txtPlayerMove.Text = Convert.ToString(name + " is out of snowballs!"); } ... (i didn't include the rest of the code) I'm ...Show All

  • Software Development for Windows Vista Rule Engine - Stands alone?

    Hello, I was wondering is it possible to use the rule engine as a stand-alone piece of infrastructure Or do I have to use it only in the context of a workflow. Are there any existing examples where there rule engine is used on its own, and not as part of a workflow. Thanks Houman Hi VSTO for Office 12 is not available yet, so you cannot run that sample unfortunately on Vista. To answer your original question - yes rules can be used outside of workflows. Basically rules will operate on a target type. When running inside a workflow, that target type is the root workflow object; but it can infact be any .Net type. Moustafa has this on his blog - http://blogs.msdn.com/moustafa/archive/2006/ ...Show All

  • Visual Studio Express Editions Maximize form at startup

    Hi, i'm n-Code, i write from Italy. I've got a question. How can i maximize a form at application startup n-Code Figo Fei - MSFT wrote: Hi, n-code Welcome! You can also do it in Form_load event (or other proper place you'd like which meet your needs): this .WindowState = FormWindowState .Maximized; "this" refer to the instance of the form. Thank you I have used this.WindowState = FormWindowState.Maximized; but it only maximizes to the size set in the Size properties, is there a way that whenever I start my application on any PC, the form maximizes to the size of the PC monitor. Thank you. ...Show All

©2008 Software Development Network