When running a report on a another PC the font in report changes. The font in report is Arial but on the PC it changes. How can I solve this? The version is 11.
Hi!
I need to export data from a table to a file with fixed column lengths. I do´nt want any column separator at all. Can I use a format file in bulk out? Or do you have any other suggestions how to solve this?
Lenght Output
Column Datatype...
Yes maybe, can you help me with the code?
The macro says:
ActiveDocument.Protect Password:="",NoReset:=False,Type:= _
wdAllowOnlyFormFields
How do I write it in VBCScript??
The document name is "Kvalitet Bedömning prod.dot
Yes this works. Thanks!
On Error Resume Next
WordApp.Run("ProtectDocument")
On Error Goto 0
If I put the code in the script I still have the problem with other documents that I don't want to protect. i us the same script for all documents.
I have a VBScript that creates a new document from a teplate (.dot) and inserts data from another application. When the data has been inserted I want to run the macro that protects the document(allow only forms). It is working when the macro exists in the wordtemplate. If I want to open another...
Hi!
When I put a chart in Report Header the chart shows all values from the database, in this case all orders per salesman. I have parameters where I choose District or salesman and the grouped data shows correct but my chart still shows all records. How do I get the report to show only ONE...
Hi,
I have an one demand subreport with som parameters that I want to enter only when I call for the subreport. The parameter for the subreport shows already when opening the main report. How can I make this happen?
Regards
Lizzie
Hello there!
If I have a chart with sales for each salesperson . Can I open a subreport based on what bar I click and pass the salespersons name to a parameter in subreport? I want the report to show a detailed salesreport for the selected salesperson when I click the bar. Is it possible?
/Lizzie
I have one sub (Refresh-data) in excel that gets data via MS-query and the second sub (Format_Column) formats the column. How can I make sure that the first sub has finished before the second starts?
/Liz
Hello there!
If I have a chart with sales for each salesperson . Can I open a subreport based on what bar I click and pass the salespersons name to a parameter in subreport? I want the report to show a detailed salesreport for the selected salesperson when I click the bar. Is it possible?
/Lizzie
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.