FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper TWBrowse for Fw2.1c
Posts: 31
Joined: Wed Oct 19, 2005 03:30 AM
TWBrowse for Fw2.1c
Posted: Sun Sep 16, 2007 02:41 AM

dear all,

Can I get some idea for resize of TWBrowse of everybody here ? The first load I fix size of them nWidth=500, nHeight=300, fieldsizes=60,200,50. If I need to resize them to nwidth=100,nHeight=300, Feildsizes=60,700,50, How I do ?

Best Regard,

Peter

PS. FiveWin 2.1c and Blinker 7 user

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
TWBrowse for Fw2.1c
Posted: Sun Sep 16, 2007 07:46 AM

oBrowse:nwidth = 100
oBrowse:nHeight = 300
oBrowse:aFieldSizes = { 60, 700, 50 }
oBrowse:Refresh()

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 31
Joined: Wed Oct 19, 2005 03:30 AM
Not Work !!
Posted: Mon Sep 17, 2007 03:15 PM

Dear Antonio

I try to use oBrw:aFieldsizes of Method, but I got some error
"Error objects/6 No Exp. Method:TWBrowse:_AFIELDSIZ" Why ?
How I do next ? I use FiveWin v2.1c and Clipper 5.2e can take this ?

Best Regard,

Peter

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
TWBrowse for Fw2.1c
Posted: Mon Sep 17, 2007 04:17 PM

Peter,

My mistake. It is:

oBrowse:aColSizes = { 60, 700, 50 }

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 31
Joined: Wed Oct 19, 2005 03:30 AM
Dear Antonio
Posted: Wed Sep 19, 2007 02:09 PM

Dear Antonio

Thank you very much, it's work.

Best Regard,

Peter

Continue the discussion