Advertisement

1 - 10 of 584 containing alltags:("inner") (0.001 seconds)
public class Button2NewB extends Applet {   Button     b1 = new Button("Button 1"),     b2 = new Button("Button 2");   TextField t = new TextField(20);   public void init() {     b1.addActionListen...
Zones: JavaDate Answered: 02/25/1999 Grade: C Views: 0
Hi, I am trying to output a report using arrays.  I don't know why I am not getting any returns from my query.  I checked in the database itself and there should be something returned--however, not...
Zones: ColdFusion Application ServerDate Answered: 08/15/2000 Grade: A Views: 0
when i define a border for a table in style sheet it takes only the outer border. my problem is, how do i define the table border so that it takes both the outer and the internal borders in the tab...
Zones: JavaScript, DHTMLDate Answered: 03/04/2003 Grade: A Views: 0
I have a co-worker who has devised this method of querying multiple data tables: SELECT * FROM Students, Bookings, RotaryClubs, Schools WHERE Students.RotaryID=RotaryClubs.RotaryID and Bookings....
Zones: MS SQL ServerDate Answered: 09/19/2001 Grade: A Views: 0
the following statement works in both ie5/6 and ns6 : document.getElementByID("lblDate").innerHTML = etc.etc however the following statement does not work in ns6. what is wrong ? strDate =...
Zones: JavaScriptDate Answered: 02/03/2002 Grade: A Views: 41
The following SQL statement works and is bound to a datagrid. SQL = "SELECT CountryName, SiteName FROM tblSite INNER JOIN tblCountry ON tblSite.CountryID=tblCountry.CountryID WHERE tblCountry....
Zones: ProgrammingDate Answered: 10/28/2002 Grade: B Views: 0
I create a MFC DLL Project using Visual C++ 6.0 and one class is declared as "class __declspec(dllexport) CHLSmSock" to be used by other applications. But  two question are raised.   1. I have to ...
Zones: Windows MFCDate Answered: 11/06/2003 Grade: A Views: 0
I have an append query to update a table with certian information which the user chooses via form. When you run the query it adds the data twice. I cannot see why. Any ideas? INSERT INTO Training ...
Zones: MS AccessDate Answered: 01/21/2004 Grade: A Views: 0
I have 2 tables, one called Payments data, the other T-cards.   I want to update the value in the field Payment type in Payments data to the same value as is in Payment_type in T-cards. This ...
Zones: MS SQL ServerDate Answered: 03/16/2005 Grade: A Views: 0
select bid from business_accounts a , bank_accounts b , bank_branches c , banks d where a.BANK_ACCOUNT_ID = b.bank_account_id and   c.BANK_BRANCH_ID  = a.BANK_BRANCH_ID and d.bank_id = c.bank_...
Zones: OracleDate Answered: 06/14/2006 Grade: A Views: 0