Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scrambling and grid
Message
De
17/07/2002 02:32:38
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/07/2002 02:00:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00679480
Message ID:
00679485
Vues:
23
>Assuming I'd like to scramble descript C(80) in my table. Is there easy way to show this field in a grid unscrambled . Currently in a form class in show method I've got
>
>with THISFORM.pageframe1.page2
>.grid1.RECORDSOURCE = 1
>.grid1.RECORDSOURCE =THISFORM.booktable
>.grid1.column1.CONTROLSOURCE = THISFORM.booktable+'.descript'
>endwith
>
>something like
>.grid1.column1.CONTROLSOURCE = unscramble( THISFORM.booktable+'.descript' )
>
>doesn't seem to work.
>
>Thank you
>Michael

Michael,
Add parentheses and quotes.
.grid1.column1.CONTROLSOURCE = ;
 '( unscramble('+ THISFORM.booktable+'.descript  ) )'
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