bug with grid toolbar FORM BUTTON

NetMake, SC: Looks like this has been a problem for a long time. please read all of the posts that have been posted related to this issue. Please FIX.

ISSUE: when displaying a form inside of an iframe of a grid, the grid->toolbar->FORM BUTTON is NOT working. All formatting, layout and events are ignored.

Current ISSUE: see attached image. editable form contains an event that instructs On/Off of the button when {dptGC} == 1 or 0.
When the form is linked to a grid using the iframe, all format, CSS, layout AND event programs for the editable form are ignored.

if({dptGC} == 1) {sc_btn_display(‘GC Details’,‘on’);} else {sc_btn_display(‘GC Details’,‘off’);};

[ATTACH=CONFIG]n64182[/ATTACH]

css3.jpg