Administrator installs program and when you go to explore, the program is visible with you go to C:/documents and settings/all users/start menu/programs. But when the user logs in the program does not show when the user goes to Start and Programs. If they go into explore they can find it that...
We have an Internet side and an Intranet side. On our internet side, I have a form for the public to fill out and the info goes into a sql database on a seperate sql server.
On our intranet side I have a data access page that connects to the internet sql database through a firewall so that our...
I have an Access Project accessing a SQL database. One of the fields in the database is DateCleared and it is formatted as datetime and shortdate.
On a Data Access Page I have the DateCleared field and it is also formatted as short date. However whenever I put in a date in this field I get the...
Not sure if this is right forum. I have an Access Project accessing a SQL database. One of the fields in the database is DateCleared and it is formatted as datetime and shortdate.
On a Data Access Page I have the DateCleared field and it is also formatted as short date. However whenever I put...
I am using Access to access a SQL table. What I am trying to do is that I have a date field called DateCleared. I have another field called Cleared. What I want to do is that if DateCleared is empty then Cleared is No and if DateCleared has a date in it then Cleared is Yes.
I am familiar with...
I have created a web form and have a database on a sql server. That server is seperate from the web server. The connection string is:
Conn="Provider=sqloledb;" & _
"Data Source=<database server name>;" & _
"Initial Catalog=<database>;" & _
"UserID=IUSR_PUBLIC;" & _...
I'm running access 2002 which has ADO Ext 2.8 for DDL & Security. Most of the machines which run the applications I do are running access 2000 with ADO Ext 2.7. What I'm doing now is that when I load a new application I get an error message and I have to go in and uncheck the missing 2.8 and...
I am trying to use an xml file that has 2 tags that are the name of a thumbnail jpg image and the other is for a large version of the thumbnail. The other tags are name, age, etc.
What I want to do is make a table with all the info on one person. One of the cells has the thumbnail and when...
We acquired an HP Pavilion N5450 laptop running windows ME. It probably has a virus as when the machine starts up the first screen comes up and then just keeps rebooting from there. I tried F8, but I don't think the boot process is getting that far so I can use safe mode. I tried a bootable...
I have a form that uses a query for its data. The query uses a parameter input of a single letter to select records that begin with that letter. If the user selects a letter that is not in the database it returns with nothing. When the form starts the parameter reqeust opens up and when a...
I am running FP 2003 with the version of IIS is 5.0 on a Windows 2000 OS with Frontpage Extensions 2002.
I have a navigation menu on our pages. A while back the webbot include quit working right. What it does is take the whole page and place it into the cell where the navigation goes. The...
We have a newsletter that we put out once a quarter. Each page has two columns. There are jpg images in it also. We are having a hard time with when text moves the images move all over or if we move the image the text moves all over. We have tried unchecking the move image with text and it...
I have a SQL database that has information on persons and path to photo. On the webpage I have a table and it displays the first record in the recordset. I can also put in a loop to make a table for each record in the database. What I want to do is make make navigation buttons so that I can...
I have set the following properties for a form when it loads.
AllowAdditions = False
AllowDeletions = False
AllowEdits = False
However, as I go through records in the form, I can modify about half of them while the other half works and won't let me modify.
Any thouhgts
Tom
I have a form which is the interface for the database. It has several calculated fields which are based on what value a field or fields are. I need a report with these calculated fields in them. I tried putting the form field in the report and all the records are the same. All the calculated...
I have an xml file:
<datatable>
<jmmain_jcourt>
<book_id>199900056</book_id>
<courtdate>09/18/2000</courtdate>
<courttype>S </courttype>
<sysdate>12/16/2003</sysdate>
</jmmain_jcourt>
</datatable>
I want to do a comparison between courtdate and sysdate such as:
<xsl:if...
I am passing a parameter from an asp file to my xsl file. I know the parameter is being passed. Below is my stylesheet. For some reason it is not getting past the line <xsl:if test="book_id='$param1'"> If I take out this line it works fine and outputs all the records. I am passing...
I have an xml file with the structure shown below. I use an asp file for transformation. The first xsl file I have uses only the name info, book_id, and bookdate. Output of the xsl is html. What I want to do is to be able to click on book_id which would then pass that book_id number to an...
I receive an xml file that has the following structure:
<datatable>
<jmmain_archrg>
<book_id>
<bondstatus>
<bondamt>
<fel_misd>
<chrgdesc>
</jmmain_archrg>
</datatable>
The return is about 200-300 records. In chrgdesc, in a few of the records they will contain < or &...
I have an xml file with the structure
<datatable>
<jmmain_nmmain_archrg>
<last>
<first>
<id>
<charge>
so on
</jmmain_nmmain_archrg>
I am outputting the info into a table on a website. The problem is that if a person has more than one charge, then all the...
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.