- Code: Select all Expand view
- DEFINE DIALOG oDlg TITLE "REPLACE" SIZE 300, 250
@ 1, 1 SAY "REPLACE :"
@ 1, 5 GET cField OF oDlg
@ 2, 1 SAY "WITH :"
@ 2, 5 GET cWith OF oDlg
...
misplace positions of labels and textedit boxes, like this:
I don't use pixels, as I need to port existing text based app to fwh frontend.
How can this misplacement be avoided? Is there a way of SAY/GET usage that I'm missing?