Jump to content

agubler

Members
  • Posts

    17
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

agubler's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Paulie that is perfect, exactly what i was looking for. yeah the "C" could be any character. thanks alot
  2. I am sure this is really simple, but it is melting my mind. I have a string: "MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["C"]):Public" The part "Custom["C"]" could have any letter within the quotes i.e. Custom["O"] or Custom["P"] I need to check the original string "MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["C"]):Public" and if "Custom[""]" exists with any character between the speecharks replace that character with D. examples Original string : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["C"]):Public Required result : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["D"]):Public Original string : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["O"]):Public Required result : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public(Custom["D"]):Public Original string : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public Required result : MarketDeadlineDate (Title "O - Market Deadline DateTime"):Public Is this possible?
  3. I will try now, i assumed that wouldn't work as it was too simple.... hope it does though.... Yup as suspected it just returns "" to the variable.
  4. I am looking to execute the procedure using the ObjCreate("ADODB.Connection") and then execute the oracle procedure. I just need a way to return the lv_out to AutoIT. Example: $CreateSqlCon.Execute("DECLARE lv_out number; BEGIN ORACLE_PROC(lv_out); END;"). Would STD I/O work with this? I didn't think so? Has anyone managed this before? I know there are workarounds, potentially using tables in oracle but i would rather avoid this if possible. Thanks Anthony
  5. Hi I have searched this site for the answer to this and cannot seem to find it anywhere.... I have a procedure compiled in an oracle database that has an OUT parameter that i require returned the AutoIT session on execution. Does anybody know how to do this? Thanks Anthony
  6. Is this possible? I cannot see any obvious way of doing this? Thanks Anthony
  7. Thanks everyone for all their responses! i didn't realise it would be as easy easy as "EXIT [RETURN CODE]", but i have tested this and works for me. Thanks again
  8. i am not running the app from AutoIT's run command i am exceuting an application built using AutoIT compile for console use with an external program (luntbuild if you have heard of it). i need to pass back to the program whether the AutoIT exe has completed with or with out errors and return code to indicating this. Does this make any sense?
  9. Hi all I have a compiled autoit console application and i would like to get it to output a return code so that the application that runs the application can detect whether it has successfully completed or not. Does anyone know how this could be done? Thanks Anthony
  10. Hi I have attempted to go through as much of the existing posts to try and find a solution for this and have come up with very little. There seems to be a lot of solutions to send email using SMTP, but i would like to automatically send out the results of an AutoIT script i have developed using a microsoft exchange server. Is this at all possible? Any help would be very welcome Thanks
  11. god i'm embarrassed it was that easy, was having a mental block! thanks alot for the quick reply
  12. hi all need a bit of help!! really would like a neat function to loop through a string and retrieve values seperated by a value (i.e. comma) example string "one,two,three,four,five,six,seven,eight,nine,ten" Would like the results to be return something like this one two three four five six seven eight nine ten Many Thanks in advance!
  13. Ok thats cool, i really like the idea of using this to load all my everyday apps. a few other things are stopping me....... It seems i get an error when i try to drag a folder shortcut into the launcher. also really need to be able to load control panel shortcuts like services, event viewer etc. when using dual screens if the launcher is dragged to the secondary device it resets itself immediatley back to the primary monitor. Lastly when i drag anything onto the launcher it actually removes it from the source location. this can be a little annoying! If you need anymore detail about any of these please just let me know
  14. Ok thats cool, i really like the idea of using this to load all my everyday apps. a few other things are stopping me....... It seems i get an error when i try to drag a folder shortcut into the launcher. also really need to be able to load control panel shortcuts like services, event viewer etc. when using dual screens if the launcher is dragged to the secondary device it resets itself immediatley back to the primary monitor. Lastly when i drag anything onto the launcher it actually removes it from the source location. this can be a little annoying! If you need anymore detail about any of these please just let me know
  15. Nice like the app.... can you do something to be able to change the icons and the categories without having to change your code?
×
×
  • Create New...