when have a Array from DbStruct() i want to select FIELD to use.
i got a CLASS for Xbase++ but not for HMG. does somebody already made a Function or CLASS

Moderator: Rathinagiri
Code: Select all
@ 250,010 LISTBOX list_1 width 180 HEIGHT 135 TOOLTIP "Doble Click -->" SORT FONT "Verdana" SIZE 09 ;
ON DBLCLICK { || form_3.list_2.additem(form_3.list_1.item(form_3.list_1.value)), ;
form_3.list_1.deleteitem(form_3.list_1.value) }
@ 250,200 LISTBOX list_2 width 180 HEIGHT 135 TOOLTIP "Doble Click <--" SORT FONT "Verdana" SIZE 09 ;
ON DBLCLICK { || form_3.list_1.additem(form_3.list_2.item(form_3.list_2.value)), ;
form_3.list_2.deleteitem(form_3.list_2.value) }
hm ...chrisjx2002 wrote: ↑Wed May 27, 2020 4:09 pm There is an error when you want to move from right to left due to dragitems flag to .T.
If dragitems flag is .F. everything is OK. When dragitems flag is .T., iMax := LEN( aSelect ) is incorrect... But I don't know how to change it
hm ... i have blue ICON which is UNICODE IDE while you use red ICON which is ANSI.fouednoomen wrote: ↑Thu May 28, 2020 8:18 pm this is my Build.LOG file
hbmk2: Processing local make script: hbmk.hbm
hbmk2[PICKLIST]: Warning: File cannot be found: dbf\PICKLIST.hbp
hbmk2[PICKLIST]: Warning: Cannot find dbf\PICKLIST.hbc
Harbour 3.2.0dev (r1703241902)
Copyright (c) 1999-2016, http://harbour-project.org/
Cannot open E:\DATACONCEPT\copy.prg, assumed external