"Greg Hart" <[EMAIL PROTECTED]> wrote:
>
>I saw a message earlier, but not a solution that suited my needs.  If I have a combo
         box with 1000 + records how can I show them all.  I am not using a dataobject 
now,
         basically using a combo box add adding the items from a selct statement. I am 
not
         getting errors, just not all the records.
>
>Thanks

If you are using a dataobject, on before execute event, use the following code.,

CSpDBRequest request = event.getDBRequest();
request.getDBExecuteControl ().setFetchMethod
 (CSpDBExecuteControl.MEMORY_TABLE_FETCH_METHOD);

otherwise, the idea  is basically to set the fetch method for the request., 

- Ravi


_________________________________________________________________________
To unsubscribe from this mailing list please send an email to:
[EMAIL PROTECTED]
Please remember to use the same email address you subscribed with.

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to