R:azzak,
 
Right now, I am using a compiled executable on the server along with the
database that holds the forms and reports. I have a few questions about
pre-loading component in the compiled application.
 
We currently update several forms/report on the fly (as they are still
evolving) by just loading them into the database from within the System
Maintenance Form in the application. This works great because we do not have
to update the executable on the server or the shortcuts in the
workstation.simply load the forms/reports and they are good to go next time
they are called.
 
If I include the forms/reports in the compiled executable, what would happen
if I load a newer version of a form/report? Obviously it would be loaded in
the database and not in the compiled application.
When the newer form/report is called from within the application
Does R:Base  it still read it from the compiled application?
Or will the form/report just loaded into the database override the
form/report in the compiled executable?
 
The next question is about themes. There are a few themes that are used more
than other and I would like to pre-load them into the compiled executable
but still make the rest of the themes available. 
Does R:Base look for the theme in the compiled application first, and if not
there, look for the RBThemes9.dll file?
Or if the RBThemes9.dll file is present, does R:Base go directly there and
ignore the pre-loaded themes?
 
I am almost finished with the conversion to 9.0 and I just have one form
left (that has lots of connections to another R:Base) that is still giving
me problems; hopefully I should have it debugged in the next day or so.
 
Javier,
 
Javier Valencia, PE
913-829-0888 Office
913-915-3137 Cell
913-649-2904 Fax
 <mailto:[email protected]> [email protected]
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak
Memon
Sent: Monday, September 27, 2010 9:50 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Compiling a 9.0 app
 
At 10:32 PM 9/27/2010, TOM HART wrote:
 
>If I were to compile the app and embed the forms etc and connect
>to the database in the startup file, but put the startup exe on
>each computer this would seem to me to run faster because it would
>use the forms etc from the local computer (not over the network).
>Are my assumptions correct?
 
That unique feature alone is among the biggest highlights of a
compiled application using R:BASE eXtreme 9.0. Not to mention the
protection and security of your code, along with everything else
embedded and distributed as compiled application resource files.
 
Along with your forms, external form files, reports, and labels,
you may also embed external theme files, R:BASE Engine, Custom
Plugins, and DLLs.
 
2010 Annual R:BASE Conference includes a session to demonstrate
the use of such technique and more ...
 
http://www.rbase.com/conference/  [Highlights]
 
Very Best R:egards,
 
Razzak.
 
 

Reply via email to