After the latest updates made by Antonio at 4/11/2011 4.36 of the release FWH 11.10
The following error persists:
The TAB key does not guarantee the passage between the various edit boxes
I attach an example to verify the problem.
- Code: Select all Expand view
#include "FiveWin.Ch"
FUNCTION MAIN()
LOCAL oWnd, oDlg, oFld, cVar1, cVar2
cVar1 := SPACE(10)
cVar2 := SPACE(15)
DEFINE DIALOG oDlg TITLE "Pruebas" SIZE 400,300
@ 0,0 FOLDER oFld PROMPT "Folder 1", "Folder 2" OF oDlg
#define PADRE1 oFld:aDialogs[1]
@ 1,0 GET cVar1 VALID ( MsgInfo("Valid 1"), .T. ) OF PADRE1
@ 2,0 GET cVar2 VALID ( MsgInfo("Valid 2"), .T. ) OF PADRE1
ACTIVATE DIALOG oDlg ;
CENTER
RETURN NIL
I tried to compile the program with HARBOUR instead XHARBOUR but appears
the following error:
│ FiveWin Harbour for 11.10 - Oct. 2011 Harbour │ ▄ power development
│ (c) FiveTech, 1993-2011 │ █ 9X/NT/200X/ME/XP/Vista/7 for Microsoft Windows
Compiling ...
Harbour 2.1.0beta1 (rev 14559)
Copyright (c) 1999-2010, http://www.harbour-project.org/
Compiling 'folder.prg' and generating preprocessed output to 'folder.ppo' ...
Lines 3846, Functions / Procedures 2
Generating C source output to 'folder.c' ... Done.
Borland C + + 5.82 for Win32 Copyright (c) 1993, 2005 Borland
folder.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_HB_FUN_NUMTOHEX' referenced from C: \ FWH \ lib \ FIVEH.L
IB | GETSYSIN
* Linking errors *
c: \ FWH \ samples>
c: \ FWH \ samples>