Are standalone forms possible?

Creating and using forms
Post Reply
jsherk
Posts: 1
Joined: Tue Jan 06, 2009 10:40 pm

Are standalone forms possible?

Post by jsherk »

Hi

I'm new to ooBase, and was wondering if you can create a db with a form, and then somehow run the form as a "standalone program" so to speak, so that the person filling out the form does not have the ability to change the form or modify the design of the database, except for specific info they would enter into the form itself. By 'standalone program' I guess I mean that you just can't access design mode.

I'm not sure if I'm using the right terminology, so you can help me out on that as well!

Thanks
QuazzieEvil
Volunteer
Posts: 283
Joined: Tue Dec 04, 2007 6:38 pm
Location: Houston, TX

Re: Are standalone forms possible?

Post by QuazzieEvil »

you can create a desktop shortcut to the desired form. See http://www.baseprogramming.com/resources.html for an extension that creates such a shortcut. I have not formally completed the extension, and do not remember if there are any bugs. At least it should give you an idea how the code that can do what you need.
MattSwe
Posts: 39
Joined: Thu Sep 18, 2008 10:56 am

Re: Are standalone forms possible?

Post by MattSwe »

Another way (cause that extension didnt work out of the box for me, and I havent had time to figure out why yet) is to open your form and then save a copy of it to your Desktop with "Save copy as". Then you just have to open your copy and reconnect it to the database.
OOo 3.0.X on Ms Windows XP + Ms Windows Vista
Post Reply