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: CyrusAyers
  • Content: Threads
  • Order by date
  1. CyrusAyers

    Frames doing the opposite of what want them to :)

    Thought id cheat and ask... Is there a way to refresh the contents of a frame from within <%%>? I would like for the "Links" frame to display the members only links once the LoginValidate.asp page sets the session variable for a good loginID: <!-- LoginValidate.asp: --> <body...
  2. CyrusAyers

    IMG link &quot;sprucer&quot; from RS

    Gurus, It would be nice if my code could check the validity of a image src coming from a RS instead of just not showing an X on the blank ones - keeping nasty X's from onlookers in the case of a typeo. Is there a better alternative? <%if rs("imagebox")<>"" then strImage = rs("imagebox") %>...
  3. CyrusAyers

    how to use session variables in &lt;script&gt; tags

    This is pretty noob but: I know this works: <%session("variable1")=10%> But this generates an error: <SCRIPT LANGUAGE="VBScript"> session("variable1") = 10 </SCRIPT> What about javascript, etc? Thanks for your time, Cyrus
  4. CyrusAyers

    Redisplaying a new record after inserting, @@IDENTITY?

    Hi, Im using Access with an ASP interface. The primary key for my records is an autonumber field (im calling it ID). I'm having problems re-displaying the contents of a form when its purpose is to insert a new record -- it dosent know what ID to use in the SELECT statement. Heres the code im...
  5. CyrusAyers

    Formatting a string for emailing

    Id like to take an ASP string, and send it as the body of an email. This works fine, but id like to keep the <br> and <b> characters, etc. so it formats the same as in the "Preview email" page. Heres what i have (tried reading your posts) and it dosent work yet: Set objMail =...
  6. CyrusAyers

    Function not available on other computer?

    My DB uses action and select queries to build, manipulate tables and display data. I also use the DAO commands in VB. When I run it at home im ok, but at work the form gives this error when opened/buttons clicked/boxes displayed, etc: Function is not available in query expression...
  7. CyrusAyers

    Conditionally Formatting a Date Field

    How could i get individual date fields (not every one with me.Date.background = &quot;green&quot; or whatever!) on a continuous sub-form to change green if the Day of the date is <= 10th? This would indicate an on time payment and would be far easier to read. Thanks in advance to any help on...
  8. CyrusAyers

    Buttons: &quot;Object variable or With block variable not set&quot;

    When i try to assign a bmp to a button it get this error: &quot;Object variable or With block variable not set&quot; What does this mean, gurus? :D
  9. CyrusAyers

    Inaccurate Scroll Bars on Subforms

    Is there a way to make the scrollbars on a subform display more clearly that the user is at the end of the subform and its not blank? If there is one record, for example, the scroll bar/wheel can make it dissapear, but the scroll bar wont reflect that it is up there. This could mislead the...
  10. CyrusAyers

    HTA: disabling a window's [X] close button?

    Is there a line of code to disable the window buttons but keep the title bar? <HTA:APPLICATION ... Thank you if you can help!!!
  11. CyrusAyers

    Refreshing Table/Combo after Record Deletion

    I have two forms involved in the dilemma. One is a &quot;Main&quot; form with a Tab control, the other is a pop-up form. The pop-up form, as a safeguard, is used to alter/add/delete information in the [AccountHolders] table that is displayed on the Main form. The Main form uses a...
  12. CyrusAyers

    Table Manipulations and Calculations

    I am working on an Access 2000 project that takes in charge tickets, stores account holder info by month/year (like previous balance, accrued finance charge, etc.), and prints about 6 various reports including monthly statements, summaries, and tax exemption listings. The project needs the...

Part and Inventory Search

Back
Top