TGet PICTURE bug

Post Reply
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

TGet PICTURE bug

Post by Enrico Maria Giordano »

This is the sample. The value 10 is not showed:

Code: Select all

#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
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: TGet PICTURE bug

Post by Enrico Maria Giordano »

Once again, it is a xHarbour problem, not a FWH one. Already reported to the xHarbour developers mailing-list.

EMG
Post Reply