Hello everybody,
I have a problem with the use of picture with the get, If i compile and run this piece of code:
I get this result:

Instead in the console version:
I get:

any hint?
Thanks,
Antonino
PS. I am using the 15.3 version
I have a problem with the use of picture with the get, If i compile and run this piece of code:
#include "FiveWin.ch"
function Main()
local oDlg
LOCAL cPict := "@KE 9999XXN "
LOCAL cInput := "/*AUTO*/"
DEFINE DIALOG oDlg
@ 1,1 GET cInput PICTURE cPict
ACTIVATE DIALOG oDlg CENTERED
return nilI get this result:

Instead in the console version:
proc main
LOCAL cPict := "@KE 9999XXN "
LOCAL cInput := "/*AUTO*/"
CLS
@ 1,1 SAY "TEST" GET cInput PICTURE cInput
READ
returnI get:

any hint?
Thanks,
Antonino
PS. I am using the 15.3 version