Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CA and archive data
Message
From
11/06/2004 14:20:10
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00912392
Message ID:
00912840
Views:
7
Hi Arto,

>I got it to work thanks. Now some additional observations/questions:
>
>If you change .SelectCmd for cursors you can get it to work if Cursorfill is also used:
>
>oCA.SelectCmd="SELECT * FROM TABLE1"
>oCA.CursorFill()
>SELECT test
>?ALIAS()
>LIST
>
>oCA.SelectCmd="SELECT * FROM TABLE2"
>oCA.CursorFill()
>SELECT test
>?ALIAS()
>LIST
>
>****************
>


Yes, but this solution is on the surface.

[ SNIP ]
>DELETE && This marks current record from the CAD_INOUT cursor as deleted
>Tableupdate(.T.,.T.,"CAD_INOUT") && This removes a record with same ID from INOUT not from ARCIN
>
>Why this is happening?
>

I can't answer this question until you provide a complete repro code. However, if you decide to provide one, please try to come up with scenario that doesn't use Form and DataEnvironment.

Thanks,
Aleksey.
Previous
Reply
Map
View

Click here to load this message in the networking platform