Silvio,
I have seen this type of thing when resources are low.
[quote:1g8gll91]on all prgs I use the expression oApp():oFont to call this font
then when I close the application end the font with ::oFont:End()[/quote:1g8gll91]
It appears that you are using the application font (oApp():oFont), then you are ending it. Then next time you are trying to use the same font that you just ended.
Try creating a clone of the app font
oFont:= oClone( oApp():oFont )
Then ending the clone when you are done with it.
James
↧