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 TouchToneTommy 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: *

  • Users: HanzieV
  • Content: Threads
  • Order by date
  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

    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
  3. 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...
  4. 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...
  5. 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...
  6. 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 ??
  7. 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...
  8. 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...
  9. 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