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 Chriss Miller 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
  • Content: Threads
  • Order by date
  1. 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,"'","''")...
  2. 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...
  3. 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...
  4. aamaker

    animated mask

    anyone know of a tutorial on achieving masks like this? http://store.jumpeye.com/squareeffect
  5. 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...
  6. aamaker

    cdonts extension

    looking for a freeware CDONTS extension -- anyone familiar with one that can be used to send email from IIS servers?
  7. 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...
  8. 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...
  9. aamaker

    problem with DW8 generated Sql Select statement

    Im trying to search a simple database of events, giving the user options to filter based on 3 parameters: 1.) a text / keyword string in the DESCRIPTION or NAME of the event 2.) a list menu (database generated) that allows them to select a CITY 3.) a list menu (also database generated) that...
  10. aamaker

    newbie to xml

    trying to figure out how (using a small xml file as a test) to create some sort of 'search' (i.e. - how to use xml search to find a text match in a specific node). Anyone have a simple example of how this is done? Cant I just use XSLT to do that? Is it hard to do some sort of ajax-ish 'live...
  11. aamaker

    problem with query / between 2 dates

    I have an event search site and have a simple form (search from date 1 to date 2 with an optional keyword text field) and I thought it was working, but have discovered that in some cases it just returns ALL the events from the database. Here is the MM DW8 select statement I am using... am I...
  12. aamaker

    variables between sites

    I have an ASP-based site and it uses databases to store some simple information... I need to be able to pass some variables from a 'registration' page of my site to another organizations Cold Fusion driven site, using POST method (they've given me 3 or 4 variable names to provide to them via...
  13. aamaker

    problem creating xml document from database output

    I am trying to do someting like this: ... which performs a query to a simple Access db and then 'writes' out XML that is saved on the server as newly created .xml file. It doesnt seem to work and just hangs - and I have to restart IIS on my local production server to unlock the .ldb file that...
  14. aamaker

    database to xml

    Im trying to figure out how to take a simple access db table and create an xml file... any one have an example of how to pull this off-- im using classic asp and running IIS using dw8
  15. aamaker

    google maps API and ASP

    I have a database driven app that allows the user to search for buildings/properties. I have latitude and longitude values for the buildings and would like to be able to use the awesome google maps API to plot the search returns on a google map of our state (i.e. the results will be confined to...
  16. aamaker

    fading blocks mask effect?

    I've seen this really cool effect (not sure what to call it) but it basically uses a grid of squares that slowly appear from left to right (or vice versa) to reveal a JPEG image below it (most often its like for a photo gallery)... I'm looking for an example or tutorial on how to do something...
  17. aamaker

    weekly 'featured' database record

    I have a database that I use to hold properties / buildings that are for sale. I need to be able to use ASP to select a random one as the 'weekly' featured property. To make it weirder, I still need to be able to allow some override (in the event the administrator wants to select a specific...
  18. aamaker

    SQL Statement / Query Woes...

    Im trying to perform a search (data stored in MS Access DB) and the form Im using allows the following values: - criteria1_minimum - criteria1_maximum those are stored in the database with datatype set to number. Also on the form I have 8 specific regions (counties), setup as check boxes with...
  19. aamaker

    controlling a checkbox from an image map

    I have an image map that I want to be able to allow the user to click 1 of 8 regions to automatically toggle the corresponding form 'check boxes' that are displayed next to the image. How would the javascript for something like that look? Anyone familiar with any tutorials on anything like...
  20. aamaker

    complex search

    Im trying to build a 'search' feature similar to whats found at the following URL: http://www.charlotteusa.com/Sites/sites_search.asp Question I have is if this can even be built with DW8 using the built-in server behavior dialogue where you use a database connection to build a record set... or...

Part and Inventory Search

Back
Top