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 Wanet Telecoms Ltd 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: Germancho
  • Content: Threads
  • Order by date
  1. Germancho

    Help with XMLAdapter

    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 =...
  2. Germancho

    How to handle concurrency

    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...
  3. Germancho

    SET CURRENCY TO

    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 **...
  4. Germancho

    Report Form PREVIEW and STATUSBAR

    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?
  5. Germancho

    Quiestions about Report Designer

    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?
  6. Germancho

    How to show company and name

    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?
  7. Germancho

    7.0 to 8.0 version error

    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?
  8. Germancho

    Half Page Reports!

    Somebody help me, please. How can I print a half page size (or customized size) using the Visual FoxPro 7.0 Report Form designer?

Part and Inventory Search

Back
Top