Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CA and archive data
Message
De
11/06/2004 14:20:10
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00912392
Message ID:
00912840
Vues:
6
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform