Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is this an intended behavior or is a bug?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00752429
Message ID:
00753046
Vues:
25
This message has been marked as the solution to the initial question of the thread.
>After reading the documentation I decided against it, instead I’ll modify the design to not allow duplicate records on the table.
>
>It is difficult for me to use the padl() function because this is a query maker program so the field selection will get a lot more complex.

There're two ways to deal with this problem in general. First is to use PADR() function (not PADL()). It could work if the lenght of the memo is less that 254 characters but in this case memo'll be converted into character field. The second is to select only key fields for unduplicated records using group by and than get memo field by joining back to the source table.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform