El 24/09/13 13:06, Christian Schmitz escribió:
> Am 24.09.2013 um 12:25 schrieb José María Terry Jiménez <[email protected]>:
>
>> Hello
>>
>> I'm starting to work with a web application using SQL Plugin to connect to 
>> an Oracle database.
>> SQLQuery.setCommandText("SELECT field1,field2,field3 FROM TABLE where 
>> field1='t047011' and field2='m3' order by field1,field3")
>> SQLQuery.Execute
>>
>> MsgBox("Query executed")
>>
> you don't test the timing in a web app with msgboxes?
>
> That's doesn't work as message boxes will show after the work is done.
>
> please do like this:
>
>
.....

Hello

You are right, the delay is when populating the listbox, i changed the 
do... with a for i=1 to 100 and it goes fast!

Is there anyway to disable the listbox when populating and enabling 
after to speed up things?

Thanks!

Best
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to