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: *

  1. Tobie29

    ColdFusion Comics

    These are excellent! Thanks
  2. Tobie29

    where to start?

    Thanks for the suggestions! Tom, I just purchased that book last week. I do like the way it is set up too.
  3. Tobie29

    How to make a table border have 'rounded' corners

    I came across this earlier this week: http://pro.html.it/niftycube/ I have not used it yet, but it looks interesting.
  4. Tobie29

    images stretched vertically loading external/html text - dyn txt box

    Jason, no luck yet with me either. I added font tags to my txt file (I have 5 separate ones that it is loading on separate incidents) but no luck yet. I hear you about the colour thing. I even tried to add in a reference to my css and it did not work. There has to be a solution.
  5. Tobie29

    images stretched vertically loading external/html text - dyn txt box

    I am having a similar issue, and having another issue with fonts not appearing correctly for the client, but appearing fine for me here. It seems that if I embed the fonts, I am having the stretching issue occur. If I do not embed the fonts, it does not occur, but the fonts are not the same...
  6. Tobie29

    Search CFC

    Thanks! I check those out again. I'll post the solution once I have one.
  7. Tobie29

    Determine the client time??

    Are you showing the client the time or is it for your records?
  8. Tobie29

    Search CFC

    How many database tables can I include in a QoQ? I have only done it with two before, but I have approximately 20 tables to work with here.
  9. Tobie29

    Submit form once before viewing section

    Geez! Thanks! I messed that up... I added more script and it is now working correctly. Thanks! Here is the code at the top of the dynamic pop-up page in case anyone would like it... <cfif isdefined('session.loginstatus') is false> <cfset session.loginstatus=0> </cfif> <cfif...
  10. Tobie29

    Submit form once before viewing section

    Here is my code so far: Application form: <cfapplication name="FCG" sessionmanagement="Yes" sessiontimeout="3000" applicationtimeout="3000"> Code at top of secure page - it is a dynamic page for a number of records in a database so it should only process it once: <cfif not...
  11. Tobie29

    Submit form once before viewing section

    Ok, now I am having another issue. It works great to restrict access to the pages that he wanted to restrict access to. However now, after submitting the form once, it will not allow me to view the other pages in the securePages loop without filling out the form again. My timeout on sessions...
  12. Tobie29

    Submit form once before viewing section

    This worked great! Thanks again!
  13. Tobie29

    Search CFC

    Thanks! I will try it out. I have about 20 tables to search through. So much fun! Yea, the client had intranet data on an in-house SQL server, bought their own web server with CF 6.1, and wanted us to build the rest of the site in Access databases. Nice and confusing, eh?
  14. Tobie29

    Search CFC

    I scraped the verity search since it really messed everything up. Just searching the tables. Is there an easy way to capture all matches from a number of tables from a SQL database and an Access database and have it output to one clean list?
  15. Tobie29

    Search CFC

    Has anyone done up a Search CFC for a dynamic site before? The Verity search is not working correctly on the clients server, which runs CFMX 6.1. It is pulling secure information, and not indexing all of the dynamic content. This site is 95% dynamic, all page content resides in either a SQL...
  16. Tobie29

    Submit form once before viewing section

    Nope, same name. I responded to thread232-1114449 before, making a decision between application.cfc and application.cfm. I will try that too! Thanks again for your help!
  17. Tobie29

    Submit form once before viewing section

    Thanks again! Yea, I have a pop-up login page that can appear instead. I have worked with application.cfm since 2000, so I am familiar with it, and just recently started with sessions and application.cfc, which you helped with a few weeks ago. Thanks for all your help! I'll let you know how...
  18. Tobie29

    Submit form once before viewing section

    Thanks TruthInSatire! I have not done a secure area without a database in the past. Before they have always been preassiged a username and password to access the secure area. This time, it is just a form submission instead. Do I have to put the protected pages into a separate directory or...
  19. Tobie29

    Submit form once before viewing section

    A client wants to have users submit a simple form with their name, phone, email address before they can view a section of their web site. This will only happen once per visit, so I am thinking a session structure will work. I have set up a lot of session, client and cookie secured areas...
  20. Tobie29

    Application.cfc vs. Application.cfm

    This is something that I have been battling with too. I have used cookies for years, and now I want to switch to sessions. I have been learning CFC structure as well, and am really wanting to implement it across projects. I have also read documents, forums, etc. However real world examples...

Part and Inventory Search

Back
Top