Change font in excel footer - visual-foxpro

I record macro "&""Arial,Bold""&10Page" do not work in foxpro excel automation.
What is it should be in pagesetup.leftFooter ?

Related

SSRS Save as Excel shows line for Page Header

I have an SSRS RDL file. I added Page Header and a tablix to display data in grid.
When I run the report and save as excel, at the page header, there is a continuous line in the excel.
How do I remove this extra line?
Please help.
Found out that the Page Header is displayed in excel with Freeze Panes option. Excel will show the black line, when the panes are frozen. Thank you.

VSTO: Really password-protect & hide MS Excel Worksheets

Is it possible to do the following two things with VSTO VB:
HIDING SHEETS: Prevent users from un-hiding worksheets that they are not meant to. The xlVeryHidden works great but it's almost easily overridden by using another workbook and writing a simple VBA macro to loop through and unhide them all. What is the best way to combat hidden sheets not been shown unless done by the VSTO VB code?
PASSWORD PROTECTING SHEETS: What is the best way to password-protect Excel worksheets in a VSTO VB project? Does VSTO offer any better method than VBA; which is a simple password-protection where the password is saved in an easily accessible XML document? Essentially, I've locked the worksheets only allowing certain ranges to be edited by the end users and they shouldn't be able to edit them.
I am using Visual Studio 2012, working on a MS Office 2013 Excel Workbook at a document-level.
You can set the property Visible to XlSheetVisibility.xlSheetVeryHidden in order to hide the worksheet. Your probably could try to disable macro by via Application.AutomationSecurity property then set it to msoAutomationSecurityForceDisable to disable macro.
There's a nice and neat tutorial about how to programmatically hide Excel worksheet. Please don't forget to take a look at it.
You can set your password to password-protect worksheets via Workbook.SaveAs method. Also, if you'd like to check if workbook is password protected via Workbook.HasPassword property. Also you can find this tutorial about how to protect worksheets.

Crystal report viewer not wraping correctly

I'm using Crystal reports 13 on visual studio 2010.
I have a report that is displayed in a CrystalViewerReport control and almost everything is ok except that with some details the text is not wraping correctly and some of the content is displayed out of the field area.
This only occurs in the viewer because if I export it as PDF the text is ok and no information is overlapped. So I would like to know if there is some configuration that I should apply on the control.
Thanks.
For Wrap your Text, Right Click on the textobject ,choose the formate object,Check the can grow Textbox,THus you can wrap your text.

Issues exporting an Excel file from Crystal Reports

I am having an issue exporting Crystal Reports into an excel file.
I tried both options of exporting the Excel data AND exporting as an excel file. When i export my Crystal Report as an excel file, i cannot sort any of the fields in my excel file.
When i export the report as just the excel data, when i open in Excel, the headers are really messed up. The first three headers appear at the END of all of the columns--which doesn't make any sense to me.
Does anybody know how to change export options in Visual Studio? I am using Crystal Reports on Visual Studio and have no idea how to change any of these options.
It sounds like your report has not been laid out in an optimal way for Excel export, and it's not Visual Studio or the export options that is the problem here. Depending on your version of Crystal, some tips would be :
1) Make sure all column headers are the same width and left-most position as the data they relate to.
2) Minimize gaps between column headers, and also gaps between detail rows.
Unless you're using earlier than CR8.5, it's likely you can't sort because the export has created lots of merged cells - points 1 and 2 will mitigate this substantially. Basically, if you're exporting to Excel you want your report's data to be laid out as similar to an Excel spreadsheet as possible.

Displaying RichText in Crystal Reports

I have a report created in Crystal (the version that comes with Visual Studio 2005) that contains an IFieldObject that I want to use to display some rich text. I have set the TextFormat of the IFieldObject to crRTFText, however when I run the report the textbox displays all the rtf markup rather than actually displaying the formatted text.
Is there some other settings that need to be changed in order for Crystal to display rich text?
What viewer are you using for your report? The HTML based viewers (WebForm and Java) may not support RTF output.
The ActiveX (definitely!) or WinForm (I think) viewers should support RTF in fields.
Have you tried rich formatting with html instead?

Resources