Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid refreshing
Message
From
07/08/2001 17:28:14
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00540286
Message ID:
00540991
Views:
26
>>>This seems a bit complicated and not sure where to implement. I have not delved into that complexity yet. So I created a label called 'Delete' which takes care of it. Also, I now want to know if it's possible to change the font of the grid.activerow to Italics such as in object.FontItalic[ = lExpr]
>>
>>Tim,
>>Download 'Two grid classes'. It does coloring but just changing the code you'd get it for fonts.
>>Basically like this (and works as a quick implementation) :
>>-Add a property to form called nRec
>>
>>*Grid.init
>>thisform.nRec=0
>>this.setall('DynamicFontItalic','(recno()=thisform.nRec)','Column')
>>
>>*Grid.AfterRowColChange
>>thisform.nRec=recno()
>>
>
>Cetin, I am working with this gridclas but there is a reference to \graphics\down.cur that will not go away. It's in the .vct file and I cannot change it w/o destroying the file integrity. Because of this I can't add the gridheader class to the form. Have you tried this?

Tim,
I don't remember the class. To workaround either create a graphics dir with a dummy .cur file in it (rename any .cur) or open the vcx and remove the reference.
I'm away from my work computer I can't check it.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform