Search found 24 matches
- Tue Mar 08, 2011 3:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Associate file
- Replies: 4
- Views: 931
Re: Associate file
#Define nCLASSES_ROOT 1LOCAL aFileExt := {'.pdf','.rtf','.doc','.xls'} AEval(aFileExt, {|a,n|cRet := GetRegistry( nCLASSES_ROOT , a, "" ),; IF (cRet <> nil .Or ...
- Thu Feb 17, 2011 6:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Treeview sample using resource...
- Replies: 0
- Views: 206
Treeview sample using resource...
Dear All,
Anyone worked in treeview using resource... please i need ur sample code...please post it... tnx...
regards,
apollo
Anyone worked in treeview using resource... please i need ur sample code...please post it... tnx...

regards,
apollo
- Tue Feb 15, 2011 6:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse Win7 Bar New Sample
- Replies: 61
- Views: 16853
Re: XBrowse Win7 Bar New Sample
Dear sir RAO,
Thank you sir, it solved the problem... thanks also sir James...
regards,
apollo
Thank you sir, it solved the problem... thanks also sir James...

regards,
apollo
- Tue Feb 15, 2011 3:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dynamic tree using recursion based array...help...
- Replies: 0
- Views: 259
Dynamic tree using recursion based array...help...
Dear All,
I want to share my problem based on the topic above... the details are below:
Given the table: IID NAME ParentID Level 1 Test01 0 2 2 Test003a1 1 3 3 Test003a2 1 3 4 Test02 0 2 5 Test003b1 4 3 6 Test003b2 4 3 7 Test004 6 4
FUNCTION uTreeInitDb() TREE aTree[i] ...
I want to share my problem based on the topic above... the details are below:
Given the table: IID NAME ParentID Level 1 Test01 0 2 2 Test003a1 1 3 3 Test003a2 1 3 4 Test02 0 2 5 Test003b1 4 3 6 Test003b2 4 3 7 Test004 6 4
FUNCTION uTreeInitDb() TREE aTree[i] ...
- Tue Feb 15, 2011 2:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse Win7 Bar New Sample
- Replies: 61
- Views: 16853
Re: XBrowse Win7 Bar New Sample
Dear Sir James and Sir RAO,
Sir James, i tried it already and whenever i removed the "CLASS TXbrWin7()" from xbrowse declaration, it works fine...
Sir RAO, what was the name of classname again that i should replace "TXBROWSE"?
thank you both for the help...
regards,
apollo
Sir James, i tried it already and whenever i removed the "CLASS TXbrWin7()" from xbrowse declaration, it works fine...
Sir RAO, what was the name of classname again that i should replace "TXBROWSE"?
thank you both for the help...
regards,
apollo
- Tue Feb 15, 2011 2:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Working sample of SummaryDataAsTree function
- Replies: 0
- Views: 229
Working sample of SummaryDataAsTree function
Dear All,
Is there anyone that has working sample of SummaryDataAsTree function of a Tree object. please post it. thanks
regards,
Apollo
Is there anyone that has working sample of SummaryDataAsTree function of a Tree object. please post it. thanks
regards,
Apollo
- Tue Feb 15, 2011 12:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse Win7 Bar New Sample
- Replies: 61
- Views: 16853
Re: XBrowse Win7 Bar New Sample
Dear All,
"Error in creating dialog". I tried to use the class using resource and that error appeared. Does anyone has a sample using resource. please post it. BTW, here's my resource declaration:
DLG_MAIN DIALOGEX -2,-16,387,255
FONT 8,"MS Sans Serif",0,0,0
STYLE WS_POPUP|WS_VISIBLE|WS_CAPTION ...
"Error in creating dialog". I tried to use the class using resource and that error appeared. Does anyone has a sample using resource. please post it. BTW, here's my resource declaration:
DLG_MAIN DIALOGEX -2,-16,387,255
FONT 8,"MS Sans Serif",0,0,0
STYLE WS_POPUP|WS_VISIBLE|WS_CAPTION ...
- Sat Feb 05, 2011 1:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Question about xbrowse from code to defined resource....
- Replies: 0
- Views: 250
Question about xbrowse from code to defined resource....
Dear all,
Is it possible to transform an xbrowse created from code to defined resource without using redefine declaration? If it is, please share the code... thanks in advance.
regards,
apollo
Is it possible to transform an xbrowse created from code to defined resource without using redefine declaration? If it is, please share the code... thanks in advance.
regards,
apollo
- Fri Feb 04, 2011 2:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Disabling scrollbars(H and V) in redefined xbrowse at runtim
- Replies: 16
- Views: 2732
Re: Disabling scrollbars(H and V) in redefined xbrowse at runtim
Dear Sir James,
Ok sir, i will try ur idea... thank very much for ur time....
regards,
apollo
Ok sir, i will try ur idea... thank very much for ur time....

regards,
apollo
- Fri Feb 04, 2011 12:22 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Disabling scrollbars(H and V) in redefined xbrowse at runtim
- Replies: 16
- Views: 2732
Re: Disabling scrollbars(H and V) in redefined xbrowse at runtim
Dear Sir James,
Yes sir, that's the idea. The vertical scroll bar is the one i want to hide or disable when the number of records are few. Also, i tried to revised my code so that the objects of scroll bars (oHScroll and oVScroll) become present but still disabling function and/or property are not ...
Yes sir, that's the idea. The vertical scroll bar is the one i want to hide or disable when the number of records are few. Also, i tried to revised my code so that the objects of scroll bars (oHScroll and oVScroll) become present but still disabling function and/or property are not ...
- Thu Feb 03, 2011 8:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to change the column header in xbrowse at runtime?
- Replies: 2
- Views: 411
Re: How to change the column header in xbrowse at runtime?
Dear Sir Anser,
Thanks... it works....
regards,
apollo
Thanks... it works....
regards,
apollo
- Thu Feb 03, 2011 8:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Disabling scrollbars(H and V) in redefined xbrowse at runtim
- Replies: 16
- Views: 2732
Re: Disabling scrollbars(H and V) in redefined xbrowse at runtim
Dear Sir James,
I want to disable scroll bars after the xbrowse is created. The reason why i want to disable the scroll bars what if the number of records loaded in xbrowse is less than the height of Hscroll bar(means records are few or just one record for instance), it is valid to just hide or ...
I want to disable scroll bars after the xbrowse is created. The reason why i want to disable the scroll bars what if the number of records loaded in xbrowse is less than the height of Hscroll bar(means records are few or just one record for instance), it is valid to just hide or ...
- Thu Feb 03, 2011 6:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to change the column header in xbrowse at runtime?
- Replies: 2
- Views: 411
How to change the column header in xbrowse at runtime?
Dear All,
Does anyone know how to change the column header at runtime in xbrowse... please post the sample code... thanks in advance...
regards,
apollo
Does anyone know how to change the column header at runtime in xbrowse... please post the sample code... thanks in advance...
regards,
apollo
- Thu Feb 03, 2011 5:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse with round corners ??
- Replies: 8
- Views: 1477
Re: xBrowse with round corners ??
Dear Sir RAO,
Do u have a sample which uses resource? Can u please post it. thanks...
regards,
apollo
Do u have a sample which uses resource? Can u please post it. thanks...
regards,
apollo
- Thu Feb 03, 2011 5:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Disabling scrollbars(H and V) in redefined xbrowse at runtim
- Replies: 16
- Views: 2732
Re: Disabling scrollbars(H and V) in redefined xbrowse at runtim
Dear All,
Thanks for ur great ideas. Sir James, i've tried the function disable() but the function was not present neither the oHScroll/oVScroll objects. I still wondered why these objects are not present in xbrowse object...
thanks.
regards,
apollo
Thanks for ur great ideas. Sir James, i've tried the function disable() but the function was not present neither the oHScroll/oVScroll objects. I still wondered why these objects are not present in xbrowse object...
thanks.
regards,
apollo