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"...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.