Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add records
Message
 
To
25/04/2006 04:26:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01116225
Message ID:
01116230
Views:
18
>hi all,
>
>
>i need help to fix this code under to add new record as what i put at textbox.
>
>
>USE SERV
>COUNT TO M.L
>IF M.L=0
>    M.F=M.L+1
>    M.LE=M.F+THISFORM.TEXT1.VALUE-1
>ELSE
>   GO BOTTOM
>   M.F=M.L
>   M.LE=THISFORM.TEXT1.VALUE+M.L
>ENDIF
>FOR I=M.F TO M.LE
>   APPEND BLANK
>   REPLACE NO WITH I
>
>NEXT
>
>thanks

What happens with this code?
It seems good for me.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform