Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bringing Excel window forward
Message
De
28/10/2019 13:05:23
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01671640
Message ID:
01671726
Vues:
43
that suggestion did it. I ended up with this code. I found that setting it back to "normal" worked better (depends on the user I guess, I tried capturing the value of WindowState before and setting back to that but it did not seem to matter).
      STORE .ioServer.Application.WindowState TO lnOldState  && note: old state not really used yet but keeping for testing

      STORE 2 TO .ioServer.Application.WindowState  && i.e. minimized; note: maximized is 1 if needed
      STORE 0 TO .ioServer.Application.WindowState  && i.e. normal
>>>UPDATE. Found it eventually (in Russian):
>>>
>>>http://forum.foxclub.ru/read.php?29,557209,557261#msg-557261
>
>Do you mean you tried what is suggested at the bottom of this link http://forum.foxclub.ru/read.php?32,177182,258927#msg-258927 and it didn't work for you?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform