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
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.