Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid display
Message
From
23/02/1999 11:19:37
 
 
To
23/02/1999 11:06:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00189955
Message ID:
00190471
Views:
11
Hello Clark

you can acomplish this quite easly using the Dynamic properties
in this case DynamicCurrentControl
just drop another instance of textbox into the column then use something like :
IIF(!EMPTY(lv_myview.field3),'text2','text1')
in the above mentioned property

Arnon


>How have you been ?
You lost me a little here. I can understand how container could combine fields but I still have problem, if field3 is not empty I want to disply fields3 on next line. Let me give you a little more info
>
>Sample table with data
>
> field1 field2 field3
>recno 1 aaa 111111
>recno 2 bbb 222222
>recno 3 ccc 333333 test short note upto 80 char
>recno 4 ddd 444444
>
>I want to display like this in grid
>
>aaa 111111
>bbb 222222
>ccc 333333
>test short note upto 80 char
>ddd 444444
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform