Page 1 of 1

TGet PICTURE bug

PostPosted: Thu May 04, 2006 10:17 am
by Enrico Maria Giordano
This is the sample. The value 10 is not showed:

Code: Select all  Expand view
#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oDlg

    LOCAL nVar := 10

    DEFINE DIALOG oDlg

    @ 1, 1 GET nVar;
           PICTURE "@E 999.99 %";
           RIGHT

    @ 3, 1 BUTTON "&Close";
           ACTION oDlg:End()

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL


EMG

Re: TGet PICTURE bug

PostPosted: Thu May 04, 2006 11:24 am
by Enrico Maria Giordano
Once again, it is a xHarbour problem, not a FWH one. Already reported to the xHarbour developers mailing-list.

EMG