Guys:
I'm displaying a meter in a dialog. The meter is doing some processing and I want to display on the dialog's title: "Updating Record #: " + LTRIM(STR(RECNO()))
I tried via but the meter started all over again (nevertheless it stayed in a loop). Thank you.
I'm displaying a meter in a dialog. The meter is doing some processing and I want to display on the dialog's title: "Updating Record #: " + LTRIM(STR(RECNO()))
I tried via
oDlg:caption := "New Text"; oDlg:refresh()