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.
Search found 23 matches
- Thu Aug 13, 2020 5:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 1808: Dialog as Mdichild
- Replies: 13
- Views: 2867
- Sun Aug 09, 2020 6:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 1808: Dialog as Mdichild
- Replies: 13
- Views: 2867
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...
- 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: 474
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.
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.
- 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: 474
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...
- Sat Aug 31, 2019 3:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to use user defined function in XBrowse?
- Replies: 6
- Views: 804
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->".
But since I use TDatabase to open DBF, the syntax is {|| Get_name( odbf:Customer_code ) }, instead of using "FIELD->".
- Fri Aug 30, 2019 12:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to use user defined function in XBrowse?
- Replies: 6
- Views: 804
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...
- Fri Aug 30, 2019 12:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to use user defined function in XBrowse?
- Replies: 6
- Views: 804
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.
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
- Thu Aug 29, 2019 3:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to use user defined function in XBrowse?
- Replies: 6
- Views: 804
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.
How to do similar thing in XBrowse? like COLUMNS "DOC_DATE", "Get_name( Customer_code )", but it does not work
Thanks in advance.
- Sun Nov 21, 2010 4:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to use XBrowse for input ?
- Replies: 2
- Views: 662
Re: How to use XBrowse for input ?
No one knows ?
No one uses XBrowse for such input ??
Mr Antonio, can you answer me ???
Thanks.
No one uses XBrowse for such input ??
Mr Antonio, can you answer me ???
Thanks.
- Mon Nov 08, 2010 8:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to use XBrowse for input ?
- Replies: 2
- Views: 662
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...
- Mon Apr 05, 2010 1:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: About UNICODE
- Replies: 6
- Views: 1224
Re: About UNICODE
Antonio,
FWH newest version is 10.3, but still not yet support unicode ??
FWH newest version is 10.3, but still not yet support unicode ??
- 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: 472
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...
- Sun Oct 25, 2009 11:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: About UNICODE
- Replies: 6
- Views: 1224
Re: About UNICODE
Antonio,
Half year has pasted, how about Unicode support progress?
Regards.
Half year has pasted, how about Unicode support progress?
Regards.
- Thu Oct 22, 2009 1:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to set ActiveX property?
- Replies: 8
- Views: 1164
Re: How to set ActiveX property?
Antonio,
Yes, it works. Thanks for your support.
Yes, it works. Thanks for your support.
- Wed Oct 21, 2009 2:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to set ActiveX property?
- Replies: 8
- Views: 1164
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.
Yes, I have re-linked the new ActiveX.obj, but the error "Unresolved external '_HB_FUN_ACTXEND'" occurs.