Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Too large
Message
General information
Forum:
Visual FoxPro
Category:
InstallShield
Title:
Miscellaneous
Thread ID:
00631088
Message ID:
00692536
Views:
50
I just wrote this in a few minutes.
it should give you the basics of a cursor
CREATE CURSOR mytest (cline c(80))
SELECT mytest 
APPEND BLANK 
replace cline WITH "1 first line" 

APPEND BLANK 
replace cline WITH "2 second line"
APPEND BLANK 
replace cline WITH "this is the third line of text "
APPEND BLANK 
replace cline WITH "this is another line of txt "
LIST cline to print off  
browse
Bob Lee


>Hi Bob
>I'm not that used to using the Create Cursor command. It doesn't go away like it's supposed to according to the docs and when I try to execute "list texthold.lineid off to print" from the command line, it gives the error message "not a table". Is there another way to get that file to print?
>Bill
In the beginning, there was a command prompt, and all was well.
Previous
Reply
Map
View

Click here to load this message in the networking platform