Good day i trying to move a frame from SSTab to Form in a customize screen in Dynamics SL
the frame is in tab 10 of SSTAb and i want to move it to Form1 and hide the SStab
if i use the LEFT and TOP properties, applies on SSTab and not on form1
i try like this:
Frame1.Top = 96
Frame1.left = 9
'Disable sstab1
Call setprop("SSTab1", PROP_VISIBLE, False)
but frame only move in SSTab
I try to assign the parent to the frame but it sent me a property error
any idea how to do it
thks