Andreas Säger wrote:

 > Am 28.04.2015 um 10:18 schrieb minhsien0330:
 > > Hi~,
 > > I am getting start with writing some Macro for Forms in Libreoffice Base,
 > > I read some tutorials and guidelines, but I still don't know how do I get
 > > the name, properties and actions of Objects ?
 > > Would you tell me any information about this?
 > > 
 > > e.g.:
 > > I have a table in Form1 (Libreoffice Base).
 > > What's the object name of the table?
 > > What actions can be done for this table?
 > > 
 > > Thank you!
 > > 
 > > Best Regards,
 > > Minhsien0330
 > > 
 > 
 > Hi,
 > 
 > [Tutorial] Introduction into object inspection with MRI
 > > https://forum.openoffice.org/en/forum/viewtopic.php?f=74&t=49294
 > 
 > And of course you need to understand the architecture of services,
 > interfaces and language independent data types.
 > This is not for people who can not program anything beyond stolen VBA
 > snippets.  One advantage is that you are not limited to this awkward
 > Basic lingo of the early 90ies.
 > 
I can second that about MRI. I think it is invaluable. But if you want to do 
serious programming you also need the developer's guide 
(https://wiki.openoffice.org/w/images/d/d9/DevelopersGuide_OOo3.1.0.pdf)
It is huge but you can find valuable information there about all the internals. 
The code examples are in Java, however.
The document is a bit old, but I don't think much has changed. It is basically 
the same as the website 
(https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide).
Then for Database access you can use Andrew Pitonyak's AndrewBase document that 
you can download from http://www.pitonyak.org/database/. It has examples of 
accessing Forms, and it uses Basic.
-- 
Piet van Oostrum <[email protected]>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]

-- 
To unsubscribe e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to