Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete a record based on a cursor
Message
De
25/06/2002 16:57:07
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
À
25/06/2002 16:34:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00672147
Message ID:
00672191
Vues:
9
Hi again Steve:

How are ya> Thank you for responding.

>is there buffering on TableA?

Yes. This is in the Init() of FormA
SET DELETED on
SET MULTILOCKS ON
CURSORSETPROP("Buffering", 5, "TableA")
>What is the grid's recordSource and recordSourceType in FormB?

Grid's RecordSource in FormB curList. RecordSourceType = Alias and is pupulated by the following code (click Event of the Find button)
select * from TableA into cursor curList nofilter ;
 where UPPER(TableA.last_name) = mlast_name
Thanks Steve.
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform