Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[VFP] Modal Window not displaying
#12
I solved it with a simple "show window" in the SHOW of the form.


Code:
PROCEDURE SHOW(nStyle)
   dodefault(nStyle)
   IF thisform.WindowType == 1
      SHOW WINDOW (thisform.name) SAME
   ENDIF
  ...
ENDPROC

But it work also if you call the show window at the init of the form.

.Mat
Reply


Messages In This Thread
[VFP] Modal Window not displaying - by echolis - 2022-10-12, 22:35:42
RE: [VFP] Modal Window not displaying - by wila - 2022-10-13, 12:43:49
RE: [VFP] Modal Window not displaying - by wila - 2022-10-17, 12:33:01
RE: [VFP] Modal Window not displaying - by wila - 2022-10-17, 12:46:28
RE: [VFP] Modal Window not displaying - by wila - 2022-10-31, 18:13:55
RE: [VFP] Modal Window not displaying - by wila - 2023-03-31, 14:46:48
RE: [VFP] Modal Window not displaying - by wila - 2023-04-18, 14:32:54
RE: [VFP] Modal Window not displaying - by byneutral - 2024-06-14, 10:38:27

Forum Jump:


Users browsing this thread: 1 Guest(s)