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 SkipVought 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. sthibodeau

    ASP text Editor placing </BR> in file

    I placed your code but it is not working. Maybe you have another trick up your sleeve or maybe you can explain that statment so i can understand how it works and maybe get it to work in my ASP page - Thanks
  2. sthibodeau

    ASP text Editor placing </BR> in file

    How do i avoid my ASP text editor from including those characters as it is running my format of my HTML viewing. Here is my code and towards the end i do have a routine that should replace the </BR> with CRLF. Please have a look thanks... <% Response.Expires = 0 Response.Expiresabsolute =...
  3. sthibodeau

    Can anyone help to convert this cod

    Can anyone help to convert this code so that it will work in a ASP enviorment - Thanks <? $new = &quot;editField=&quot;.$escaped; $fp = fopen( $filename,&quot;w+&quot;); fwrite($fp, $new); fclose( $fp ); print &quot;status=save successful&quot;;
  4. sthibodeau

    How do you edit and write to a TXT file

    I do not think that will work as that code has fixed text to write to the file. Here is some addtional informaiton. I have a TXT file that is viewable from a HTML page which has dates and subjects in it. I want to create another page that would allow dme to edit and add addtional text to that...
  5. sthibodeau

    How do you edit and write to a TXT file

    Please help i have a TXT file that i need to edit and write to via HTML or ASP? Thanks
  6. sthibodeau

    ASP and Outlook

    I was wondering if someone might be able to point me in the right direction to be able to communicate with outlook from an on-line DB? I have and on-line db with calender events that are changed and added on a daily basis, i would like somehow to have Outlook be able to get those calender...
  7. sthibodeau

    Order of records

    Nevrmind - I figured it out - Thanks anyways
  8. sthibodeau

    Passing Parameters - Please help - Major Crisis

    Thanks for all your hep, that did the trick!!!!
  9. sthibodeau

    Order of records

    In my page/form, the records from my DB are not being pulled into the page in the same order. For example how would i make the records disply from oldest to newest using the Date Field? Thanks in advance
  10. sthibodeau

    Passing Parameters - Please help - Major Crisis

    How do i take an input box andsubit button and pass the parameters to another page. To expand on what i am doing is i have an Input box that requires the user to input a date. From there to press the button which will go to another page and hence filter all the records for that date. Please...
  11. sthibodeau

    passing parameters to another page

    Ok that works great and actualy pulls the value, but the prolem is that i want to use that reference to delete a record, and as soon as i use that expression the input box becomes unbounded, and of course when i beind it again it lose the request query string. Please help agin thanks, if it...
  12. sthibodeau

    passing parameters to another page

    Ok, on my first page/form (ASP) i have a parameter and it is succesfully passing it to my second page/form (ASP) via the URL. My question is Now how do i get that paramter in a Input Box or some sort of text box? Please help - Thanks
  13. sthibodeau

    ASP Table need to add records - Newbie to ASP

    I use GL6, so basicaly they are bound by the table name and field name. Here is a sample code: </tr> <tr height=&quot;32&quot;> <td cslocked content csheight=&quot;32&quot; width=&quot;48&quot; height=&quot;32&quot; valign=&quot;top&quot; xpos=&quot;0&quot;><label><font...
  14. sthibodeau

    ASP Table need to add records - Newbie to ASP

    I have not add any values i the input box, they are just bounded to the record set, the problem is that i need the fields to come up blank instead of showing the last record. Secondly upon entering the information into the fields how do i get that new record posted to the DB? I have added a...
  15. sthibodeau

    ASP Table need to add records - Newbie to ASP

    Please help - Very Confused _ Newbie to ASP I have a Access DB and i have designed a ASP page with all the bounded Input Text boxes. The problem is when i run the ASP it shows the last record. I have built an add button and i bel successfully set it up, but when i click it, it does nothing...
  16. sthibodeau

    ASP Table need to add records - Newbie to ASP

    Please help - Very Confused I have a Access DB and i have designed a ASP page with all the bounded Input Text boxes. The problem is when i run the ASP it shows the last record. I have built an add button and i bel successfully set it up, but when i click it, it does nothing! You can see...
  17. sthibodeau

    Convert Form to ASP

    I am using XP!
  18. sthibodeau

    Convert Form to ASP

    How do i export a Form to be a ASP with all formatiing and buttons, vlah blah blah. When I export the only thing that gets Exported is the actual talbe. The Help library says that it will export everything. Please help as i am Lost - Thanks
  19. sthibodeau

    Connecting to Access via ASP

    Can someone please help me or point me in the right direction to Building a ASP page that connects to an Access DB on a IIS Server. If you have sample page you can send that would be great or share some code - Thank you. Scott

Part and Inventory Search

Back
Top