- This topic has 12 replies, 3 voices, and was last updated 12 years, 7 months ago by Support.
-
AuthorPosts
-
February 29, 2012 at 2:58 am #35085guyinwonderParticipant
Hi , could anyone help me , I am using Fast report for reporting but somehow the windows didn't get skinned,
could anyone point me the pointer on how to make the alpha skin recognize fast report ?
February 29, 2012 at 5:58 am #47881WitcherParticipantHello!
Look for ThirdParty property in TsSkinManager component. In property editor just select Fast/Quick Report package item and press “<<" button to add this package in skinned controls list. Thats all.
February 29, 2012 at 7:56 am #47884guyinwonderParticipant'Witcher' wrote:Hello!
Look for ThirdParty property in TsSkinManager component. In property editor just select Fast/Quick Report package item and press “<<" button to add this package in skinned controls list. Thats all.
alread did that but it seems when i stated frxfastreport.ShowReport; the form preview didnt get skin.. what todo next ?
February 29, 2012 at 8:08 am #47887WitcherParticipantPerhaps problem in different case in component names.
ThirdParty list is a case sensitive!
In your post before you wrote: “frxfastreport”. Be sure that in your code this component have type named TfrxReport, i.e.
frxfastreport : TfrxReport;
but not
frxfastreport : tfrxreport;
February 29, 2012 at 8:40 am #47888guyinwonderParticipant'Witcher' wrote:Perhaps problem in different case in component names.
ThirdParty list is a case sensitive!
In your post before you wrote: “frxfastreport”. Be sure that in your code this component have type named TfrxReport, i.e.
frxfastreport : TfrxReport;
but not
frxfastreport : tfrxreport;
I am following your post previously
Quote:select Fast/Quick Report package item and press “<<" buttonso the TfrxReport by default was not registered ( as per template it didn't included TfrxRepot ) so if i have to include TfrxReport what type should i put for this TfrxReport ?
as per name it was default when we drop it at form .
March 2, 2012 at 9:42 am #47920SupportKeymasterHello!
Adding of 'TfrxRepor'is not required, form should be skinned automatically.
The ThirdParty property may be used for a skinning of controls only.
You have a problem with a skinning of report preview still?
March 3, 2012 at 6:41 am #47930guyinwonderParticipant'Support' wrote:Hello!
Adding of 'TfrxRepor'is not required, form should be skinned automatically.
The ThirdParty property may be used for a skinning of controls only.
You have a problem with a skinning of report preview still?
yes .. the fast report preview page didn't get skinned using standard skin provided
March 3, 2012 at 8:26 am #47932guyinwonderParticipantanother test shows up if the frxreport set as mdichild then it won't get skinned.
if set as normal form then it skinned perfectly .
(you can set as mdichild at frxreport option)
March 15, 2012 at 3:03 pm #48055guyinwonderParticipantany news on how to make fast report get skinned when set in mdi child ?
March 28, 2012 at 7:40 am #48088SupportKeymasterNow I understand a problem, child forms can't be skinned automatically.
I'll try find a solution, but I can't give a guarantee.
March 29, 2012 at 12:54 am #48108guyinwonderParticipant'Support' wrote:Now I understand a problem, child forms can't be skinned automatically.
I'll try find a solution, but I can't give a guarantee.
ty
April 4, 2012 at 3:23 am #48216guyinwonderParticipant'guyinwonder' wrote:ty
tested with new version 7.63 , fastreport with mdichild type still didnt get skinned properly . . .
when this problem can be solved ? any aproximate time ?
April 12, 2012 at 12:31 pm #48248SupportKeymasterTomorrow will be released new version where this behavior will be improved.
-
AuthorPosts
- You must be logged in to reply to this topic.