|
Lew, There’s an issue here of pausing for titles in a
loop. In the command: PauseLoop "Discharge [EMAIL PROTECTED],37",
"~" “Discharge Time” is always at row 10 column 37
while you’re on this screen so it’s not a valid indication that your
application has this as a prompt. A
better condition would be: If
Row = 10 and ( This handles the double column issue and the possibility
that the cursor might be anywhere in the field. (The There’s also an issue with using prompts from the first
column (e.g., Admit Date) since they also are satisfied when the cursor is in
the second column. The If Row… format will also work for these
conditions. Finally, I noticed that you’ve ordered the conditions in
your loop in the reverse order that they appear. This is an excellent idea because it
ensures that the Stable command will always be executed after any condition is
satisfied. -----Original Message----- Well, I call it the pauseloop issue,
but I am not sure. See the attached doc. My issue is that I have a two column
screen, and I have had various issues while trying to run this. The original issue was that I
couldn’t get the cursor to stop on Discharge Disp. I figured that out. It
was because strings in the second column were being statisfied by strings in
the first column (I would want to PauseLoop on Discharge Date, but in my Do
Loop Admit Date was also being satisfied, so an enter would be keyed, and I
would end up 2 or 3 fields beyond Discharge Disp). I have ended up trying to be
specific about Discharge Date, by adding cursor positions, but that is not
working right now. Any suggestions? TKs |
- [Talk] PauseLoop issue Lew Hundley
- RE: [Talk] FW: PauseLoop issue RESOLVED Corinna
- RE: [Talk] FW: PauseLoop issue RESOLVED Lew Hundley
- RE: [Talk] FW: PauseLoop issue RESOLVED Corinna Robertson
- RE: [Talk] FW: PauseLoop issue RESOLVED Lew Hundley
- RE: [Talk] PauseLoop issue Rich McNeil
- RE: [Talk] PauseLoop issue Que, Jason
- RE: [Talk] PauseLoop issue Rich McNeil
