I need to open 2 dialog boxes. In FWH 3.07 it is shown like this:
.
But if I open both dialog boxes using FWH 3.10, it results into this:
This is the source for opening the second small dialog box:
- Code: Select all Expand view
- LOCAL aRect := {}
oFontSFB := GetStandardFont(1)
aRect := GetWndRect(ArcLst:hWnd)
DEFINE DIALOG ArcLeg NAME "L_BEHARCHIEF" FONT oFontSFB
ACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON MOVE ArcLeg:Move(aRect[1],aRect[4],,,.T.)
Thank you very much in advance.