Skip to content

Fix WAIT WINDOW when the message follows WINDOW - #2053

Merged
RobertvanderHulst merged 1 commit into
devfrom
fix/vfp-wait-window-message-order
Aug 15, 2026
Merged

Fix WAIT WINDOW when the message follows WINDOW#2053
RobertvanderHulst merged 1 commit into
devfrom
fix/vfp-wait-window-message-order

Conversation

@Irwin1985

Copy link
Copy Markdown
Contributor

Fixes #1992

I hope this is the last PR I do on the WAIT WINDOW rule ;-). Every time I patch one, another crack show up somethere else, that's driving me crazy.

I checked every combination against a real VFP 9 and all of these are valid there:

WAIT WINDOW <msg> [AT r,c] [NOWAIT] [NOCLEAR] [TIMEOUT n]
WAIT WINDOW <msg> TO <v>
WAIT WINDOW <msg> AT r,c TO <v>
WAIT WINDOW TO <v>

Fingers crossed.

@RobertvanderHulst
RobertvanderHulst merged commit 2999834 into dev Aug 15, 2026
1 check passed
@RobertvanderHulst
RobertvanderHulst deleted the fix/vfp-wait-window-message-order branch August 15, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants