Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrambling and grid
Message
From
17/07/2002 02:32:38
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/07/2002 02:00:19
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00679480
Message ID:
00679485
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform