Sorry, that should be line 4386.
Regards
Alex
Search found 23 matches
- Mon Oct 29, 2007 7:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse problems with drop downs
- Replies: 1
- Views: 684
- Sun Oct 28, 2007 5:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse problems with drop downs
- Replies: 1
- Views: 684
XBrowse problems with drop downs
Hi all
When I use a drop down list, and the list is "dropped down", if the user clicks anywhere else on the browse (that is, the drop down loses focus) then a gap is left on the browse (it does not refresh). You can see this in samples\testxbrw.prg (the "Bitmaps on browse" menu selection). It is ...
When I use a drop down list, and the list is "dropped down", if the user clicks anywhere else on the browse (that is, the drop down loses focus) then a gap is left on the browse (it does not refresh). You can see this in samples\testxbrw.prg (the "Bitmaps on browse" menu selection). It is ...
- Tue Oct 02, 2007 8:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBCOMBO problem
- Replies: 6
- Views: 1558
- Tue Oct 02, 2007 7:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
- Mon Oct 01, 2007 10:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBCOMBO problem
- Replies: 6
- Views: 1558
DBCOMBO problem
Hi Antonio
With the code below the drop-down is not initialised to "Production".
#include "fivewin.ch"
#include "dbcombo.ch"
function main()
local oDlg, oDBC2, oBtn
//local cDept:= "400"
local cDept:= 400
local aItems, aList
define dialog oDlg
aList:= { ...
With the code below the drop-down is not initialised to "Production".
#include "fivewin.ch"
#include "dbcombo.ch"
function main()
local oDlg, oDBC2, oBtn
//local cDept:= "400"
local cDept:= 400
local aItems, aList
define dialog oDlg
aList:= { ...
- Tue Sep 18, 2007 11:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
- Tue Sep 18, 2007 7:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
- Sat Sep 15, 2007 3:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
- Fri Sep 14, 2007 3:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
- Fri Sep 14, 2007 2:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
- Fri Sep 14, 2007 2:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
- Fri Sep 14, 2007 1:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
- Fri Sep 14, 2007 12:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
- Thu Sep 13, 2007 9:52 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic FOLDER problem with GET on XP
- Replies: 25
- Views: 5998
Dynamic FOLDER problem with GET on XP
Hello Antonio
This is a slightly modified version of folder.prg:
#include "fivewin.ch"
function Main()
local oDlg, oFld
local oGet, cGet := " "
DEFINE DIALOG oDlg TITLE "FiveWin Dynamic folders" ;
FROM 5, 5 TO 20, 49
@ 0.5, 1 FOLDER oFld PROMPT "&xBase", "&And OOP ...
This is a slightly modified version of folder.prg:
#include "fivewin.ch"
function Main()
local oDlg, oFld
local oGet, cGet := " "
DEFINE DIALOG oDlg TITLE "FiveWin Dynamic folders" ;
FROM 5, 5 TO 20, 49
@ 0.5, 1 FOLDER oFld PROMPT "&xBase", "&And OOP ...
- Wed Sep 12, 2007 7:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dialog units for "DEFINE DIALOG"
- Replies: 2
- Views: 737