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

    Select Statement for Multiple DBs

    I barely do any Lotus Designer work, so please bear with me. I need to customize an existing view in a Sales Forecasting application. The current view is in the "opport.nsf" database, which has the details of each forecast entry. It's select statement is: varSuccess := "0"; varFail := "-1"...
  2. igendreau

    Class Does Not Support Automation

    So I've been all over looking for help on this, and it seems like I'm not alone. But the recommended fixes for similar problems haven't helped, so I thought I'd post my specific issue. My company is using MS Access 2002 on XP. We've had no issues with the database in question. Not until I...
  3. igendreau

    Notes Forms Losing Their Formatting

    We have a client who also uses Notes... We are on 7, they're using 6.5... They have some forms set up that have checkboxes and tables in them. When they send them internally, they work great. When they send them to us, the formatting gets slaughtered. Checkboxes get changed to bullets, for...
  4. igendreau

    List box-updating and pre-populating

    And here is the code populating my list box. It correctly gives you the list of correct choices, but doesn't accurately set the initial value to be equal to what's already been written to the database. <select name="cboActivity" id="cboActivity"> <%While (NOT rsActivities.EOF)%> <option...
  5. igendreau

    List box-updating and pre-populating

    Sorry, probably could have mentioned that for you. I am using classic ASP... writing everything in vbscript.
  6. igendreau

    List box-updating and pre-populating

    I'm creating a page to edit/update a record. Part of the record is a field that's a list box. I want the choices of the list box to come from a recordset (that's no problem. I did that on the page before where the user originally entered the record). But I want the default value of the list box...
  7. igendreau

    Create web page from folder

    We have a client requesting an online version of a proposal we did for them, a huge proposal. On our network, we have a directory structure containing all of the documents. We're talking hundreds of folders, sub-folders, sub-sub-folders, etc... I need to post this info on the web. Obviously...

Part and Inventory Search

Back
Top