Jump to content

n3wbie

Active Members
  • Posts

    133
  • Joined

  • Last visited

Recent Profile Visitors

727 profile views

n3wbie's Achievements

Adventurer

Adventurer (3/7)

18

Reputation

  1. Request you to take the further discussion on Direct Message. Sample file that i have contains some sensitive information. I can share both the files and what things i have already tried on Direct message to allow better understanding. Update Json Structure I need the data as GSTIN | b2b.CTIN |b2b[].inv[].inum | b2b[].inv[].inum | b2b[].inv[].itms[].itm_det.txvalue basically i need to have it in following format so that i can take the same in query
  2. Hello, First of all thanks for wonderful udf. and also playground app. i was just figuring out on the usage where i wish to under 1 concept Loop inside a loop situation. Loop is well explained in create Seperated list of values (Multiple version) But can we have multiple loops I have a Json Document which i would like to share in person if possible
  3. First of all thanks for the udf. I wish to ask that how can we add "Reply-to" field in the said outgoing email
  4. 1. What driver are you using 8.2? go to start menu Search for ODBC connections. There might be 64 and 32 Bit Options . Try to Open Both. Check the version and See What Odbc drivers u have. Try Using All the Possible Combinations. For Me ANSI worked Well. I know m too late to respond but i just hope not too late to respond
  5. First of all thanks for the udf i have been using it for multiple database connections and Odbc connections. While trying to connect to access db i am not able to Read the database. I will share the snippet here for reference Local $sMDB_FileFullPath = "D:\CommonMIS.mdb" ;'Here put FileFullPath to your Access File' Local $sDriver = Default Local $sUser = Default Local $sPassword = Default Local $sConnectionString = _ADO_ConnectionString_Access($sMDB_FileFullPath, $sUser, $sPassword, $sDriver) _Example_1_RecordsetToConsole($sConnectionString, "SELECT static_MIS.* FROM static_MIS;") _Example_2_RecordsetDisplay($sConnectionString, "SELECT static_MIS.* FROM static_MIS;") _Example_3_ConnectionProperties($sConnectionString) The Above Code is directly from example file. I havnt altered any of the code expect file path. Example functions are also from UDF example file directly without any modifications.Version used is latest one 2.1.19 I also Tried $sUser as "Admin" as the default value available after starting access is admin. I am using ms access 10. for purpose of Driver i have user DSN as name MS access Database and Driver Microsoft Access Driver (*.mdb,*3.accdb) in drivers tab i dont have anything related to Ms access. I would be Thankful for Any help on this matter
  6. Try using copy post field instead of post field
  7. Hello , While i added Hotkeys for the autoit scripts. It captures the command even when it is not active window. For example if i set hot key for Ctrl + b(Common shortcut for bold in msoffice applications) while using if i press ctrl + b autoit funtion is run even when i have pressed it in another active window I Do understand the following from help But i want to achieve this that when current window is active only then shortcut should be enabled else it should not be triggered.
  8. Hello, May be this question doesnt belong here but i feel this would be a better place to start the question. While using smtp mail server sent messages arent saved on mailsever in mailbox but are directly sent and hence no record is maintained on server level.(mail server running exim) While searching on google i found some post where it can be done via imap if m not wrong or through exchange api. But i feel that will require server modification which here would be out of ambit of autoit forum. Although i have a very limited exposure and knowledge on the topic. I request some expert opinion if this can be achieved.] Thanks in Advance. Resources that i found of some use: https://stackoverflow.com/questions/2471218/getting-a-sent-mailmessage-into-the-sent-folder https://stackoverflow.com/questions/24257524/why-emails-sent-by-smtpclient-does-not-appear-in-sent-items
  9. I will get back to you on this with piece of my own working code. For time being just updating new findings. Use of $CURLOPT_PRIVATE this can be of some use. I was unaware of curl command line parameters which eventually led me to other findings that could potentially help me grow my knowledge. Thanks @TheXman
  10. First of all thanks for the idea as it seems promising for what is to be achieved. 1.Can you share snippet of doing it via curl command line utility 2. Can you share a way doing the same via Lib Curl. saving different files names (Just that part of line) 3. How do you batch it out in group of 3-5 at time. Does Curl Provided it or you loop it in such a way that max 3-5 are grouped together. (Yesterday i processed 175 request at same time. got results in net 40 seconds) where 30 seconds are actually utilized by server for processing request(Having 100 Mbps speed~ 12.5 MB/S) Almost 124 Results were properly retrieved but others failed. And I Couldn't trace out which of them failed Another question is callback functions with write functions in different HTML would it work? Curl_Easy_Setopt($Curl, $CURLOPT_WRITEFUNCTION, Curl_DataWriteCallback()) Curl_Easy_Setopt($Curl, $CURLOPT_WRITEDATA, $Html[$i]) Where $html be different ?
  11. First of all thanks for this wonderful udf. I'm not sure if I need to post it here. But I was using curl from a very long time.Just got a latency lag because of serial processing using curl (inside loop) so wished to shift to curl multi. I could successfully fire 10's of request simultaneously. My question is how do I know which response is to which request. Now I already saw that we can get the url for it but in my case url is same, post params are different. Is it possible that we could map requests to response.or have index of response to requests Also I tried searching on internet but I couldn't succeed. I know this might be a very lame question for many . But I wish if someone can draw my attention to any article or give some input so that I could proceed to use that. Example would be 1. www.example.com/sum.php Post params :var1=1&var2=5 This would result in getting 6 as answer on api. But if i fire 100 of api's with different parameters it would be difficult right now for me to generate an understanding logic to determine which response corresponds to which request. I hope I have explained well the scenario. Still if someone finds it unreasonable and understandable I would eloborate the same. Thanks in advance.
  12. Thanks Found it useful. @jchd Thanks for the function. Will be useful to me.
  13. That isnt the error i changed url so typos actual error _WD_ExecuteCDPCommand: {"value":{"error":"invalid argument","message":"invalid argument: params not passed\n (Session info: chrome=109.0.5414.120)","stacktrace":"Backtrace:\n\t(No symbol) [0x01546643]\n\t(No symbol) [0x014DBE21]\n\t(No symbol) [0x013DDA9D]\n\t(No symbol) [0x01451496]\n\t(No symbol) [0x0142FD7C]\n\t(No symbol) [0x01446B09]\n\t(No symbol) [0x0142FB76]\n\t(No symbol) [0x014049C1]\n\t(No symbol) [0x01405E5D]\n\tGetHandleVerifier [0x017BA142+2497106]\n\tGetHandleVerifier [0x017E85D3+2686691]\n\tGetHandleVerifier [0x017EBB9C+2700460]\n\tGetHandleVerifier [0x015F3B10+635936]\n\t(No symbol) [0x014E4A1F]\n\t(No symbol) [0x014EA418]\n\t(No symbol) [0x014EA505]\n\t(No symbol) [0x014F508B]\n\tBaseThreadInitThunk [0x766133AA+18]\n\tRtlInitializeExceptionChain [0x77C29F72+99]\n\tRtlInitializeExceptionChain [0x77C29F45+54]\n"}} https://chromedevtools.github.io/devtools-protocol/tot/Network/#method-setBlockedURLs this is what i want to achieve
  14. Can somebody please guide me to the usage of _WD_CDPExecuteCommand functions _WD_CDPExecuteCommand($sSession, "Network.setBlockedURLs", '{"url":["google.com","facebook.com"]') want to block a particular url. This is possible through cdp . But i m getting error. It would be great if someone can help me out with the same
×
×
  • Create New...