| View previous topic :: View next topic |
| Author |
Message |
BDRJ General User

Joined: 02 Jul 2008 Posts: 18 Location: Italy
|
Posted: Wed Jul 16, 2008 7:52 am Post subject: Export macro and dialog |
|
|
I have done a program in VB, composed by 5 macro and 1 dialog.
How can i transpose all my macro and my dialog to another computer? Should I copy the basic text in another computer's macro's space and create another dialog? Or what?
Thanks |
|
| Back to top |
|
 |
QuazzieEvil Super User

Joined: 17 Jan 2007 Posts: 599 Location: Houston, TX
|
Posted: Wed Jul 16, 2008 5:44 pm Post subject: |
|
|
by VB do you mean OOBasic, or actually MS Visual Basic?
If you mean you have a basic library with modules and dialogs, you can export (from the macro organizer) the library. you can either export as Basic Library or as extension. the extension is the simplest to install in in another machine. from the same macro organizer you can also import a basic library. _________________ Free Docs @ http://www.baseprogramming.com/resources.html
Book @ lulu.com http://www.lulu.com/content/2455551 |
|
| Back to top |
|
 |
bvdbos OOo Enthusiast

Joined: 23 Nov 2003 Posts: 153 Location: Asten Netherlands
|
|
| Back to top |
|
 |
BDRJ General User

Joined: 02 Jul 2008 Posts: 18 Location: Italy
|
Posted: Fri Jul 18, 2008 2:02 am Post subject: |
|
|
The program is wrote in OOBasic.
I haven't done any try but I have another question... is normal that my Module 1 for macro implementing, when I try to copy more code in that, tell me "The text inserted exceed the biggest lenght consented by the field. The text has been cut." ???
There are any limitation to implementation lenght?
Thanks |
|
| Back to top |
|
 |
DVezina OOo Advocate

Joined: 29 Sep 2006 Posts: 248 Location: Orlando
|
Posted: Fri Jul 18, 2008 11:57 am Post subject: |
|
|
In earlier versions of OO 2.4, cut and paste in any module at any size would produce the error.
In the latest OO 2.4.1, you still get the error if your module is over a certain size (16K I think). According to the OO Issue list, it is marked for 2.4.2.
I went back to OO 2.2 |
|
| Back to top |
|
 |
|