At 02:04 PM 10/1/2013, Dick Fey wrote:

Never knew you could start the app without setting the DB first.


R:BASE is designed much like the powerhouse database management system of the
mainframe and mid-range computer world, yet with a focus on putting that kind
of power into the hands of the everyday business user.

Enjoy!

Very Best R:egards,

Razzak.



On 10/1/2013 12:20 PM, A. Razzak Memon wrote:
At 01:01 PM 10/1/2013, Dick Fey wrote:

We have an excellent Menu system, built with Application Designer that
works on our current database.

At Year end, we save a copy of the current DB, under a newname, ie:
'YrEnd12' and store it in  "PrevYears"  Directory We then purge most
data older than 1 year from the current database.

It would be nice for employees to open those old DB's using our current
application.

I would like to make a copy of our current application using a different
name, that would start with a choose command before opening, allowing a
user to open a previous years DB and run the application on it.

Since the selection of a Database in Applicaton Designer is done before
the on start action is begun, I don't see how this is possible. I know
I could create a copy of the app for each year, but that seems more
difficult than should be necessary.

Any ideas ?


Dick,

Your current application file (.rba) most likely includes the built-in
Database Name and Path. This setup will ALWAYS connect to the identified
database.

Keeping that scenario in perspective, you have two (2) options to achieve
your desired goal.

01. Remove the Database Name & Path from your current application (.rba)
    using the Application Designer and use the custom EEP to prompt
    users to CHOOSE the appropriate database as "On Start Action".

    -- To Remove Database Name and Path
    Application Designer | Main Menu | Options | Set Database and Path

    -- To Create Custom CHOOSE Command to Select Database
    Application Designer | Properties | On Start Action

02. Re-Design a cool application using the "External Form" (.rff) which
    provides unlimited features, controls, design options, form actions,
    and is not associated with any database.

Hope that helps!

Please feel free to reach out to me with further questions.

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase


Reply via email to