Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from Cursor
Message
From
16/07/2006 04:28:58
 
 
To
15/07/2006 10:14:19
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows '98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01136645
Message ID:
01136754
Views:
8
hi,
thank you, it works as..

i include mytable betweent with thisform ...endwith,
&&at save command button..

SELE typ2
      LOCATE FOR txtname=UPPER(ALLTRIM(thisform.txtname.value))
IF !FOUND()
      append from dbf('crsDist')
ELSE
     MESSAGEBOX("Exist")      

endif      

With Thisform
               .grdDistribution.RecordSource = ''
               .grdDistribution.Visible = .T.
endwith
thanks.

m.qasem

>>hi all,
>>
>>i need to append from cursor to my table as..
>>Create Cursor crsDist.........
>>.
>>.
>>Locate
>> .grdDistribution.RecordSource = 'crsDist'
>>
>>i try as under....not work
>>
>>use mytable in 0
>>locate for ....
>> if !found()
>>*Append from dbf('grdDistribution') && rong
>>*Append from DBF(grdDistribution.RecordSource = 'crsDist')&&rong
>>*append from cursor ('crsDist')&&rong
>>*append from  (crsDist.cursor)&&rong
>>else
>>.
>>.
>> endif
>>
>>thanks.
>
>:) You tried almost all but not the correct one:
>
>append from dbf('crsDist')
>
>Cetin
Previous
Reply
Map
View

Click here to load this message in the networking platform