Subject EXTCOMBOBOX
From Mustansir Ghor <mustan31@hotmail.com>
Date Sat, 06 Mar 2021 07:28:02 -0500
Newsgroups dbase.getting-started

Dear All

I happen to see this peculiar behavior and need assistance to diagnose the error

I am using following syntax to update datasource of an extcombobox. Among its initial setting the height=1.23 and autodrop is set to true

        
                  form.qfootsize.params["msize"]=ms
                  form.qfootsize.requery()
                  form.cbsize.datasource=form.qfootsize.rowset.fields["name"]

When query is evaluated with 1st param, the resultset has 2 records. So the dropbox display both records with few blank lines (as height=1.23).

When the query gets evaluated for next parameter the resultset has 7 records but dropbox display only first 2 records (of course scrolling pattern does appear and can see all 7 records but 1.23 height is changed)

With 3rd parameter resultset may be whatever the height returns to 1.23

It is observed the display height is updated on prevoius records count.

Is there a way to keep this constant or corrected

Best Regards
Mustansir