-
Hi all, I've spent a couple of days on a complex report that generates an Excel workbook and I'm absolutely stuck with the last detail - that is to add (collapseable) subtotals to 24 columns on the main data sheet. The fact that it's a must to have the scheme applied automatically discards...
-
Hi to All, I am getting problems in sending e-mail notification through Application Server 5.0. I have written codes for sending e-mail through outlook in codeunit and in report too and have assigned it in job queue under Administration module-Application Setup-Job Queue. and have mentioned all the requirements...
-
Hello, I would like to implement Find&Replace in Word document. My current code is as follows: wrdDoc := wrdApp.Documents.Open(WordTemplateFile); wrdApp.Selection.Find.ClearFormatting(); wrdApp.Selection.Find.Text := 'AAAAAA'; wrdApp.Selection.Find.Forward := TRUE; WrdApp.Selection.Find.Wrap...
-
can any one tell me how should i insert a table in word document. and call values from navision table into this word document table using automation. pls give me a complete coding,so that i will be thankful to you. regards vijay tiwari. e-mail me at : vijaydidmca@yahoo.com . thanks again.
-
Hi, Got an error again with another client when they are trying to do a Data Migration here's the message below: Could not create an instance of the OLE control or Automation server identified by GUID-{F9043C85-F6F2-101A-A3C9-08002B2F49FB}. Check that the OLE control or Automation server is correctly...
-
Hi, a client is storing the pictures on the server. I created the code below but I am keep getting the error that temp.bmp can not be found. Please any second look would help. I am getting crazy with this. Please note that "File Name" already has ".jpg" included 122344.jpg ******...
-
Hello together, I'm struggeling to implement an automation server in a page object with the "WithEvents" trigger switched on. The Role Tailored client crashes when opening the page in the client. Has anyone ever tried to run an event in the client (not the service tier)? Similar code is...
-
Is there any Literature on ms office automations available where i can reference for the use of every function in the Automation Library, such as functions in xlapplication automation and other. Where is the best place find such literatures. How do the pros get to know about the usage of these libraries...
-
Hi all, I've spent a couple of days on a complex report that generates an Excel workbook and I'm absolutely stuck with the last detail - that is to add (collapseable) subtotals to 24 columns on the main data sheet. The fact that it's a must to have the scheme applied automatically discards...
-
Hi to All, I am getting problems in sending e-mail notification through Application Server 5.0. I have written codes for sending e-mail through outlook in codeunit and in report too and have assigned it in job queue under Administration module-Application Setup-Job Queue. and have mentioned all the requirements...