Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form wizard
Message
De
19/11/2001 13:46:14
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
19/11/2001 13:39:23
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00583429
Message ID:
00583597
Vues:
38
>>>>Jim, This form will be used by several dbfs, all with the same structures.
>>>
>>>After you do the d and d remove the alias from the controlsource properties. Then remove the dbf from the de.
>>
>>Well that's just it, the D & D x50 is ok, but removing the alias x50 could be quite cumbersome.
>
>Timothy,
>
>You would only have to do the 50 times one time though. It seems like a lot, but once you're done, you're done. Probably only take about 15 minutes really.
>
>Renoir

Hi Renoir :)
He shouldn't one-by-one IMHO. Select all in DE, drag with right button and select 'Create multiple controls here'.

Then select any one control on form and run :
aselobj(arrForm,1)
for each oControl in arrForm[1].Controls
 with oControl
 if upper(.Baseclass)='TEXTBOX' and !empty(.Controlsource)
   .ControlSource = substr(.Controlsource, at('.',.Controlsource)+1)
 endif
 endwith
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform