Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from
Message
From
30/08/2007 04:32:17
 
 
To
30/08/2007 03:49:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01251301
Message ID:
01251305
Views:
23
You can't append from a grid, but you can append from the table that drives the grid, in other words
Append from dbf('csredui')
>hi all,
>
>i need to append from mygrid as..
>
>
>CREATE CURSOR csredui (;
>  no i(10), ;
>   dat  d(8), ;
>    dat1  d(8), ;
>    namc  c(70), ;
>   places  c(70))
>
>thisform.PAGEFRAME1.PAGE4.grid1.&&&(display no,dat,dat1,namc,places)
>
>USE mytable IN 0
>locate for no=thisform.text1.value
>if !found()
>    APPEND FROM thisform.PAGEFRAME1.PAGE4.grid1
>else
>   mesagebox("?????????")
>endif
>
>thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform