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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Zog1

  1. Zog1

    Click on the report's printer button

    How about you, Chris? Any idea?
  2. Zog1

    Click on the report's printer button

    Everything's just fine except for step 4 of your instructions, Mike. From the FAQ: You can modify the toolbar by choosing 'View / Toolbars...' from the menu. Now you can select the toolbar, and with the customize button you can modify it. Yep, I want to modify it alright. However, I cannot...
  3. Zog1

    Click on the report's printer button

    Well, okay, I'm stupid. But I can't figure out any way to remove the printer icon from the print preview toolbar. I read the FAQ and the FoxPro help topic. I followed the instructions, dragging the printer icon off. All that did was create a new toolbar. Had another programmer give it a go...
  4. Zog1

    Click on the report's printer button

    Bravo! Got to ponder the problems this might introduce for the users, but it sounds promising. I'll give it a run tomorrow and let you know what I decide. Of course I'd prefer being able to either directly alter(correctly) the Data memo or call a FoxPro function(wish-list item). Again, thanks...
  5. Zog1

    Click on the report's printer button

    Guess this is a 'wish-list' thing for me then. Thanks again, Mike.
  6. Zog1

    Click on the report's printer button

    Thanks, Mike, but I was looking for a way to conditionally remove that icon during runtime. It would be a boon to my life if I could do that.
  7. Zog1

    Click on the report's printer button

    You can remove the print icon from the print preview toolbar window? How?
  8. Zog1

    Click on the report's printer button

    If I understand what you're asking, you want to know if there is something environmental that you can detect from within your application when a user clicks the printer icon in the print preview toolbar window. Not that I could ever find. The solution I came to was to detect a mouse click in...
  9. Zog1

    Very Very Urgent: Problem with Val()

    Just so you'll know for future reference, VAL() is working correctly(as designed). If the leftmost characters of the string are numeric the function returns the value of that portion of the string.
  10. Zog1

    Modified programs don't execute

    Or just COMP Myfile at the command line would be easier than shutting down and restarting Fox.
  11. Zog1

    FPW hangs with REPORT FORM

    Thanks for the post, StuckWith26(like that's a bad thing). Your solution seems completely illogical, just as mine does. I guess I should have done a smoke-and-mirrors act when I 'fixed' it the first time, and become a local god. Zog is so smart! Yeah, right. We did another release a few days...
  12. Zog1

    System Menu internal names

    So I've given up on the idea of eliminating the problem menu bars from the menu pad popups and will control the user's preferences to get most of what I want. Too bad I can't find a way to give them the Show Grid and Show Position, but that's in the View pad, which is a definite no-no for me...
  13. Zog1

    SYSMENU FUNCTIONALITY IN DEFINED MENU

    Yes, it is, Harry. You might also want to read the RELEASE PAD, DEFINE PAD and DEFINE BAR topics. Sorry, I'm at home now, and most of my FP is at the office, but here's a bit of old code to get you going. It won't do anything spectacular since you don't have the full code, but give it a run...
  14. Zog1

    SYSMENU FUNCTIONALITY IN DEFINED MENU

    You'll want to look into SET SYSMENU TO, Harry. Check out SYS(2013) for a list of the system menu names.
  15. Zog1

    Hiding Graphical status bar at run time

    SET STATUS BAR OFF should do the trick.

Part and Inventory Search

Back
Top