Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from
Message
From
30/08/2007 03:49:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Append from
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01251301
Message ID:
01251301
Views:
53
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
Next
Reply
Map
View

Click here to load this message in the networking platform