List of Contributions

Ammirati

Contact Details

Ammirati


My Content

1 to 17 of 17 total
Posted By Ammirati Apr 06, 2023 02:25:00 AM
Found In Egroup: Advanced Software
\ view thread
I hope attachments can help you ------------------------------ Ammirati ------------------------------
Posted By Ammirati Apr 06, 2023 02:24:55 AM
Found In Library: Advanced Software
Posted By Ammirati Apr 05, 2023 08:55:00 AM
Found In Egroup: Advanced Software
\ view thread
you have to enable the VBA for each ActiveX and use the load display event in order to fill these objects with the contents you need ------------------------------ Ammirati ------------------------------
Posted By Ammirati Apr 05, 2023 07:38:00 AM
Found In Egroup: Advanced Software
\ view thread
Please see the picture attached ------------------------------ Ammirati ------------------------------
Posted By Ammirati Apr 05, 2023 07:37:51 AM
Found In Library: Advanced Software
Posted By Ammirati Apr 05, 2023 03:05:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi. You can use the relevant ActiveX. I did it in that way in a past project. ------------------------------ Ammirati ------------------------------
Posted By Ammirati Mar 06, 2023 02:37:00 AM
Found In Egroup: Advanced Software
\ view thread
EDIT: linkified for convenience -FL hi. try to reinstall the factorytalk service platform https://rockwellautomation.custhelp.com/app/answers/answer_view/a_id/917675/loc/en_US ------------------------------ Ammirati ------------------------------
Posted By Ammirati Feb 10, 2023 01:48:00 AM
Found In Egroup: Advanced Software
\ view thread
Finally I put a print button directly into the HTML with this code: " Print this page " Works. Opens the popup for choosing the printer and prints the PDF of the report. With this I achieved the desired result. Thanks for the support ------------------------------ Ammirati ---- ...
Posted By Ammirati Feb 07, 2023 12:15:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi Philip. Customer didn't install MS SSRS. And is not my purpose. Looking and looking into Web I reach to write this VBA script: " On Error GoTo ErrorHandler 'Variable declaration Dim sFile As String Dim OldPrinter, objPrinter Dim IE As SHDocVw.InternetExplorerMedium Dim strConnectionString ...
Posted By Ammirati Feb 06, 2023 03:30:00 PM
Found In Egroup: Advanced Software
\ view thread
Philip, have you ever output an SQL query to HTML table? Txt file formatting is giving only disheartening results and having a look on the web it looks like it is possible to build good looking HTML reports starting by an SQL query. Actually I'm not confident with HTML but txt file is probably not my ...
Posted By Ammirati Feb 05, 2023 12:11:00 PM
Found In Egroup: Advanced Software
\ view thread
Thanks Philip, BF2587 was very helpfull. Remains to give a better layout than the default one and print directly to PDF without any popup or any other interactions. I'll work on that now. ------------------------------ Ammirati ------------------------------
Posted By Ammirati Feb 04, 2023 03:59:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi All. My customer is asking to export to pdf, by mean of a datetime range and push button input, the Audit dataset shown in a Datagrid object. FTVSE13 has en embedded button for doing this but my project is with 12 and cannot upgrade. I was trying to give them an Excel spreadsheet that run a macro ...
Posted By Ammirati Jan 11, 2023 01:36:00 PM
Found In Egroup: Advanced Software
\ view thread
I've just been warned by Frank Dicillo that this feature actually exists only since 13. I've already used visual basic in the past to write HMI tags...I'll manage with that. thanks. ------------------------------ Ammirati ------------------------------
Posted By Ammirati Jan 11, 2023 08:43:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi. My laptop is 13 and is working fine. Customer HMI local station is based on 12. Recentrly I've installed the last Nov.2022 patches after a FactoryTalk Service Platform reset and reinstallation. Is it possible to register this dll manually? ------------------------------ Ammirati ---------- ...
Posted By Ammirati Jan 10, 2023 02:39:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi Daniel. I wrote this script: $scriptmanager = New-Object -COMObject FTViewScript.ScriptManager; $scriptexecutor = $scriptmanager.GetScriptExecutor(2, "IHM_PW4_01", "" ); $scriptexecutor.CreateTagGroup(500); $scriptexecutor.AddItem("/::SQLServerCommStatus"); $scriptexecutor.ActiveGroup(1); ...
Posted By Ammirati Jan 09, 2023 11:13:00 AM
Found In Egroup: Advanced Software
\ view thread
Daniel, thanks for the reply. After your suggestion I investigated a bit about this property of writing scripting in powershell to be launched on the client. Consider that mine is a local project so Server and Client are the same. Through the Knowledge base I saw that it is possible to test or even write ...
Posted By Ammirati Jan 08, 2023 05:09:00 AM
Found In Egroup: Advanced Software
\ view thread
Good morning. I need to generate an alarm when a disconnection from the remote SQL server occurs for the datalogs configured in my project. With VBA it's quite easy but how can I make this function cyclical and usable by the ALARM SERVER? FactoryTalk View SE 12 Thank you Savior ------------------------------ ...