I am trying to grab an Outlook Calendar on a CF web page.
The below links to my local Outlook calendar. Please advise how I can get a Group Calendar instead of fetching my local Calendar?
<object classid="clsid:0006F063-0000-0000-C000-000000000046" id="ViewCtlFolder" width="100%"...
I have a page that populates an Access 2000 database. It works great but when I try and put in more than one value for the select multiple options it only passes one value to my database. Please advise how I can get this to work where it will pass all option values that are selected?
HTML...
I am trying to get the Resultset page listing to work for my page. It works great for all pages 10 and under but when I get over 10 pages it doesnt work correctly:
For example if I have 11 page results and I go to page 2 it will show page 11 as the current page:
1 2 3 4 5 6 7 8 9 10 11
If I...
I need to make a report but not sure where the data is located. I did a command to find all my tables:
select * from all_tables
Anyway to do a search to find information in my Oracle 7.2.3 database?
I need to find three words and there are over 150 tables to search. Please advise.
I want to make an update page that lists records where I can click on the record link and edit the record. I have the Record viewing page set up and working where it shows the links but now when I click on the record link to get an update page it shows the correct argument ID in URL but the...
I am trying to show CFGRID and have the ability to link to a record:
<cfform action="theGridPage.cfm" enablecab="Yes" name="myForm">
<cfgrid name="mygrid" colheaderbold="Yes" query="QueryOne" sort="Yes" griddataalign="left" gridlines="yes" rowheaders="yes" colheaders="Yes" selectmode="edit"...
I just started using mySQL server 4.1 and have a Client GUI tool called mySQL Query Browser. My background has always been with Access 2000 and I was able to create one to many relationships with GUI tool between tables.
So if I have TableOne and TableTwo I could create a one to many...
How would I insert data from three tables into one table using a query?
My attempt:
insert into TableFour
select *
From TableOne, TableTwo, TableThree
It keeps saying duplicate problem.
Please advise.
I have an Excel spreadsheet (using Office 2000) where I want about 100 people to enter information info into about 25 columns. It will be located on a shared folder that is clicked from a web page.
As many as 5 or 10 people might be accessing this spreadsheet at once to update or add info...
Anyway to link to an Outlook Calendar in a web page?
I can pull up an inbox with this:
<a href="outlook:inbox">outlook inbox</a>
How would I link to an Outlook Calendar?
I have 5 radio input options and a submit button.
The problem is in Netscape 7 after I submit the page and get to the action page and then hit the Back button it comes back with another radio Button checked.
It doesnt show the original radio button checked.
Please advise because it works fine...
Anyway to make a link appear on my Cold Fusion page at 12:00 January 8th Saturday morning and then another link showing up at 12:00 January 9th Sunday morning?
Right now I have no links on my page and want a new link to automatically show up on Saturday morning and then another one on Sunday...
Here is how I have my two tables set up in my Access 2000 database.
Customer Table
CustomerID CustomerName CustomerPhone
1 Jones 111-2222
2 Rogers 334-5543
3 Smith 233-1111
Project Table
ProjectID CustomerID ProjectName
1 1...
Anyway to put this in a loop or shorten what I am doing?
<cflock name="clock" type="Readonly" Timeout="30">
<cfdirectory action="LIST" directory="/directory/dirThree" name="myQ1" filter="*.*">
</cflock>
<cflock name="clock" type="Readonly" Timeout="30">
<cfdirectory action="LIST"...
I had a Access 2000 database connection working on IIS on Windows 2000 that is using a JSP engine. Everything worked with my databases until this morning.
Now all of a suddent I get and error message on my JSP action page:
[Microsoft][ODBC Microsoft Access Driver] System Resource exceeded.
I...
I have a form that works where someone puts in a last name and first name to query an Access 2000 database. Now I want it to work where it takes either a last name or a first name and query the database.
My form:
<form action="actionpage.jsp" method="post">
Last name:<br>
<input type="Text"...
Is it possible to create a JSP page on a Cold Fusion IIS server?
I am currently building Cold Fusion pages and now would like to put some jsp on this IIS server where my Cold Fusion is located.
Any package name or something I need to call so I can display a JSP?
firstpage.jsp
<html>
<head>...
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.