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 bkrike 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: sthibodeau
  • Content: Threads
  • Order by date
  1. 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 =...
  2. 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;;
  3. 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
  4. 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...
  5. 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
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. 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
  11. 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
  12. sthibodeau

    Secure site?

    &quot;Data Access Pages has detected that your IE security settings will not allow you to access data from a site considered to be insecure.&quot; I get this when i am running my Access DB from my web server. I know it says to add the URL to trusted sites. BUT i wanted to see if there is a...
  13. sthibodeau

    Data Provider could not be Initialized

    I have built a Access DB with Data Access pages and localy everyting works great. I have even gone into each DAP cahnged the path to the MDB and still everything works great, but as soon as i upload to the hosted server. I get the Data Provider could not be Initialized error. I also get a...
  14. sthibodeau

    Security

    Please help This is the first iem i will be using the Security wizard and i have built my DB using a DAP interface. I want to create two groups of users: 1) one with full access and: 2) access limiteed to just a few of the DAP pages. I can not figure out how to set that up, it seems that you...
  15. sthibodeau

    VBS Code

    What is the code used to open a Query in Visual Basic Script? Please help - Thanks
  16. sthibodeau

    Execute Del QUery from DAP

    How do you execute a Delete query from a Data Access Page? Thansk in advance!
  17. sthibodeau

    HELP - Command Button Hyperlink

    PLEASE HELP! How do i get a Command Button in a Data Access Page upon click to load a new HTML page? There are no controls in the Properties like in the forms to make the command button a link. Thank you in advance - Scott
  18. sthibodeau

    DAP and Command Button

    I have created a Data Access Page with a command button. But there is no option for a On Click Event PRocedure. Below is an Article from MS that clearly says DAP and On click. Please help - How do i get the button to run code on a click...
  19. sthibodeau

    Please Help - Data Access Page

    How do i take a value that was placed in a text box in a Data Access page and build a query around it to lookup specific records in a table? For some reason the Query is unable to pull the value to run itself, i get a dialog box asking for the value. Any help would be greatly appreciated -...
  20. sthibodeau

    Auto Date in Input box - Help

    I am building a form with an Unbound text box where i want the date to automaticaly appear. When i use =Date() in the default value option nothing happens, but when i use the same code in the Control Source and it works great but you can not change the date, it must be editable - Please Help -...

Part and Inventory Search

Back
Top