Jan The problem is I have the same button on 3-4 different forms and I pop one up on top on another. I may be in Edit Using CustInfo, then click a button to Edit Using Transactions .... Or I can be in another form and click the same Edit Using Transactions.... button
Thanks Marc From: jan johansen Sent: Tuesday, July 13, 2010 9:49 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Labels in EEP's Marc, If your code in the label is the same in each eep, you might consider moving it to a Form Action. Then in your eep that needs the label just do PROPERTY RBASE_FORM_ACTION yourformactionname ' ' Jan -----Original Message----- From: "MDRD" <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Tue, 13 Jul 2010 09:23:34 -0500 Subject: [RBASE-L] - RE: Labels in EEP's I know that but that gets very hard to catch especially when you pop up a form in a form. I think I have most of that working OK but I am sure I still have some work to do in that area. Marc From: Dennis McGrath Sent: Tuesday, July 13, 2010 9:06 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Labels in EEP's Variables are another story! Dennis ------------------------------------------------------------------------------ From: [email protected] [mailto:[email protected]] On Behalf Of MDRD Sent: Tuesday, July 13, 2010 8:59 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Labels in EEP's Cool, I got lucky! Thanks From: Dennis McGrath Sent: Tuesday, July 13, 2010 8:40 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Labels in EEP's Labels are only seen by the code in which they reside. For that reason, there is no problem using the same label name in various eeps. There will never be a conflict. Dennis McGrath ------------------------------------------------------------------------------ From: [email protected] [mailto: [email protected]] On Behalf Of MDRD Sent: Tuesday, July 13, 2010 8:13 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Labels in EEP's Hi Is it OK to use the same Label in different EEP's in different forms? I have a Button with a block of code that has several labels, I cut and pasted this button to several Forms and everything seems to be working OK. This is a handy time saver for me.... I know I could store that code in the DB and just call it but this is so easy and the code will most likely not change in a long time. Thanks Marc

