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 derfloh 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. pjohnston440

    VFP 9 DLL How can I hide wait windows

    All - Thanks for your input. craigber - We are developing a c# app but need to hit some legacy vfp code. OlafDoschke - Nice catch. I haven't actually tried the sys(2335,0) function yet, but will just to see what happens. MikeLewis - Looks like I'm going down that road again. The wrapper...
  2. pjohnston440

    VFP 9 DLL How can I hide wait windows

    The SYS function was the one I was looking for. I spent some time looking for it this morning but didn't realize that was the one. I've been down the "wrap all outputs in an if-endif" road before and didn't want to do that again. Thanks for your help.
  3. pjohnston440

    VFP 9 DLL How can I hide wait windows

    Is there a way to hide VFP WAIT windows so that my VFP DLL doesn't fail when it executes a WAIT WINDOW command? I thought I saw a command a while back to disable all VFP screen output but do not remember what it is. Thanks
  4. pjohnston440

    How to programmatically select report GROUPING on NEW LINE or NEW PAGE

    JRB-Bldr, Thanks, that's a good idea. Currently I have a second report with the grouping break on NEW LINE but your suggestion is a better solution. I'll give it a try. Thanks again, --Pete
  5. pjohnston440

    How to programmatically select report GROUPING on NEW LINE or NEW PAGE

    Hi all, I'm using VFP9 and trying to change the report grouping to break on either a NEW LINE or a NEW PAGE depending on a form property. Manually I can change this under "Report Properties", "Data Grouping" tab, "Group starts on". I would like to know if this can be changed programmatically...
  6. pjohnston440

    Grid combo box not refreshing

    Hi Tamar, Thanks, that works. I was hoping to get it to work on the interactivechange event but not a deal breaker. Thanks for replying, Pete
  7. pjohnston440

    Grid combo box not refreshing

    Hi, I'm using VFP 9 on a Vista machine. My user needs to locate an existing customer when adding a record via a grid control. They would like the option of searching for the customer based on the customer number or name. I have created two combo boxes with these properties: -...

Part and Inventory Search

Back
Top