Jump to content

HighlanderSword

Active Members
  • Posts

    302
  • Joined

  • Last visited

Everything posted by HighlanderSword

  1. Have a strange issue that just started recently , when outlook opens when called from the UDF , the ribbon has an icon "All Apps" (see screenshot attached) When I run outlook manually this ICON does not appear. Any Ideas ? Using UDF - OutlookEX: 1.7.0.0 2021-11-16 Using Office Pro Plus 2021
  2. ok, I will do some more digging , it can be done from the GUI by right clicking the email and the Assign Policy and the Retention Policy and you pick from the list
  3. ok that set it a folder level, need to set it at the individual email level as folder level as policy runs that reset the folder level
  4. Is there a way using the Outlookex UDF to set the retention policy to a Policy name that is defined by admins (Never Expire)
  5. This is a Great Add on for Scite ! How do you create a New INi File that has all of the settings , thought it would be new profile , but not following why it is asking for a Select(activate) the window you want to track and then click on ok. I worked around this by copying an exiting ini and renaming it and then editing that. Are you working on any new enhancements currently looks like 1.0.0.5 is the latest version
  6. Great that works, so how do I get other elements from the Tagcredential was able to do - $tTargetname = DllStructCreate("wchar string[100]", $tCredential.TargetName) and that worked But below returns nothing and no @error is set as well $tPersist = DllStructCreate("wchar string[100]", $tCredential.Persist) This is my first time working with DllStructiure
  7. Anyone have any luck getting the DLL call to work ?
  8. Looks like when it runs in Chrome the _wd_attach is not getting the details from the second tab , the results come back as null. When it runs in Firefox it gets the details for both tabs , will continue to debug...
  9. Yes a simple attach does work in Chrome
  10. Looking for some help , The below code works fine in Firefox, but does not work in Chrome , that attach fails with $_WD_OPTION_NoMatch = 8 Can see that the new tab has been created and is named DETAILS.pdf , but the attach fails Using ChromeDriver 108.0.5359.71 Using Autoit 3.3.16.1 ;excute script to generate Details and it will open a new tab in Existing Browser , Named Details _WD_ExecuteScript($_MY__WD_SESSION, "submitAction_win0(document.win0,'GET_DETAILS_ALT$0');") ;attach to the new tab , wait loop until the attach returns error code of 0 do _WD_Attach($_MY__WD_SESSION, "DETAILS.pdf") ConsoleWrite("Attaching to details " & @error & "/" & $_MY__WD_SESSION & @crlf) until @error =0
  11. can an admin please delete this , I posted in the wrong location, I have created a new one in the correct location. Thanks
  12. Hello Water, When I use _AD_IsAccountExpired to check if an account is expired, I get the error message error = 2 @extended = -2147352567 When I use _AD_GetObjectProperties for the same user I'm able to see the details , and I look at the accountExpires field is see 1601/01/01 00:00:00 Any ideas what I missing when using the AD_IsAccountExpired function that would generate the extended error UDF Version and windows version details below UDF Version ...: 1.6.2.0 Windows 10 21H2 x64 Error details when setting _AD_ErrorNotify(1) COM Error Encountered in search.au3 AD UDF version = 1.6.2 @AutoItVersion = 3.3.16.0 @AutoItX64 = 1 @Compiled = 0 @OSArch = X64 @OSVersion = WIN_10 Scriptline = 3319 NumberHex = 0x80020009 Number = -2147352567 WinDescription = Exception occurred. Description = Source = HelpFile = HelpContext = 0 LastDllError = 0
  13. Hello Water, When I use _AD_IsAccountExpired to check if an account is expired, I get the error message error = 2 @extended = -2147352567 When I use _AD_GetObjectProperties for the same user I'm able to see the details , and I look at the accountExpires field is see 1601/01/01 00:00:00 Any ideas what I missing when using the AD_IsAccountExpired function that would generate the extended error UDF Version and windows version details below UDF Version ...: 1.6.2.0 Windows 10 21H2 x64 Error details when setting _AD_ErrorNotify(1) COM Error Encountered in search.au3 AD UDF version = 1.6.2 @AutoItVersion = 3.3.16.0 @AutoItX64 = 1 @Compiled = 0 @OSArch = X64 @OSVersion = WIN_10 Scriptline = 3319 NumberHex = 0x80020009 Number = -2147352567 WinDescription = Exception occurred. Description = Source = HelpFile = HelpContext = 0 LastDllError = 0
  14. Thanks that is what I've done, just wanted to check if there were any option in SCITE properties to do that....
  15. Hello, Is there a way to auto-start a tool that is already defined in SCITE, so for example instead of waiting for the editor to open an then manually press ALT-Q, can that be defined somewhere in a properties file to always start the JUMP Tool ? I have a few tools that I would like started every time SCITE is opened.
  16. Minor Problem if Directory where menueditor is located has spaces in the path it will not load
  17. It is now working , Thanks !!!!!!
  18. Hello Water, Have you had a chance to investigate ?
  19. Hello, I'm circling back on trying to open the examples files from the CHM Default location is below chm.mainfolder=C:\AutoIt\Advanced.Help\HelpFiles I created a folder C:\AutoIt\Advanced.Help\Helpfiles\Examples and copied all of the .au3 files into the new Examples Folder When I try and click on the link from the CHM file ( I get that file opened by doing F1 on one of the outlookex functions) nothing happens , what am i missing
  20. Yes, please continue to post the small release builds
  21. Hello, Do you have any plans to provide an option to import an uu3 file that already contains code for the Form ? This would making switching over to this GUI builder a quick and easy process Can you share your plans for new features you are planning on ?
  22. ok will need to figure out how to determine how to identify the frame number, will do some more digging in the HTML
  23. Hello Tried the _wd_executescript, and below is the error from the log 1653589293757 webdriver::server DEBUG -> POST /session/cc5cf4aa-dfab-4846-aff1-fba0eaccb50e/execute/sync {"script":"submitAction_win0(document.win0,'$ICField19');", "args":[]} 1653589293760 webdriver::server DEBUG <- 500 Internal Server Error {"value":{"error":"javascript error","message":"ReferenceError: submitAction_win0 is not defined"
×
×
  • Create New...