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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CFMSACCESS

  1. CFMSACCESS

    repointing linked files

    My Environment would have a var, "FILELOC" that would be the path unique to that site of the files for my app. On Form intialization, can I grab the var and translate, giving the path. Open all files relative to that path.... Santa Rosa Web Development
  2. CFMSACCESS

    repointing linked files

    any other ideas?
  3. CFMSACCESS

    repointing linked files

    I have an Access project with lots of linked files. My problem is that the names and the locations of the linked files is different for different customers. Is there a way to easily repoint the files to the correct names and locations without using the Link Manager? Santa Rosa Web Development
  4. CFMSACCESS

    slider to modify brightness

    Anyone can help me? Perhaps, if the slider is all the way to the left, the image should be black, and if it's all the way to the left, the image should look normal. I suppose to do this, the slider value should go from 0 to 1. Then, each time the slider moves, I create a new picutre by...
  5. CFMSACCESS

    slider to modify brightness

    How would I modify this applet so that it loads an image and displays it and has a slider to modify the brightness of the image? http://www.gracefulwebdevelopment.com/gradient.htm
  6. CFMSACCESS

    Resized images faded

    Which function are you using, copyresized or copyresampled? Santa Rosa Web Development
  7. CFMSACCESS

    Resized images faded

    That happens when u resize images, I think you just have to put up with it. If you have access to compiling your own PHP I think there is a fix for it. Santa Rosa Web Development
  8. CFMSACCESS

    looking for a cheap

    How many dsns, and how much disk space and bandwidth do you need? Switching from SQL 2000 to mySql doesn't have to be hard. If you used an abstraction layer,its 1 line change, if not, it means rewriting all sql queries and maybe more. <a...
  9. CFMSACCESS

    install Python Server Page???

    Add this to the srm.conf or httpd.conf AddHandler cgi-script .py You can also use the PyApache module, but that's gets complicated. www.GracefulWebDevelopment.com
  10. CFMSACCESS

    Reading and Inserting filenames

    I have 400 images in a directory. I want to loop through the images and insert their file names into a database. Please help. www.GracefulWebDevelopment.com
  11. CFMSACCESS

    when cf displays a value above 1,00

    Are you using a number format or something. i've never noticed CF adding commas unless i tell it to. cf by default does *not* put in commas <cfset myNum = 500 + 501><cfoutput>#myNum#</cfoutput> <-- no comma in the output there You're likely doing something somewhere that is putting in the...
  12. CFMSACCESS

    Help with CFLOCK and session variables

    http://www.webtricks.com/sourcecode/code.cfm?CodeID=25 Please have a look here You might use a search and replace to make this easier. Just back up everything first. www.GracefulWebDevelopment.com
  13. CFMSACCESS

    cftransaction causes login failed for user '(null)'

    Can you post the lines of code for this page? What attributes of cftransaction are you using? www.GracefulWebDevelopment.com
  14. CFMSACCESS

    refresh fields

    If you want a record to be listed in a drop down, you can use cfselect: http://www.cfm-resources.com/cflanguage.cfm?lang_id=61 What do you mean by refresh? When i hear this word, I think of the meta refresh tag, or some javascript thing. But, I don't think that's what you are asking about...
  15. CFMSACCESS

    datasheet?

    http://bayliss.netbenefit.com/cfdocs/CFML_Language_Reference/2_ColdFusion_Tags/lr2_038.htm Have a look here for more about cfgrid www.GracefulWebDevelopment.com

Part and Inventory Search

Back
Top