Jump to content

makogen

Active Members
  • Posts

    28
  • Joined

  • Last visited

About makogen

  • Birthday 06/18/1986

Profile Information

  • Location
    Los Angeles

makogen's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Got it Thanks! and in the version I've got...no oops
  2. Another question... I couldn't find a search function in the UDF although in the _accessDeleteRecord() there's a search function kinda. It's a query right? (I'm just learning a bit about databases ) Anyways is it possible to use that to check Access to see if a value is already in the database before writing my data into it? or is there an even simpler way?
  3. wow so simple. You know it was really my mistake, I had the first value blank so it would write in properly in the first place...didn't think about having a second one. Thanks
  4. wait...you are geosoft o.oa
  5. i didn't know there was more than one access udf. um...the one by geosoft
  6. Hi, I've been searching, but haven't been able to find much in the way of help on interfacing with MS Access. I've gotten the UDF to work for the most part and have learned a bit about COM interface from what I've found, however I'm a bit lost. I'm having trouble getting Autoit to post the data in the database. First thing I learned is that you have to find the actual database, a frontend won't do it...I learned that the hard way . But now I can post data in databases that take text values for their first field, however I can't get it to post into a database with an autonumber in the first field. Any help would be wonderful. Thanks
  7. I'm finally getting into C++ I'm taking a class now. Only thing is I have a hard time staying focused without constant application. If someone could show me some tutorials or some way to get started in using autoitx I would be much obliged
  8. Hey, Quick question, that might have a long complicated answer. Is there anyway to accurately detect pixels with a semi transparent background? I'm checking the status of a load bar that's within a window as a graphic type element. The problem with my pixel detection is that the loadbar is semi transparent and the background keeps moving so it throws off the pixelgetcolor(). I'm thinking a color range or maybe a hue range or something, any idea if there's a function that already does that or where I can look to get started? Thanks
  9. wooooowww lol debugBar is beautiful i think i found some HTML elements i can access with ie.au3 so I'm going to see what i can do. I'll probably be posting some of the javascript too...Thanks soooo much
  10. Hi, Previously I wrote a script to interface with website that pulls account information from the database. I used the IE.au3 to make it work, and it worked really well. Here's the thing. They just upgraded the site so that most of the controls and functions are in javascript. Is there a way to interface with this with IE.au3 or is there a javascript udf that I can use? Please point me in the right direction, I love autoIt Thanks
  11. Hi, I'm curious, is there a way to create user defined events? I'm new to the GuiOnEventMode option and would like to know how to utilize this mode more effectively. Thanks
  12. Hi, this thread has been a huge help to me. Flash + autoit = beautiful guis and possibilites of animation. I've been working with flash and actionscript for a while and my coding there is basic at best. I'm going to use this a lot, and am trying to now actually. I'm getting caught up though. I don't understand exactly how autoit gets the message from flex. The FlashCall() function supposedly sends it, but I'm just not getting it. Can someone explain it please?
  13. omg i love u so much!!! TYYY I've been trying to figure out the Outlook Com file on my own...using ExcelCom.au3 and IE.au3 and comparing them to the COM objects from the MSDN site. I've learned a lot about COM, but couldn't figure out how to use it with outlook. There's not much I could find. This helps soooo much. Just so I know because I'll go crazy if I don't ask, are all of the types for say createItem(), are they all numerical? or is the number given in the cons definition just the order in which they're listed? How does it work? I'm sorry I'm so noob, but it's my first time working with COM ever, and it's been pretty nerve wracking...
  14. OMG THANKYOUSOMUCH!!!
  15. I was wondering where to look for working with tabs within IE...
×
×
  • Create New...