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

    VFP Remote Views of MS SQL data - Can this be done?

    I have 2 MS SQL tables, that I access through VFP using remote views. Parent table ID - Unique ID Field (default value at SQL level is NEWID()) Name - Name Child Table ID - Unque ID Field Name - Name FKParentID - ID from Parent. In VFP, using my remote views, with buffering, I would like to...
  2. samoody

    TABLEUPDATE problem with remote view to SQL data

    We have a program that updates SQL data through a remote view. Inside a PRG, the remote view is opened and then buffered CURSORSETPROP("Buffering", 5, "formsview") The correct record is found and then a field in that record is changed and then updated using… TABLEUPDATE(0,.F.,'formsview')...
  3. samoody

    Index on Buffered table

    I'm having a problem with a SEEK in a buffered table. (VFP 8.0) The SEEK is returning a .T., but the record that is found, isn't matching the expression being seeked. The SEEK command is being performed hundreds of times (it is in a loop), but this problem only occurs once. The table in...
  4. samoody

    MCP Exam for VFP Desktop Applications

    I am scheduled to take this exam at the end of this month. I have been developing in FoxPro and Visual FoxPro in a business environment for 5+ years. I have gone through the VFP Certification book published by Henztenwerke. But, I am still worried that I may not be fully prepared. I read...
  5. samoody

    Word - Losing Borders when printing from a macro

    I am a VFP programmer trying to debug a problem in a word macro... I have a Word Basic (Office 2000) macro that creates PDF files from Word. The way this is done is by using an 'Adobe Distiller' print driver, which instead of printing to a printer, creates a PDF file from the document. This...

Part and Inventory Search

Back
Top