You really should read the fine manual.
Extract form the said manual:
Returning a Value From a Form
You can use forms throughout your application to allow users to specify a value.
To return a value from a form
Set the WindowType property of the form to 1 to make the form modal.
In the...
? Gomonth(date_variable,numbwer_of_months)
* Example: to add 1 month to today's date
? gomonth(date(),1)
* Example: to add 1 year to today's date
? gomonth(date(),1*12)
* Example: to add 5 years to today's date
? gomonth(date(),5*12)
Etc...
If you want to just hide passwords, I wrote an interface to the MD5, SHA-1 and ripemd-160 one-way hash functions as Windows DLLs:
http://www.geocities.com/custerstoe.geo/md5.zip
http://www.geocities.com/custerstoe.geo/rmdsha.zip
and how to use use them...
I intend to install an application (using the install wizard that comes with vfp 6) on a computer running the new XP. Should I expect compatibility problems? The .exe was compiled under win 98. Thank you.
Err, there are supposed to be brackets in some lines in my previous message, I'll change them to parentheses instead:<br><br>lnCount=thisform.mygrid.columncount<br>PRIVATE acColumnWidth(lnCount)<br>FOR i=1 to...
Save the column properties in arrays, one array for each property you want to save, before you change the recordsource. Then after you change, reset the grid column properties from these arrays like this:<br><br>lnCount=thisform.mygrid.columncount<br>PRIVATE...
Hello, this is not to report a problem, just something strange.<br>Maybe it's already known, maybe not.<br>Ok, I had to create a form to update 3 tables in one-to-many relationships like this: TABLE1 -->(one-to-many rel 1:N)--> TABLE2-->(one-to-many rel 1:N)--> TABLE3.<br>Each record...
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.