Code: Select all
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
...
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?