Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Produce email minimized
Message
 
 
To
13/01/2010 20:09:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01443603
Message ID:
01443875
Views:
67
This message has been marked as the solution to the initial question of the thread.
Did you try

oInspector.Visible = .t. before your code and if it would not work, try moving WindowState set after Display.

>thank you sergey. i get an error on
>loInspector.WindowState = olMinimized
>with explanation as follows
>
>'unable to set the window state of this explorer or inspector since it has not yet been made visible' (error 1429)
>
>any ideas i can try?
>
>k
>
> olMinimized = 1
> IF tlOpenEmail
> *.display()
> loInspector = .GetInspector()
> loInspector.WindowState = olMinimized
> .display()
>
> ELSE
> .SEND()
> ENDIF
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform