Page 1 of 1

TWBrowse for Fw2.1c

PostPosted: Sun Sep 16, 2007 2:41 am
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

PostPosted: Sun Sep 16, 2007 7:46 am
by Antonio Linares
oBrowse:nwidth = 100
oBrowse:nHeight = 300
oBrowse:aFieldSizes = { 60, 700, 50 }
oBrowse:Refresh()

Not Work !!

PostPosted: Mon Sep 17, 2007 3:15 pm
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

PostPosted: Mon Sep 17, 2007 4:17 pm
by Antonio Linares
Peter,

My mistake. It is:

oBrowse:aColSizes = { 60, 700, 50 }

Dear Antonio

PostPosted: Wed Sep 19, 2007 2:09 pm
by Peter
Dear Antonio

Thank you very much, it's work.

Best Regard,

Peter