| |
|
|
Walter | The commands db("Browse"...) functions in X4, causes however in freeprofan32 (sowohl in the Interpreter as well as as exe) a crash. Since I in a proposition with jemandem zusammenarbeite, the no X4 own, runs the joint even over freeprofan.
Declare way$,XAdressStr$,XAdressDBF$
pfad$=getdir$("")
XAdressStr$ = way$+"\XAdress2.str"
XAdressDBF$ = way$+"\XAdress2.dbf"
Ifnot FileExists(XAdressStr$)
assign #1,XAdressStr$
rewrite #1
print #1,"NAME;C;30;0"
close #1
db("Create",XAdressStr$,XAdressDBF$)
EndIf
db("Open",#1,XAdressDBF$)
db("Use",#1)
db("Browse",100,100,"Fragen",10,"NAME;Name:;40",1)
db("Pack")
db("Close", #1)
End
. |
|
|
| |
|
|
|
Thomas Freier | if i remember rightly, was freeprofan without dBase. but with sql. or both works with XProfan 11.2 |
|
|
| Gruß Thomas Windows XP SP2, XProfan X2 | 02/21/19 ▲ |
|
|
|
|
Walter | Okay - could Yes his - found Have I yet nothing above. but the Compiler ought to still at least know, which command it knows and which not? |
|
|
| |
|
|