On click:
* Go to newclaim screen
thisformset.newclaimA.visible=.T.
thisformset.newClaimA.WindowState= 0
thisformset.newclaimA.show
Form has
showwindow 2-As toplevel form
windowtype modeless
I have a form that shows claim information. I have a command button on that form that by clicking will(should) create a new record based on the information in the current record.
* CMDADDSUBCLAIMA.CLICK
*
* Add a new Sub Claim
* Get next sub number for this claim
Select claims2
Store 0 to...
I have 3 files linked. Clm, trans, and (Alias clm )
clm is linked left outer to trans by clm.fld and clm.fld2
Clm is linked to itself by Clm.fld (this way I can get all of the clm.fld2 fields.
Detail prints as follows:
Clm.fld Clm.fld2 Trans.fld Clm(alias)fld2
3456701 00...
The import wizard allows you to change column headings field length etc,.. Is there any way to save those setting for future imports? or somehow view the code neccessary to acccomplish the same thing in a program? I would rather not use the wizard.
lcOldDefault = SYS(5) + SYS(2003)
SET DEFAULT TO "k:\acct\rlw"
cfile=GETFILE()
SET DEFAULT TO(lcOldDefault)
IMPORT FROM cfile TYPE WK1
the above allows me to locate the .wk1 file that I want to import but returns file not found when import part is run
from debug...
I want to be able to import a lotus worksheet to a free table. I want to be able to use a windows explorer type dialog box to locate the file I want to import click on the file so that the import can do its stuff. Any thoughts or examples would be appreciated. Using VFP 8
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.