Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select or filter
Message
De
05/01/2006 07:45:55
 
 
À
05/01/2006 07:31:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01083469
Message ID:
01083479
Vues:
12
hi,
i try it via vfp9
no result.

my field have data as ex..
TRL0670030 &&if found skip
065978963
LLP6665551 &&if found skip
065965455
ADSL0023718
065932103

i need to see all data as
065978963
065965455
065932103
.
.

thanks




>
>SET FILTER TO AT('065832103',CHAR4)>0
>or
>SET FILTER TO '065832103'$CHAR4
>or all in one line, if you don't need to change any data
>Select * from afm where '065832103'$CHAR4
>
>>hi all,
>>
>>i have field(char4) character type at my table have data as
>>
>>TRL0670030
>>LLP6665551
>>ADSL0023718
>>065932103
>>
>>i need to filter or select all records have only numbers as 065932103
>>
>>i try as under ,no result
>>
>>USE afm
>>SET FILTER TO char4=SUBSTR(char4,5,9)
>>brow
>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform