Search found 32 matches: goran

Return to advanced search

Re: How to Create Easy Report Designer Files ?

Antonio,
on that zip you send me we have
two project
1. easyreport
2. vrd
as you can see in this picture
there are many classes we non have and I think Timm change also Dialog, Control and use treview of Goran

Image
by Silvio.Falconi
Sat Jan 05, 2019 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7006

Problems with oTree ( fwh)

I wish converte an old tree ( make with Goran Tree) into trre of Fivetech and I use a dbf with only two field DbCreate('GE', {{'GEMATERIA' , 'C', 40, 0} ,; {'GEPCLAVE' , 'C', 45, 0} }, 'DBFCDX') the oTree run ok but I not understood How run the ...
by Silvio.Falconi
Sun Nov 22, 2015 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with oTree ( fwh)
Replies: 1
Views: 469

Re: Searching a record on a Tree class

Silvio, On Goran tree there was a methos to go to position Getlinkat(npos) But Ob fwh tree there is not this possibility ? If I have a number of a record can go to a Item of Tree ? In a Windows tree control the items are not stored ...
by Antonio Linares
Tue Sep 10, 2013 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching a record on a Tree class
Replies: 16
Views: 2802

Re: Searching a record on a Tree class

On Goran tree there was a methos to go to position Getlinkat(npos)
But Ob fwh tree there is not this possibility ?
If I have a number of a record can go to a Item of Tree ?
by Silvio.Falconi
Tue Sep 10, 2013 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching a record on a Tree class
Replies: 16
Views: 2802

Searching a record on a Tree class

... .t. )) msgAlert( i18n( "Not found." ) ) FR->(DbGoTo(nRecno)) else FR->( DbSetOrder(1) ) nIndex := FR->(OrdKeyNo()) On Tree of Goran I made in this mode: oTree:SetCurSel( nIndex - 1 ) oTree:UpdateTV() oLink := oTree:GetLinkAt( oTree:GetCursel() ) xFrCargo := oLink:Cargo xFrTipo ...
by Silvio.Falconi
Tue Sep 10, 2013 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching a record on a Tree class
Replies: 16
Views: 2802

Re: From treeview Goran to fwh treeview

Antonio with Goran I made local cFaTipo local oLink := oTree:GetLinkAt( oTree:GetCursel() ) local cPrompt := oLink:TreeItem:cPrompt local cCargo := oLink:Cargo local nLevel := INT(AT(" 0",cCargo)/2) local oParent := oLink:ParentLink ...
by Silvio.Falconi
Mon Sep 09, 2013 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

Re: From treeview Goran to fwh treeview

Silvio,

It seems as oLink has no parent so:

oLink:GetParent()

is returning nil
by Antonio Linares
Mon Sep 09, 2013 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

Re: From treeview Goran to fwh treeview

Time from start: 0 hours 0 mins 3 secs Error occurred at: 09-09-2013, 16:32:23 Error description: Error BASE/1004 Class: 'NIL' has no exported method: LASTCHILD Args: [ 1] = U Stack Calls =========== Called from: => LASTCHILD( 0 ) Called from: source\PNewfranc.prg => FREDITA( 306 ) Called from...
by Silvio.Falconi
Mon Sep 09, 2013 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

Re: From treeview Goran to fwh treeview

what errors ? :-)
by Antonio Linares
Mon Sep 09, 2013 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

Re: From treeview Goran to fwh treeview

Perhaps something run but I have also many problems for the insert level 1 (i Insert on bold the line give me errors) local oLink := oTree:GetSelected() local cPrompt := oLink:cPrompt local cCargo := oLink:Cargo local nLevel := INT(AT(" 0",cCargo)/2) local oParent := oLink:GetParent() loca...
by Silvio.Falconi
Mon Sep 09, 2013 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

Re: From treeview Goran to fwh treeview

oTree:GetSelected():...
by Antonio Linares
Mon Sep 09, 2013 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

Re: From treeview Goran to fwh treeview

I need to Know the convertion of these lines

oTree:GetLinkAt( oTree:GetCursel() )
by Silvio.Falconi
Mon Sep 09, 2013 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

Re: From treeview Goran to fwh treeview

josè , thanks so much
can we associate a bitmap for each tree .. also
by Silvio.Falconi
Fri Sep 06, 2013 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

Re: From treeview Goran to fwh treeview

...  ENDDOreturn nil  You have to load the tree in the ON INIT clause of the dialog. FWH Tree is easier to hanldle than Goran's one. Regards, José Luis
by José Luis Sánchez
Fri Sep 06, 2013 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758

From treeview Goran to fwh treeview

Dear Friends, I'd like use the treeview class of Fwh . Until now I used another class of Goran Savckic. http://img163.imageshack.us/img163/4372/qfes.png I have these fields FrN1, FrN2, FrN3, FrN4 y Frn5 (1,0,0,0,0) ···(1,1,0,0,0) ······(1,1,1,0,0) ······(1,1,2,0,0) ...
by Silvio.Falconi
Fri Sep 06, 2013 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: From treeview Goran to fwh treeview
Replies: 9
Views: 1758
Next

Return to advanced search