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: finsys
  • Content: Threads
  • Order by date
  1. finsys

    Problem using RegSetValueEx writing REG_DWORD's

    I'm currently adapating one of our programs so that rather than printing to hardcopy, some reports will be saved as PDF documents. I have succesfully used RegSetValueEx in ADVAPI32.DLL to write out the string value (type REG_SZ in the registry) of the document name prior to PDF'ing, but I also...
  2. finsys

    Speed up SQL queries with your mouse!

    Yes, you read it right. If you have a remote view to SQL server and it's taking a long time to retrieve the records, you can speed it up with your mouse!! I noticed this whilst retriving 1m records in a view (VFP7 and SQL2k). It was pulling back 100 records every 0.5s (the speed the status bar...
  3. finsys

    Integrating VFP and DTS

    Hi there, We are in teh process of toying with DTS to control a schedule of VFP programs. We need to know if the VFP app has run succesfully or not (as opposed to crashing) so we built a small test app that you can click OK or Cancel on a messagebox and the app closes with a RETURN 1 or RETURN...
  4. finsys

    Simple problem, but annoying....

    Used to have VFP 7.0 on Win2k. If I double clicked on a .prg or .pjt etc it would open the file in the instance of VFP that was currently running, or if VFP wasn't running at all, open an instance of it. Just upgraded to XP and now every time I double click on a project file (or any VFP linked...
  5. finsys

    Trapping ODBC Errors

    I'm struggling with error handling on a VFP7/SQL2k project. I've managed to trap errors with AERROR(), e.g. if the primary key uniqueness is violated, return a readable message for the user, but after my custom message appears and is cleared, the VFP ODBC 1526 message still pops up. How do I...
  6. finsys

    Adding Users fails

    Really basic problem here, but I can't fathom it! I've just installed VSS onto our server for use with VFP7. Using SSAdmin to create users won't work though! I select Add Users form the menu, key in the user name and password, click OK and it comes back with an error: "h:\data\vss\users...
  7. finsys

    SQL Security with VFP front end.

    I'm just embarking on a major project that will be using VP for the front end and SQL as the database backend. I'm looking for opinions/experiences of this with regard to logging in to the database. Did you use the old VFP way of a user table and checking passwords there, whilst using a single...
  8. finsys

    Security Timeout

    I'm just starting to develop an app which requires some security features due to the nature of the data. One of the items in the spec is that after say 30 mins of inactivity, the application locks out the user and they to re-input their password to continue. I'm trying to figure out the best way...
  9. finsys

    Does isOpen() work with VBScript??

    I've got stuck in the middle of an app with the isOpen() method. I'm using VBScript to create the ASP and one of the recordsets used on the page is only opened conditionally on parameters passed to the page. Writing tidy code, I put in a rs2.close at the end of the script and when run it...
  10. finsys

    DataEnvironment vs hand coding/ADO

    Here's one for those of you who have more experience with VB data applications. What are the pro's and con's of the DataEnvironment vs "traditional" hand coded ADO?
  11. finsys

    Reports crash when using gifs

    Wondering if anyone else has come across the problem of VFP reports bombing out (taking the VFP app with it!) when trying to disply a gif image on the page. I've tried it in VFP6 and VFP7 and also on 2 different PCs. There's no mention of it (that I can find) on MSDN. It's a right pain as it...

Part and Inventory Search

Back
Top