Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert
Message
From
05/06/2011 06:10:34
 
 
To
05/06/2011 06:01:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Insert
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01512893
Message ID:
01512894
Views:
49
you could use scatter memvar blank before you start our I/O operation then
fill the fields you like with the variables and finally
insert into YourTablename from memvar


>hi all,
>
>i need help to insert via form into table fileds as
>
>
>decision no 1  chld    desc memeo(blabla.....)
>            1   1.1     desc text chr(254)
>            1   1.2
>            1   1.3
>            1   1.4
>                .
>                .
>            1   1.10 
>*****************************************
>decision no 2  chld    desc memeo(blabla.....)
>            2   1.1     desc text chr(254)
>            2   1.2
>            2   1.3
>            2   1.4
>                .
>                .
>            2   1.10 
>*************************
>.
>.
>decision no 30  chld    desc memeo(blabla.....)
>            30   1.1     desc text chr(254)
>            30   1.2
>            30   1.3
>            30   1.4
>                .
>                .
>            30   1.10 
>**************************************
>at the table
>
>appen blank
>&&if not empty
>replace fields with .......&if not empty
>
>
>thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform