Search found 24 matches

by amnunez
Tue Mar 08, 2011 3:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Associate file
Replies: 4
Views: 931

Re: Associate file

#Define &nbsp;nCLASSES_ROOT &nbsp;1LOCAL aFileExt := &#123;'.pdf','.rtf','.doc','.xls'&#125; AEval&#40;aFileExt, &#123;|a,n|cRet := GetRegistry&#40; nCLASSES_ROOT , a, "" &#41;,;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IF &#40;cRet <> nil .Or ...
by amnunez
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... :D


regards,
apollo
by amnunez
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... :D


regards,
apollo
by amnunez
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&#40;&#41; TREE aTree&#91;i&#93 ...
by amnunez
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
by amnunez
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
by amnunez
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 ...
by amnunez
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
by amnunez
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.... :D


regards,
apollo
by amnunez
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 ...
by amnunez
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
by amnunez
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 ...
by amnunez
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
by amnunez
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
by amnunez
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