I can't install VisualSudio.net (Enterprise Architect) - I have the disks and I have installed all the Windows Components a number of times but it always fails after I have placed the 4th disk in. I have noticed on a number of sites it tells you to reinstall the entire system (i.e. format c...
Ok I have a combo box on my page which displays a number of options. Within the combo box I have an "Other (Please Specify)" Option - now when this happens I would like a text box to appear next to the combo to allow the user to specify what the other is.
The code so far...
Ok I have this small problem which is really doing my head in - I have an address which is set up basically like:
<ADDRESS>TEST,TEST,TEST</ADDRESS>
Now all I want to do is replace the comma with <BR/>
My code so far is:
<xsl:for-each select="ADDRESS/ADDRESSLINE[. != '']">...
Ok I have this small problem which is really doing my head in - I have an address which is set up basically like:
<ADDRESS>TEST,TEST,TEST</ADDRESS>
Now all I want to do is replace the comma with <BR/>
My code so far is:
<xsl:for-each select="ADDRESS/ADDRESSLINE[. != '']">...
Ok this has got me stumped, I write the following in the SQL Query Analyser:
Drop Database richard
I then run the SQL script I generated before I dropped the database to recreate database richard.
However it falls over because the error messages say that I cannot create one of the tables as...
Ok I'm trying to align an image in the center of the screen using a stylesheet. I can find references to vertical alignment just nothing to do with horizontal alignment
My code so far:
IMG
{
BORDER-RIGHT: BLACK 1px solid;
BORDER-TOP: BLACK 1px solid;
MARGIN-TOP: 4pt...
ok I'm trying to Backup my database to disk, then restore the database to the same server but under a new name
Please can someone help me with this.
My code so far:
BACKUP DATABASE master TO DISK = 'D:\archive.bak'
DROP DATABASE archive
CREATE DATABASE archive
RESTORE DATABASE archive FROM...
Ok this ones got me stumped.
I have a list of all Suppliers needing to be set up.
Next to each supplier is a command button which is meant to take the specific record and append it to a new table.
The VBA code for the command button is as follows:
Private Sub SelectSupplier_Click()
Dim...
Not that I know of.
The Database is split between the tables on the Sql Server and everything else in the Access FrontEnd
When I try and edit the information in the Linked table I get this conflict error. If I edit it on the SQL Server then I can make any changes I want. This leads me to believe...
I get a write conflict when I try to edit any of the data in one of my tables. It tells me that another user has attempted to change the data while I was in the record. It then asks me if I want to save over the other users changes (but doesn't enable the Save button) or whether I want to Copy...
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.