Is it possible to write an SQL statement to export mutliple instances of History rocords with a single Contact record?
I want to select and export some fields of a contact1 record along with 4 columns from the conthist records containing the conthist.date of the most recent conthist.activity...
Is it possible to write an SQL statement to export mutliple instances of a related field in a single record?
For example, ContactsTable is related to ContactHistoryTable. I want to select the contact record and export 3 columns from the ContactHistory records containing the most recent...
I have a web page which dynamically creates PDFs. When the PDF is created, Acrobat launches in front of the browser window (using this code):
function Open_link_subwindow(Link_href)
{
var Link_subwindow = window.open('','linksubwindow','width=600, height=420, resizable, scrollbars, status...
I have a validation summary control that displays error messages for any required fields not filled out.
For my phone number field, I validate to make sure that the field is filled out, and then a second validation to see if it had been filled out with the correct number of digits.
If I don't...
How do I validate dynamically created fields? For example, I have a form with dynamically created drop-down lists like this (parts b and c):
<asp:DropDownList id="DOB1a" runat="server">
<asp:ListItem Value="">Month</asp:ListItem>
<asp:ListItem...
This is an easy one (but I don't know how to do it)
I have a search form -- there's a checkbox for "search all" and a textbox for "search by name".
I need the check in the "search all" checkbox to become un-checked when someone types something into the textbox.
I know my asp code should check...
Does anyone know why IE sometimes gives textboxes a yellow background?
I have several forms with uniform color settings for the text boxes. However, some (but not all) people get yellow instead of the color I've chosen on some of the boxes.
Has anyone else seen this?
Using CSS, I have set a certain color for active links. Is there a way to set the state of a link to active using the OnLoad function?
In other words, I have a left-frame navigation bar with a list of links. I want tht link to the homepage to be in the active state (with the proper color) as...
I have a page with left and right frames. The left frame contains links which are set to a different color when active. This works fine as long as the user uses my links to navigate -- clicking on a link causes the new link to be in the active state.
However, if the user hits the "back"...
I have a link that needs to do the following with one click:
1. open a page in my right frame, and find a named anchor.
2. run some javascript contained in the page.
Ive tried this:
<a href="javascript:parent.right.location='deadlines.html#sir';parent.right.openandclose(0)">
and this:
<a...
I need the following to happen with a single click:
1. navigate to new page (with named anchor)
2. run javascript.
here's what I have so far:
<a href="deadlines.html#slr" target="right" onClick="javascript:parent.right.openandclose(1)">
The problem (I think), is that the onClick event...
In a frames page, I need to click on a link in the left frame, and run some script from another page in the right frame:
javascript:parent.right.openandclose(0)
This works, but only if the page containing the script is already open. I know I need to have the link open the page in the right...
I have an image that needs to change on mouseover. It also must execute a javascript when clicked on. I gan get one function or the other to work, but not both at the same time.
here's the code:
<div id="pullout1Sidebar"><p align="center"><a...
I have a menu bar that currently requires a mouse click to open the second-level pull-out menu. I have been asked to change it from opening after a "click" to opening on a mouseover.
I changed this:
<a href="javascript:pulloutStart(0)">whatever.jpeg</a>
<a...
I need to use my session time stamp as a unique identifier for financial transactions.
How do I get the time stamp to display without commas, dashes, "a.m." "p.m." etc.?
I just need an unbroken string of numbers.
Any ideas?
I had an event procedure that worked fine in Access 97, but doesn't work since converting to access 2002. When records are about to be printed, a message appears if no records are to be found, and a button appears which will take you back to the previous form ("selectrecs"). Does...
We're in the process of upgrading from IIS 4 to IIS 5. For some reason, asp code that worked perfectly fine in IIS 4 no longer works.
Has anyone has problems with pre-existing asp code when switching to IIS 5?
(if so, I can give more detail as to exactly what is not working).
We're in the process of upgrading from IIS 4 to IIS 5. For some reason, asp code that worked perfectly fine in IIS 4 no longer works.
Has anyone has problems with pre-existing asp code when switching to IIS 5?
(if so, I can give more detail as to exactly what is not working).
We have a new IIS server (version 5). The new server refuses to execute asp code (which ran fine with version 4), even though the server administrator insists that everything is configured correctly.
I'm sure that there is some setting that needs to be checked.
Has anyone else encountered...
I have an Access database with many forms, macros etc. It's purpose is to automate the creation of mail merge files by letting users pick names of recipients from the table and send the data to a mertge file.
I have been asked to make this database available online. In other words, I need to...
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.