VFP 8.0 SP1
Windows XP Pro
I'm new using XMLAdapter and I need to create a XML file based on two cursors ('cabs' and 'pagos') and an XSD schema. Please help me to learn how to do this.
I wrote this code:
...code to save records on the cursors...
LOCAL oXML as XMLAdapter
oXML =...
VFP 8.0 SP1
Windows XP Professional
Buffering set to 5
MULTILOCKS set to ON
I have a parent table (Invoices, PK: prefix + number) and a child table (Products, Normal Key: (prefix + number) with a one-to-many relation based on these common fields. The rules in the RI are set to Cascade...
Hi guys!
I want the user be able to change the currency simbol. I have a TextBox where the user introduce it and the LostFocus event has:
LOCAL lcCurrencyS
lcCurrencyS = ALLTRIM(THIS.Value)
But if I write:
SET CURRENCY TO lcCurrencyS
I get the error
** Command or phrase not recognized **...
When I run the REPORT FORM ... PREVIEW, the STATUSBAR shows information about the cursor currently in use. For example:
SET MESSAGE TO ""
REPORT FORM MyReport PREVIEW
I want to clear the STATUSBAR line while the PREVIEW is on. How can I do that?
I have two questions about the VFP Report Designer:
1. Can I let the end-user to write his own reports using the Report Designer? How do I do that?
2. Can I create a half-page size report using the Report Designer?
I´m doing a generic accounting application and I need to retrieve the company name and the person`s name from the window registry and then show it in the intro form. How can I do that?
I upgraded to 8.0 version. I still keep the 7.0. When I run the EXE generated on 8.0 file I get the error "SQL: GROUP BY is missing or not valid". If I use the 7.0 version there is no problem. What can I do?
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.