Hi Frank!

Am 16.05.2007 12:03 schrieb Frank Schönheit - Sun Microsystems Germany:
>> oForm.moveToInsertRow()
>> oControl = oForm.getByName( "mySubform" ).getByName( "myControl" )
>> Wait( 3000 )
>> oControl.setString( "myString" )

>> I tried also
>> oForm.getByName( "mySubform" ).reload()
>> Do Until oForm.getByName( "mySubform" ).isLoaded()
>> Wait( 100 )
>> Loop
>> but the subform is loaded ... with the same effect.

I meant that there is no effect, because the subform is loaded and the
loop is not executed. I've tested it with
 oForm.getByName( "mySubform" ).reload()
 i = 0
 Do Until oForm.getByName( "mySubform" ).isLoaded()
 i = i + 1
 Loop
 print i
and get i = 0 as result.


> If you have a small self-contained sample document which shows this
> behaviour, I'd be interested in having a look at it.

You have mail. ;-)
The sample shows also that the problem not depends to the datasource
connection.


Have a nice man day! (Or is there another english synonym?)

Greetings
        Mathias
-- 
·-· cut here ·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·-·->8·-·

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to