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...
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')...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.