Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Number of undeleted records in a table
Message
De
29/09/2004 02:55:13
 
 
À
29/09/2004 02:44:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00946531
Message ID:
00947068
Vues:
18
use it like this

lnDeletedRecords = iif(_tally > 0, laJunk[1], 0)
? "There are "+ trans(lnDeletedRecords) +" Records"&& error messag

>hi ,
>thank you fpr reply.
>this is the code,wher is the erorr,
>
>local lcWasDel, lnDeletedRecords
>local array laJunk[1]
>
>lcWasDel = set("DELETED")
>set deleted OFF
>
>select ;
> count(*) from ttest ;
>  where DELETED() ;
>   into array laJunk
>
>set deleted &lcWasDel
>
>lnDeletedRecords = iif(_tally > 0, laJunk[1], 0)
> ? There are "+ trans(lnDeletedRecords) +" Records"&& error messag
>
>
>thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform