Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not found
Message
De
21/07/2004 08:03:22
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
21/07/2004 07:30:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00926486
Message ID:
00926499
Vues:
18
Mohammed,

the index tag thing is something I missed to fix in your code:
if !seek(char9 ,'SomeAlias','char9 ')
*there is a space in the tag, so correct would be:
if !seek(char9 ,'SomeAlias','char9')
If the mixed type of the excel column raises problems you can try to import the respective column to a char field and transform it by yourself to a field of the type of your needs.
You may use a "help" dbf for this import or simple change the type of your column and append a new column that will be used after the transform.

Agnes
>hi,
>thank you.
>but i have new error message,i have excel field as date(12-10-2004),som times with time,
>when i import this excel sheet to dbf,first i get a number as 6541,but i change myfield to date i get nothing ,
>
>now when i run your code i get error message (index tag is not found),becuse the field is empty.i think.
>
>any idea.
>
>thanks .
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform