Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display as in 999,999 format
Message
 
 
To
30/04/2002 12:00:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00650828
Message ID:
00675114
Views:
32
>>Hi Cetin
>>
>>Thanks for this - it works. I assume this is a bug then? Bit of a hassle because there are actually 8 columns that I want to format like this!
>>
>>Thanks again
>>
>>Jos
>
>Then, Setfocus in loop :)
>
>with thisform.myGrid
> for ix=1 to .Columncount
> .Columns(ix).Setfocus()
> endfor
>endwith
>thisform.myFirstControl.SetFocus()
>
>cetin

Hi Cetin,

I build my grid on the fly in Form's Init. I see these movements in run-time despite thisform.lockscreen = .t.

How can I prevent seeing them?

UPDATE: I found, that if I leave Sparse = .t., format is properly displayed for the whole column. Weird...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform