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 sthibodeau

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

Part and Inventory Search

Back
Top