Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Got SDT 5.1 Working, heres how...
Message
De
06/11/1998 17:43:00
Rick Hawkins
Rose Valley Software Studio
Wallingford, Pennsylvanie, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00140845
Message ID:
00155410
Vues:
31
Kevin,

>>CFormMgr.GetFormCount()
>>
>>Changed…
>>IF TYPE("loForm") == "O" AND ;
>> UPPER(loForm.BaseClass) != 'TOOLBAR'
>>
>>To…
>>IF TYPE("loForm") == "O" AND ;
>> UPPER(loForm.BaseClass) != 'TOOLBAR' AND ;
>> TYPE('loForm.lAutoCenter') == 'L'
>
>Good to hear from you...I hope all is going well with you and yours!
>
>The change you propose would definitely filter out the non-MM forms. In what context is the erroneous count from the additional SDT form causing you difficulty?
>

The problem was enabling the menu bars for UserPrefs, etc. Without the above code, the form manager's GetFormCount() was returning 1, even when no MM forms were open. When it returned 1, there was never a ways to select the User Prefs screen, etc. (I assume the problem is the existence of the SDT form in its own private datasession).

Hope all is good with all of you too.

Best,

Rick Hawkins
Rose Valley Software Studio, Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform