Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event Order...
Message
From
10/02/2000 10:54:53
 
 
To
10/02/2000 10:51:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00329036
Message ID:
00330046
Views:
37
>Well that just goes to show what I know. Are you being a Show-Off? :-) Please show when Show doesn't show.

Ah, I'm not a VFP Computer right now, and I can't remember for sure. Try this and tell me if you get a "Shown" in the output window:
loForm = CreateObject('NoShow')

define class noshow as form
     name = noshow

     function Show
          lparam tnStyle

          debugout "Shown"
          dodefault(tnStyle)

     endfunction
enddefine
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform