Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unique Cursor
Message
From
13/10/2001 20:21:34
 
 
To
13/10/2001 15:43:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00568185
Message ID:
00568232
Views:
18
Is there a space between &fdr and (battext) in the INSERT commands? There should be.

>fdr = Upper(ChrTran(sys(0),'#',""))
>fdr = Upper(ChrTran(fdr,' ',""))
>Create Cursor &fdr (battext C(100))
>Insert InTo &fdr(battext) Values('Request;')
>Insert InTo &fdr(battext) Values('PLOTTER=' + '"sample postscript plotter"' +';')
>Insert InTo &fdr(battext) Values('NEWPLOT=' + "'\\gv-engineering\drawing\wgen\prerel\852706 FA014.CDD'" +';')
>Insert InTo &fdr(battext) Values('COPIES= 1;')
Previous
Reply
Map
View

Click here to load this message in the networking platform