No Records Available 2
Posted October 1st, 2009 by Andrew PopoffToday I have told with my friend about a class which was written yesterday (see the post below). He have reminded me about ABC Free template which can save and restore listbox format. That’s why I changed the class so little ![]()
I’ve added a new method which restores the format. You need to restore format before “ABC Free” template. You can see the code of method below:
CFCNoRecordsAvailableClass.RestoreLBFormat PROCEDURE
CODE
IF LEN(CLIP(SELF.SavedFormat))
SELF.ListBoxFeq{PROP:From} = SELF.Q
SELF.ListBoxFeq{PROP:Format} = CLIP(SELF.SavedFormat)
SELF.ListBoxFeq{PROP:Disable} = SELF.SavedDisableProp
SELF.ListBoxFeq{PROP:LineHeight} = SELF.SavedLineHeight
END
Tags: CFC Library | No Comments »

Leave a Reply