TWBrowse for Fw2.1c

Post Reply
Peter
Posts: 31
Joined: Wed Oct 19, 2005 3:30 am

TWBrowse for Fw2.1c

Post by Peter »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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

Antonio Linares
www.fivetechsoft.com
Peter
Posts: 31
Joined: Wed Oct 19, 2005 3:30 am

Not Work !!

Post by Peter »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Peter,

My mistake. It is:

oBrowse:aColSizes = { 60, 700, 50 }
regards, saludos

Antonio Linares
www.fivetechsoft.com
Peter
Posts: 31
Joined: Wed Oct 19, 2005 3:30 am

Dear Antonio

Post by Peter »

Dear Antonio

Thank you very much, it's work.

Best Regard,

Peter
Post Reply