Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resource Manager Internal Consiting Error and Richtext
Message
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00699211
Message ID:
00700186
Views:
19
Sergey,

My god!
I found but that is so strange!

Place a combobox one your reportForm.
In the init Method() Put this :

LOCAL laFontName, lnCounter

DIMENSION laFontName[1 ]
= afont(laFontName)
DEFINE POPUP popFontName
FOR lnCounter = 1 TO ALEN(laFontName)
DEFINE BAR PROMPT lnCounter OF popFontName (laFontName[lnCounter ]) PROMPT (laFontName[lnCounter ])
ENDFOR

this.RowSourceType = 9
this.RowSource = " popFontName "
*----------------------------------------------------------

There is a crash VFP!
one first computer had more Font that the second.

I cannot explain...

But if I change the code

FOR lnCounter = 1 TO ALEN(laFontName)
this.AddItem(laFontName[lnCounter ])
ENDFOR

All functions well...

bernhart
Previous
Reply
Map
View

Click here to load this message in the networking platform