I created a form with several buttons. This form is password protected using Acrobat's security feature. The following options are enabled in the security settings: "Printing Allowed: High Resolution" & "Changes Allowed: None."
When the form is opened in password protected mode, the buttons...
I had to alias (self-join) a table:
<cfquery name="Query1" datasource="xxx">
select ap.cs_caseidd, bb.cs_caseidd, ap.c_number
from
case ap, case bb
where ...
</cfquery>
I'm trying to place the record(s) into a table:
<td>#Query1.ap.c_number#</td>
<td>#Query1.bb.cs_caseidd#</td>
...
However...
I would like to modify the script below to open a new window with a specific size. I modified the function "go" as follows:
BEFORE:
function go(){
location=temp.options[temp.selectedIndex].value
}
AFTER:
function go(){
window.open(temp.options[temp.selectedIndex].value)
}
The window.open...
I'm new to ASP, and I'm trying to modify query.asp from the MS Platform SDK. I'm indexing PDFs. Query.asp works fine if there isn't more than one page of results. I get the following error when I click the 'Next 5 documents' button: " VBScript runtime error '800a01a8' Object required: ''...
I installed PDF Ifilter (ifilter50.exe) and my installation of IIS is now indexing PDFs. However, the hit-highlighting feature is not functioning with PDFs. It produces a condensed summary and full summary with hithighlighting for .doc files, but not PDFs. I'm aware you cannot use IIS to...
Please help!!!
I positioned a layer using 1024 x 768 resolution, and it looked great. However, when I changed my resolution to 800 x 600, the layer's placement wasn't where it should be.
Here's some of my code:
<div id="Layer1" style="position:absolute; left:86px; top:239px...
Would someone look at the St. Louis Arch image on www.kwmu.org It has a faded look, and I would like to use this feature on an image. I'm using Firework MX; is it possible to do it in this program?
Thanks,
Jeremy
I'm in the process of redesigning our intranet site, and I would like to integrate a tabbed interface. I found a Macromedia Fireworks tutorial covering tab (button) creation, but I don't know how to place the tabbed menu on the page(s). How does the page display below the tabbed menu when a...
I'm not sure if I'm in the correct forum, but...
I've been testing a Dazzle Hollywood DV Bridge with Windows 2K FAT32. After purchasing the product, I discovered I can only capture 20-minutes of video (4GB) per capture session. Dazzle says this is a limitation of FAT32. Upon further...
Does anyone know how to convert an existing Access 10 (XP) database into a .exe file? We recenty purchased Office XP Developer Edition.
Thank you,
Jeremy
We are updrading a PC with custom Excel macros installed. If I reinstall Excel on the new PC, how do I transfer the macros to the new PC? Will the toolbar buttons for the macros appear on the new PC?
Thanks,
Jeremy
We are currently running a personnel leave tracking DB. A new front-end executable has been released, and we would like to test it with a copy of our existing DB.
Is there a way to copy the existing DB, with its data, to a new DB (with a new name) on the same server?
Thank you,
Jeremy
I have a simple Access DB, and I need to query two fields from a table (FirstName & LastName).
How do I build a query to return email address for certain first names and last names? I know how to create a query (in Criteria) to return all "Mueller" & "Smith" (LastName), but...
I need help please!
We are using a simple Access DB to track user accounts. On our form, we have a combobox with a query as its row source. It is a combination of lastname & firstname linked to a unique PersonCompID. When we add a new user, the data in the combobox does not refresh. We have...
We are confused.
We are trying to create a Crystal Reports 8.5 report that, when opened in Enterprise, will display a dialog box requesting a date range. Data, based on the date range entered, will be pulled from a particular field.
Any help is appreciated.
Thank you,
Jeremy
We are confused.
We are trying to create a Crystal Reports 8.5 report that, when opened, will display a dialog box requesting a date range. Data, based on the date range entered, will be pulled from a particular field.
Any help is appreciated.
Thank you,
Jeremy
I built a simple, one-table database that contains login & password information. The form lists the user's name, address, password, etc. My boss would like to exclude the password form field(s) for certain DB users.
I thought about creating a second form that does not included the password...
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.