Hi all.
I'm doing an extension (OOoBasic - Python mixed) and using form of Base.
I do this process with a macro:
- create a db and register it;
- create table in db with sql command;
- open a form;
- translate field's labels.

All works well, but at the end in the form are not visible the data.
I tried to do:

oForm = ThisComponent.getDrawPage.getForms.getByIndex(0)
oForm.load

but without any change.

If I create a button with the very same command, and push it after the process, it works.

If I open oForm with MRI at the end of the process, it works.

What can I do?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to