Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aamaker
  • Order by date
  1. aamaker

    db insertion - removing apostrophes

    my fault, that was one feeble attempt I made at trying to see where the issue was - I still get the same result though, and I've tried the empty quotes that you suggested. Any other ideas? Thanks for replying though.
  2. aamaker

    db insertion - removing apostrophes

    im have a form with a text field that the user, upon submission, is adding to the database (a simple access db)... problem is I need to prevent apostrophes from being written to the db... I tried adding the following line before the insert statement MM_formVal = Replace(MM_formVal,"'","''")...
  3. aamaker

    Unloading a streaming movie

    Did you ever get any resolution to this issue? Im looking for the same thing!
  4. aamaker

    Email and Fax

    It appears to carry a cost: http://www.send2fax.com/pricing.asp
  5. aamaker

    standalone projector for cd rom - way to launch browser win?

    I have a cd rom developed in flash and am launching it full-screen... while the user is interacting with the CD Rom I have a few links that need to launch a browser window to load a URL I have specified... Problem is the browswer window is behind or minimized beneath the fullscreen...
  6. aamaker

    controling another mc on the stage...

    I think I have it - the trick was in assigning an instance name.
  7. aamaker

    controling another mc on the stage...

    I have a movie that currently has two scenes... scene one is an intro of sorts, then scene two loads (mid way it fades in a simple mc (Movie clip A)) then it stops with a simple actionscript stop command... Now, heres where Im running into trouble... have another MC that holds navigation...
  8. aamaker

    google maps API and ASP

    Free and fast... This was a life saver when I found it on the google maps api discussion group: http://www.batchgeocode.com/ simply paste in your own data (follow the instructions on format, etc.) then click a button and the lat / long is added as new fields.
  9. aamaker

    cdonts extension

    yeah, lazy and was hoping there was one for MX or 8 -- totally lazy though! Do you recall who the one you have is made by? - THanks
  10. aamaker

    google maps API and ASP

    I based my application / use of the api on the following tutorials: http://sfsurvey.com/gmaps/ http://www.econym.demon.co.uk/googlemaps/basic3.htm Im basically creating an xml stream on the fly (from my asp recordset) then parsing the xml to plot the marker locations (I have my lat / long...
  11. aamaker

    animated mask

    anyone know of a tutorial on achieving masks like this? http://store.jumpeye.com/squareeffect
  12. aamaker

    centralized actionscript

    that helped a lot - specifically: "...the button must be present on the same frame where you're defining the handler." Thanks.
  13. aamaker

    centralized actionscript

    Ok, I know how to use flash to build simple buttons (mostly rely on script assist)... and thats fine, but I know its possible to centralize all the actionscript assignements for a series of buttons, so that early on in my movie, I click on a frame, add the actionscript that says...
  14. aamaker

    cdonts extension

    looking for a freeware CDONTS extension -- anyone familiar with one that can be used to send email from IIS servers?
  15. aamaker

    google maps API and ASP

    no, its cool... fearing a dwindling of support on the web for ASP (classic) and out of fear of learning .NET I'm trying to broaden my skills and get up to speed on PHP too! I noticed yours was php when I played around with it earlier - I looked for your email address on that demo / application...
  16. aamaker

    google maps API and ASP

    yes, please do forward me a copy of it... I hobbled together something, but know it could be better from a coding perspective.
  17. aamaker

    flash cd rom question

    Im developing a cd rom flash (autorun) and all I have left to do is add a series of scrolling content 'boxes' / panes... (8 to 12 or so)... the size of my .FLA is about 28mb now, and the .exe file Im creating from that is about 7mb -- they'll both grow with the addition of the text and a few...
  18. aamaker

    problem with DW8 generated Sql Select statement

    had to use parenthesis since Im mixing Like and Or in the select statement - works like a charm now thanks to a dude over in the ASP forum.
  19. aamaker

    sql select problem

    Works like a charm now, thanks much!
  20. aamaker

    sql select problem

    Im trying to search a database giving the user the ability to filter based on 3 different criteria - a text field - list menu criteria pulled from db - another list menu criteria pulled from db... my problem is the search works in some cases but in others just returns ALL the records...

Part and Inventory Search

Back
Top