Another little bug in my exe FWH 32bit:
is not visible the number TGet when Right, Spinner and WHEN .F. clauses are declared.
In FW 2.5 (16 bit) is not present, I do not test the Feb06 version.
Test this:
- Code: Select all Expand view
#include "FiveWin.ch"
function Main()
LOCAL oDlg, oGet, nVal0 := 0, nVal1 := 0
DEFINE DIALOG oDlg
@ 1,1 GET oGet VAR nVal0 OF oDlg SIZE 50, 8 PICTURE "99999.99" SPINNER RIGHT
@ 3,1 GET oGet VAR nVal1 OF oDlg SIZE 50, 8 PICTURE "99.99" SPINNER WHEN .F. RIGHT
ACTIVATE DIALOG oDlg
RETURN Nil
Thank you for the help.