Create a table to store your label names in. Then you can use choose or ? to access the label list to choose from.
Dan Goldberg From: [email protected] [mailto:[email protected]] On Behalf Of TOM HART Sent: Thursday, December 11, 2014 2:32 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Compiler question If I understand Razz's post, I cannot access the 'choose #labels', but all I need to do is be able to select the label name and it will work. Tom Hart On Thursday, December 11, 2014 4:05 PM, Dennis McGrath <[email protected]<mailto:[email protected]>> wrote: CHOOSE from the table would nearly mimic what you are already doing. From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of TOM HART Sent: Thursday, December 11, 2014 3:56 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Compiler question So if I create a table and form to select the form name that would work. Tom Hart On Thursday, December 11, 2014 12:36 PM, A. Razzak Memon <[email protected]> wrote: Tom, For what it's worth ... The end-user or even developers (with only one exception), does NOT have access to any embedded resources while running a compiled application. These embedded resources, if any, are available only when using the appropriate command, such as EDIT Using ... PLUGIN .... PRINT ReportName ..., etc. In your specific scenario, you will have to start building a table for all your embedded resources, to be maintained regularly, if you need to use those objects with the CHOOSE command, etc. especially when those objects are no longer a part of the underlying database. Hope that helps you understand the logistics of embedding resources within R:Compiler 9.5 applications while completely removing those objects (Forms, Reports, and Labels) from your database. Very Best R:egards, Razzak -----Original Message----- From: TOM HART <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Thu, 11 Dec 2014 09:38:44 -0800 Subject: [RBASE-L] - Compiler question I have been using compiler for awhile, and now that I am compiling additional resources(forms, reps, etc) I have seem to run into a problem. I have compiled my labels and have a form where a default label can be picked, by selecting from a choose label. If the labels are not actually in the database vs a compiled resource, nothing pulls up. If they are in the database it works. Am I wrong in using the choose command or should I be using something else Tom Hart

