Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HanzieV

    Retrieving a datetime field form a windows CE database table

    Hi, I'm trying to retrieve a datetime field from a WinCE database table using the following code: DateTime LupdDate; System.Data.SqlServerCe.SqlCeCommand sqlCeCommand2 = new System.Data.SqlServerCe.SqlCeCommand("select LupdDate from Product where prodid =12036",SqlCeProvider.Connection)...
  2. HanzieV

    test status of a printer shared on the network

    Ok, thanks a lot !
  3. HanzieV

    test status of a printer shared on the network

    Hi Mike, thank for your answer. Could you tell me where I can find 'WMI' and how I have to install it ?? Best regards, Hans
  4. HanzieV

    test status of a printer shared on the network

    Hi all, is there an easy way to check the status of a printer that is shared on another pc in VFP 7.0 ?? Best regards, Hans
  5. HanzieV

    distributing the vfp resource file

    Hi Rick, a little bit late, I know, but I finaly found the answer to my problem. The problem was language related. I am working with the english version of VFP7.0 on a dutch WinXP pc and the shops are using a french WinXP. The problem now is that when you open the foxuser.dbf and you search...
  6. HanzieV

    distributing the vfp resource file

    Hi all, I'm working with VFP 7 SP1 and managed to remove the print button from the print preview toolbar. This change is saved into my resource file. Now I want to distribute this resource file to all the shops using my application (.exe). And here the problem begins ... I tried everything...
  7. HanzieV

    Insert data from a table from antother database

    Hi all, thanks for the replies. The openrowset method is what I was looking for ! Greetz, Hans
  8. HanzieV

    Insert data from a table from antother database

    Hello, is it possible to insert data from a table from another database (I mean running on another server) using the insert into MyTalbe select MyFields from MyTable2 syntax (where MyTable2 is a table in antother database running on another server) ?? Or is there any other way using Transact...
  9. HanzieV

    Strange problem with dbc file

    Hi Mike, thanks for the reply. I had read the article in the microsoft knowledgebase and indeed my problem has nothing to do with it as my application and database are on the same computer. It is possible that the problem is invoked by a system crash or other, but why now ? As the program...
  10. HanzieV

    Strange problem with dbc file

    Hi all, I've got this very strange but most annoying problem. Sometimes, when a user launches my application, the following error message appears: Memo file "c:\m project\data\m project.dct" is missing or invalid However, I can open the same database with a vfp tool without any problems. And...
  11. HanzieV

    CD-R not recognized

    OK, thanks for the information. I will have a look in the help of Nero for overburning.
  12. HanzieV

    CD-R not recognized

    Hey ChrsCj21, thanks for the information. So probably I will only be able to use 700 MB of the 800 MB (which is indicated on the cd 90min/800 MB) ?
  13. HanzieV

    CD-R not recognized

    Hey, I have a CD-R of 800 MB but Xp (and Nero) only recognize it as a 700 MB. I already installed the latest firmware for my Plextor but that didn't solve the problem. Anyone an idea ??
  14. HanzieV

    Error Handling

    Hey, is it possible to have all objects on a form to use the error event of the form in stead off their own error event without having to call the forms error routine from within each object. For example: if I have a form with a command button, and the code behind the click event of the button...
  15. HanzieV

    Job stays queued in Activity Monitor

    Hello John tanks for your reply but I solved the problem. I just had to stop and restart al services and now everything is just working fine.
  16. HanzieV

    Invalid Identifier for the support series ...

    Hello again, I have another problem on another server using Backup Exec 8.6. When I launch a backup and look in the Activity Monitor the jobs status is "queued (failed)". When I cancel the job and look at the job report the following message is displayed: "Invalid Identifier...
  17. HanzieV

    Job stays queued in Activity Monitor

    Hello, I have a backup scheduled to run each day at midnight. The problem now is that when the job starts running it goes immediately into the "queued" status and then stays that way. Why is that ? Greetings, Hans

Part and Inventory Search

Back
Top