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: *

  1. robmac

    List Boxes and Tool Tips

    Anybody know a way to change what a tooltip is on a listbox based on which row in the list box the mouse is hovering over??? TIA Rob
  2. robmac

    Report/Label Problem

    Yes....it works fine if I change the print order to vertical, but in horizontal this problem crops up...for many people this isn't a problem, but its on an app that has about 400 clients and some of them tend to get quite loud in their objections if its not a certain way...
  3. robmac

    Report/Label Problem

    Thanks for responding!! Checked it out, and no dice...no blank records. Bear in mind that I can remove the group header/footer and it removes the blank...for example, if I make a header/footer on firmname and tell it to start a new page on each firm, then I get that pesky blank, but if I...
  4. robmac

    Report/Label Problem

    In reports that are setup to be run as 3-up labels (using either label or regular report designer), I've been running into trouble with the upper left hand label printing out blank. No record is skipped when this report is run, it simply doesn't start until the second label. This only happens...
  5. robmac

    Copy and Paste in Report Writer

    Does the edit pad have to be added to the menu using the VFP _medit?? or can you just declare the individual Cut, Copy, and Paste items on a menu somewhere in the app...can there be additional things on the menu, or should it be just the base VFP edit menu?
  6. robmac

    Copy and Paste in Report Writer

    When editing a report in the report writer from within the VFP 7.0 development environment, I can copy and paste expressions from within the expression builder using CTRL-C and CTRL-V without any trouble....however, if I call the report writer from within an app using: modify report...
  7. robmac

    numeric conversion

    Try this: VAL(SUBSTR(STR(ledger.bookper,6),1,4))-1900 as bookyr If I am correct, numbers are always right justified, so you end up with some leading spaces if you don't specify how long to make the string.
  8. robmac

    Converting 2.6 reports to 6.0 in mass

    I am working on converting a foxpro 2.6 system to vfp 6.0. One of the problems we are running into is creating a conversion program to move a large amount of user-created reports (anywhere from 150 to 500+) from 2.6 to 6.0. The reports are currently stored in memo fields in a reports table...

Part and Inventory Search

Back
Top