FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TGet PICTURE bug
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
TGet PICTURE bug
Posted: Thu May 04, 2006 10:17 AM
This is the sample. The value 10 is not showed:

#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
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: TGet PICTURE bug
Posted: Thu May 04, 2006 11:24 AM

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

EMG

Continue the discussion