
How to make a field display only based on vv?
Started by priya_thomas, Jul 21 2006 11:21 AM
7 replies to this topic
#2
Posted 21 July 2006 - 11:22 AM
Hi,
What version of ProIV are you on?
Are you GUI or GreenScreen?
Rob
What version of ProIV are you on?
Are you GUI or GreenScreen?
Rob
#4
Posted 21 July 2006 - 12:44 PM
Hi,
Yes is can be done, with something like this...
Cant remeber if you need the .Refresh() or not....
Rob.
Yes is can be done, with something like this...
IF &$VVAR = 'Y' THEN FieldsTagName.Visible = False ELSE FieldsTagName.Visible = True ENDIF FieldsTagName.Refresh()
Cant remeber if you need the .Refresh() or not....
Rob.
#7
Guest_Guest_*
Posted 22 July 2006 - 06:12 AM
. . . or you cretae 2 equal fields (in size position etc.), one DO named 'FieldDO', the other non-DO named 'FieldNDO'. In logic you either switch on one or the other±
I don't expect this to work in a paging screen, but you can try.
Hth
Jan
IF &$VVAR = 'Y' THEN FieldDO.Visible = False FieldNDO.Visible = True ELSE FieldDO.Visible = True FieldNDO.Visible = False ENDIF
I don't expect this to work in a paging screen, but you can try.
Hth
Jan
#8
Posted 23 July 2006 - 07:31 AM
Priya,
U can do a tricky way to achieve this -
1. If u don't want to see even text of the field also then don't declare it as static text in Format - ID. Declare it as field and assign the value of this field in 'Logic In' of your function based on value of ur value variable.
2. If u are not familiar with tag names, u can use field skip and avoid user to access the field.
Thanks,
Sudhakar
U can do a tricky way to achieve this -
1. If u don't want to see even text of the field also then don't declare it as static text in Format - ID. Declare it as field and assign the value of this field in 'Logic In' of your function based on value of ur value variable.
2. If u are not familiar with tag names, u can use field skip and avoid user to access the field.
Thanks,
Sudhakar
Reply to this topic

0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users