Kurt Wendt wrote:
> Hey folks,
>
> I never got this to work (and I've been sidetracked with other projects
> for the past week).
> I now created a cursor(Menu_pass2) that represents the next level down
> in the menu system, and has a boolean field called Sub_OPT. For the
> column in the Grid within question - I initial set the Control to be the
> Text box instead of the Button. Then, with the Form Init I have the
> following code:
>
> thisform.GrdSubMenu.SetAll("DynamicCurrentControl", ;
> "IIF(!Menu_pass2.Sub_OPT, ;
> 'Thisform.GrdSubMenu.Column3.Dummy_Txt', ;
> 'Thisform.GrdSubMenu.Column3.Sub_Opt')", "Column3")
>
> However, when the Form runs - the column continues to ONLY show text -
> and no buttons - and the content is True if it's a Sub-Menu option.
> Where as - if its True - then I actually want it to change and show a
> Button instead of the Text.
>
> Thanks in advance,
> Kurt
Sorry...no help here. I never messed around with DynamicCurrentControl.
I liked consistency in my grids.
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.