At 10:27 AM 8/18/2004 -0400, Stephen Markson wrote:
I apologize in advance - I am new to v7.x and new to this list so these
questions may have been asked and answered and they might be, well, dumb.
1. How do you TRACE a .RBA application?
2. My application starts with a prompt for a password, but I can't get the
focus on to the dialog box. The dialog window is highlighted and the cursor
is flashing, but I need to click on the window before keystrokes are
accepted. How do I get the focus on the dialog box?
Hello Stephen,
Welcome the Next Generation R:BASE 7.x world!
First, make sure that you're using the latest update of R:BASE 7.1.
(I know you're also a private beta tester of pre-release 77. <g>)
Here are a few approaches to TRACE .RBA application:
01. Use TRACE command in "On Start" action to TRACE the entire
application.
02. Use TRACE command as the first command in any particular
"Custom Action", typically your commands, EEPs, etc.
That will start TRACE when selecting that action.
In reference to focus on the DIALOG box, could you post that code?
Does the code work OK at the R> prompt?
Very Best R:egards,
Razzak.