Doesn't work but, looking more carefully at the help file I notice that only a 
small number of components (variable and DB fields) and a small number of EEPs 
(Enter, Exit, and Click) are eligible for custom set-up like this.  So I think 
I'm out of luck with this technique.--Larry
    On Friday, July 27, 2018, 12:59:48 PM EDT, 'Lawrence Lustig' via RBASE-L 
<[email protected]> wrote:  
 
  Will try this approach next time I'm on the customer's site.
    On Monday, July 23, 2018, 6:13:42 PM EDT, Albert Berry 
<[email protected]> wrote:  
 
 Looking again, they are variables. 
SET VAR vCommand1 = (“DELETEOBJECT” & .tContainer)&vCommand1SET VAR vCommand2 = 
(“CREATEOBJECT” EnhancedPanel” & .tContainer & "0 24 140” & 
.tConatinerHeight)&vCommand2
etc. Albert 


On Jul 23, 2018, at 4:10 PM, Albert Berry <[email protected]> wrote:

Are you sure tContainer should have a . in front? Try creating the container as 
tContainer, etc. R:Base might be looking for a variable named tContainer to 
find the name of the Container. 
Albert


On Jul 23, 2018, at 2:39 PM, 'Lawrence Lustig' via RBASE-L 
<[email protected]> wrote:
 I'm dynamically generating a form, creating a number of panels depending on 
the data fed into the form.  Each panel needs to be a drop target, so I'm 
trying to dynamically set the OnDragDropEEP of the panels after I create them.
Unfortunately, I'm not able to push the EEP code into the my custom EEP.  I 
tried following the direction in the help file (using the OnClickEEP to stick 
closely to the directions).
Here's the code I have:
DELETEOBJECT .tContainerCREATEOBJECT EnhancedPanel .tContainer .tDayPanel 0 24 
140 &tContainerHeightPROPERTY .tContainer INIT "TRUE"-- Two versions, neither 
has the effect I expect.PROPERTY &tContainer "Custom_EEP->OnClickEEP" "PAUSE 2 
USING ""HELLO""; RETURN"
PROPERTY .tContainer "Custom_EEP->OnClickEEP" "PAUSE 2 USING ""HELLO""; RETURN"
This database does use double quotes.  Also I tried both of the alternative 
last lines in the sample, but not at the same time, of course.
I know the EnhancedPanel named by the variable tContainer is correctly created 
because I can see it, and the controls inside it.  But when I click on it, 
nothing happens.
Anyone have an Blue's Clues on what I'm missing?--Larry    On Monday, July 23, 
2018, 9:49:32 AM EDT, Alastair Burr <[email protected]> wrote:  
 
  Good day all,

I'm having trouble getting this example from the help to work for me:

Nested INNER JOIN Example:

SELECT ProdName, Location, CompID FROM  +
((Product t1 RIGHT OUTER JOIN ProdLocation t2 ON t1.Model=t2.Model) J1 +
RIGHT OUTER JOIN CompUsed t3 ON t3.Model=j1.Model) J2 +
WHERE Model = 'CX3000'
What I'm trying to do is to link 3 tables by a common date.
Table 1 is a new table with which I want to show other data. It may or may not 
have rows for every date.
Table 2 is a large table that always has a row for every date from it's 
starting point (before Table 1).
Table 3 is a comments table for the second table that may or may not have rows.
I want all the rows from Table 1 with the matching rows from Table 2 (there 
will always be a match) and any comments from Table 3 that exist.

I keep getting this error message:

-ERROR- Invalid use of ESCAPE character with LIKE operator. ( 716)


Since I'm not using either I'm puzzled!
Anybody got any idea what might be causing it?
Thanks & regards,
Alastair.




-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
  
-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.





-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
  

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
  

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to