Search found 1048 matches

by byte-one
Mon Sep 16, 2019 8:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: asort array but on row
Replies: 9
Views: 1024

Re: asort array but on row

ASort( aRow, 2, nil, { |x,y| val(x) > val(y) } )
by byte-one
Wed Jul 10, 2019 12:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3154

Re: aGetfiles bug

Please, what in english?
by byte-one
Tue May 28, 2019 1:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE edit_listbox
Replies: 4
Views: 403

Re: XBROWSE edit_listbox

In this case the :bOnPostEdit from this cell are not evaluated. In normal we leave the listbox-cell with pressing "Enter". I will virtual press "enter" from program. My question with other words: What method are called after pressing "Enter"?
by byte-one
Tue May 28, 2019 11:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE edit_listbox
Replies: 4
Views: 403

Re: XBROWSE edit_listbox

Thanks Marc, but i will not end the dialog i will only after a keystroke leave the xbrowse-cell with the listbox and go to the next cell.
by byte-one
Tue May 28, 2019 10:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE edit_listbox
Replies: 4
Views: 403

XBROWSE edit_listbox

How to simulate the VK_RETURN to leave programmatically the listbox?
by byte-one
Mon May 06, 2019 2:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 3263

Re: XBROWSE Border on cells

Uwe, any news for this?
by byte-one
Sun Apr 28, 2019 8:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEDBU BUG
Replies: 4
Views: 572

Re: FIVEDBU BUG

Image
by byte-one
Sun Apr 28, 2019 7:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEDBU BUG
Replies: 4
Views: 572

Re: FIVEDBU BUG

Antonio, i use W10! Maybe it is better before saving the changed DB to asking to the directory. Default is the same as the original.
by byte-one
Sun Apr 28, 2019 9:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEDBU BUG
Replies: 4
Views: 572

FIVEDBU BUG

I found, that if i open with fivedbu a dbf directly from explorer and change the structure, the program stores the new db in windows/system32!
The new dbf should always stored in the same directory as the original!
by byte-one
Mon Apr 22, 2019 4:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse listbox
Replies: 5
Views: 500

Re: xbrowse listbox

Uwe, next column!
by byte-one
Mon Apr 22, 2019 4:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse listbox
Replies: 5
Views: 500

Re: xbrowse listbox

Uwe,
2. selected with dblclick or return. exit with esc or button
only with type a or b..... WITHOUT to press return or dblclick.
by byte-one
Mon Apr 22, 2019 8:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse listbox
Replies: 5
Views: 500

xbrowse listbox

I have a Listbox in xbrowse with items leading a,b,c,...
Now i will press z.B. c,... , the cursor turns to the third item and then i will automatically evaluate the bPostedit and leave the listbox to next cell!
Have anyone a solution for this?
by byte-one
Tue Apr 16, 2019 1:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 3263

Re: XBROWSE Border on cells

Uwe, can you send to me the new code?
by byte-one
Sat Apr 13, 2019 11:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 3263

Re: XBROWSE Border on cells

Uwe, maybe you have not switched the compiler to C++! Add the switch -P to your compiler. (Borland)
by byte-one
Sat Apr 13, 2019 9:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 3263

Re: XBROWSE Border on cells

Uwe, thank you!!! I will test and report.