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 bkrike 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: paulvdwa
  • Content: Threads
  • Order by date
  1. paulvdwa

    Windows version

    Hello, How can I find out if Windows XP is 'Home" or "Pro" from within VFP9? If I'm using x = os(3)+"."+os(4), x returns in both case 5.1 regards, Paul
  2. paulvdwa

    Set Path

    Hello all, I try to use SET PATH as following: SET PATH TO mpad = ((rstam)+'familie-boek\&naamdb\person1') WAIT WINDOW mpad SET PATH TO '&mpad' additive WAIT WINDOW DBF() the first WAIT WINDOW returns mpad the second WAIT WINDOW returns an other table used in the INIT of my form What is...
  3. paulvdwa

    lastchange

    Hello all, I have a table with the following fields: name C biography M lastchange D I'm using a form to view the name and the biography, every time I change something to the name or the biography, the lastchange field must be filled with date(), when I'm just looking to the name without...
  4. paulvdwa

    Create menu

    Hello, I want to create my own menubar using following code SET DEFAULT TO ((rstam)+'menus') IF FILE("menu.mpr") = .F. SET DEFAULT TO ((rstam)+'menus') set sysmenu save SET SYSMENU to DEFINE MENU v3start BAR AT LINE 1 DEFINE PAD menu1 OF v3start PROMPT 'Keuzescherm' COLOR SCHEME 3 FONT...
  5. paulvdwa

    Menubar font

    Hello, I'm working with menus created with the menu designer. I want to change the fontstyle and fontsize of this menus. I only can do it in the Advanced Properties of the Desktop. Therte I can choise z font, a size and a style. This is working very good. But I want to change this from within...
  6. paulvdwa

    Windows Viewer & VFP9

    How can I start the Windows Viewer from within VFP9? Regards Paul

Part and Inventory Search

Back
Top