Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook bar class in VFP7
Message
De
29/09/2003 17:53:55
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
À
29/09/2003 10:10:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00822839
Message ID:
00833322
Vues:
26
Hi!
ASSIGN bug :(
Try to change ...
procedure oScreenRef.resize
	if type("this.screenhook") = "O"
			this.screenhook.olistbarref._resize(90,_screen.height-6-sysmetric(20)+(sysmetric(4)+1)*2)
	endif
endproc
to
procedure oScreenRef.resize
	if type("this.screenhook") = "O"
			this.screenhook.olistbarref.Height =_screen.height-6-sysmetric(20)+(sysmetric(4)+1)*2
	endif
endproc
>Hi,
>Yap, I have recompile it using VFP7 but still the same. I used to debug the code, and found that, that is a "infinite" call, which _screen.resize (hook class) will call listbar._resize(), listbar._resize() assign value to .height (_assign), .height_assign call _resize(), and .. non stop..
>
>However, I work OK in VFP6.
>I am using Outlook style listbar , #9888.
>
>any ideas?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform