Group Has anyone tested a compiled v9 application in a network environment ? If so, how many workstations and for what length of time ? Have there been any issues ? Thanks, Bill Eyring
_____ From: [email protected] [mailto:[email protected]] On Behalf Of Steve Vellella Sent: Friday, October 23, 2009 11:55 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Issues associated with packaginganddistribution R:BASEap... Another nice thing with the version 9 compiler is that the exe is now down to around 7mb in size compared to the current 18mb and that is with the embedded forms, reports, and external files. So if you have to recompile you are pushing a lot smaller file. Steve Vellella Office: 520-498-2256 Cell: 520-250-6498 From: [email protected] [mailto:[email protected]] On Behalf Of jan johansen Sent: Friday, October 23, 2009 8:15 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Issues associated with packaginganddistribution R:BASEap... Karen, I am not sure your question was answered. Currently in the 7.6 and V8 compiled version if you use an installed R:Base you can connect to the rbase files and modify forms, reports, rff's, etc. all you want with out having to recompile. It's what I do now. However in V9 you can include the rff's, forms, reports, etc into the compiler and remove them from the database. This is a huge change. If you need to change a form and have included the form in the compiled V9 THEN you will need to recompile. Now that is security. So now in a distributed application all you need to send is MyApplication.exe MyApplication.RX1 MyApplication.RX2 MyApplication.RX3 MyApplication.RX4 RBEngineV9.DLL I think you still need the send the config file and if you include your startup.dat in a run select that is all you need to send.Pretty cool. Jan -----Original Message----- From: [email protected] To: [email protected] (RBASE-L Mailing List) Date: Fri, 23 Oct 2009 10:55:29 EDT Subject: [RBASE-L] - Re: Issues associated with packaging anddistribution R:BASEap... I understand... But adding a new form to the databsae doesn't help you any unless you have modified your compiled app so that the new form is being used somewhere. That's what I meant ... So I wasn't understanding the statement (can't remember who said it) that you shouldn't have to recompile an app when you've added a new form. Maybe the person meant "modified form", in which case you obviously do not have to modify your app. Karen Karen Currently I have a menu option in the Compiled RBA that runs a Choose command Update Forms, Update Reports ..... It sets the owner password, StaticDB Off then runs the file. Marc

