Search found 23 matches

by Max HK
Thu Aug 13, 2020 5:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1808: Dialog as Mdichild
Replies: 13
Views: 2809

Re: FWH 1808: Dialog as Mdichild

To: Mr. nageswaragunupudi

No one found this wrong behaviour in Dialog AS MDICHILD?

I am using FWH 1912. Is this bug fixed in later version?

Thanks.
by Max HK
Sun Aug 09, 2020 6:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1808: Dialog as Mdichild
Replies: 13
Views: 2809

Re: FWH 1808: Dialog as Mdichild

If the dialog is activated as normal, when pressing <Tab>, the sequence of active controls is: 1. Checkbox Switch-1 2. Checkbox Switch-2 3. GET cVar1 4. GET cVar2 5. Button This is the normal operation. But if the dialog is activated as MDIChild, the sequence is reverse when pressing <Tab>: 1. GET c...
by Max HK
Sat Aug 31, 2019 7:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to change behavior of pressing <Enter> in XBrowse?
Replies: 3
Views: 436

Re: How to change behavior of pressing <Enter> in XBrowse?

It works. Thanks.

But XBrowse still move to next column first and then call my function. May XBrowse keep staying on the same column? ie. do nothing and call OnEnterKey(oBrw) immediately.
by Max HK
Sat Aug 31, 2019 3:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to change behavior of pressing <Enter> in XBrowse?
Replies: 3
Views: 436

How to change behavior of pressing <Enter> in XBrowse?

In XBrowse, the default behavior of pressing <Enter> is going to next column. If lFastEdit is .T., it goes to edit current cell. But I want to call my user defined function after user presses <Enter>. Furthermore, depending on the row cell stayed, different functions can be called. eg. in "Cust...
by Max HK
Sat Aug 31, 2019 3:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use user defined function in XBrowse?
Replies: 6
Views: 749

Re: How to use user defined function in XBrowse?

I found the solution. The Code Block syntax is correct.

But since I use TDatabase to open DBF, the syntax is {|| Get_name( odbf:Customer_code ) }, instead of using "FIELD->".
by Max HK
Fri Aug 30, 2019 12:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to use user defined function in XBrowse?
Replies: 6
Views: 749

Re: How to use user defined function in XBrowse?

Mr Rao, Thanks for your suggestion. But it still not work in Code Block. Please notice that I use XBrowse, not XBrowser. From wiki.fivetechsoft.com, I find the following explanation: ======================================== Difference between COLUMNS and FIELDS COLUMNS CLAUSE is a list of column nam...
by Max HK
Fri Aug 30, 2019 12:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use user defined function in XBrowse?
Replies: 6
Views: 749

Re: How to use user defined function in XBrowse?

Thanks for your reply. But it does not work.

XBrowse can call build-in function like "DOW(DOC_DATE)", but I do not know how to call my user defined function.
Marcelo Via Giglio wrote:Hola,

try to use code block COLUMNS "DOC_DATE", {|| Get_name( Customer_code ) }

regards

Marcelo
by Max HK
Thu Aug 29, 2019 3:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to use user defined function in XBrowse?
Replies: 6
Views: 749

How to use user defined function in XBrowse?

In Listbox, I can call user defined function like Get_name( field->Customer_code ).

How to do similar thing in XBrowse? like COLUMNS "DOC_DATE", "Get_name( Customer_code )", but it does not work

Thanks in advance.
by Max HK
Sun Nov 21, 2010 4:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBrowse for input ?
Replies: 2
Views: 632

Re: How to use XBrowse for input ?

No one knows ? :roll:
No one uses XBrowse for such input ?? :?:
Mr Antonio, can you answer me ???

Thanks.
by Max HK
Mon Nov 08, 2010 8:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBrowse for input ?
Replies: 2
Views: 632

How to use XBrowse for input ?

Hi All, I want to use XBrowse to capture sales details. But I do not know current version FWH 10.10 XBrowse fulfills my requirements or not. If yes, please tell me how to set XBrowse parameters. http://img641.imageshack.us/img641/1183/xbrowse.jpg Refer above picture and it is an array with 7 columns...
by Max HK
Mon Apr 05, 2010 1:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: About UNICODE
Replies: 6
Views: 1185

Re: About UNICODE

Antonio,

FWH newest version is 10.3, but still not yet support unicode :( ??
by Max HK
Mon Oct 26, 2009 5:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to handle keystroke by TActiveX, instead of TGET?
Replies: 1
Views: 449

How to handle keystroke by TActiveX, instead of TGET?

I want to use a 3rd party Excel-like Grid ActiveX in a dialog. But the keystroke is handled by TGET/TDialog prior to the ActiveX. Therefore I cannot use Tab or Enter to move cells in the grid. How to pass the key handling to ActiveX first, including Enter, Tab, Navigation Arrow Keys, Page Up/Down, e...
by Max HK
Sun Oct 25, 2009 11:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: About UNICODE
Replies: 6
Views: 1185

Re: About UNICODE

Antonio,

Half year has pasted, how about Unicode support progress?

Regards.
by Max HK
Thu Oct 22, 2009 1:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to set ActiveX property?
Replies: 8
Views: 1114

Re: How to set ActiveX property?

Antonio,

Yes, it works. Thanks for your support.
by Max HK
Wed Oct 21, 2009 2:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to set ActiveX property?
Replies: 8
Views: 1114

Re: How to set ActiveX property?

Antonio,

Yes, I have re-linked the new ActiveX.obj, but the error "Unresolved external '_HB_FUN_ACTXEND'" occurs.