Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max 255 chars limit
Message
De
06/09/2008 11:57:39
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01345357
Message ID:
01345362
Vues:
15
This message has been marked as the solution to the initial question of the thread.
>Hi
>
>I dont want to use memo fields, but I need a larger field in my form
>(larger than 255 chars )
>
>Is there a way to use 2 fields of my table to a texbox of my form ?

Sure, but you'll have to unbind it - no controlsource. In the .refresh() of the textbox, you set

this.value=myalias.field1+myalias.field2

and in the lostfocus

replace field1 with left(this.value, len(myalias.field1));
, field2 with (subs(this.value, len(myalias.field1)+1);
in myalias

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform