Enter Keywords:
1 - 10 of 12443(0.389 seconds)
Sort By:
 
I want to write a form that contains multiple selection lists (i.e. lists that tell you to hold down the control key to select more than one list entry).  I know how to process forms, just not mult...
Zones: PerlDate Answered: 10/07/1997 Rating: 6.4 Views: 0
I have a selection form on my page. When a user selects something by mouseclick, the list minimizes but doesn't loose focus. So I can't get the selected option before the user clicks somewhere else...
Zones: JavaScriptDate Answered: 01/01/1998 Rating: 7.2 Views: 0
I am only a beginner in VB and now I am trying to open a dBase IV, (.dbf) file in VB and try to select some records and write onto a new dBase IV, file (how do I do that ?) I used "Set dbDBF = wrk...
Zones: Visual Basic, dBaseDate Answered: 05/06/1998 Rating: 7.2 Views: 0
I am using a jdbc-odbc bridge to connect to a foxpro table. Why is it that I can SELECT but when I try to INSERT I get the error "[Microsoft][ODBC Foxpro driver] Operation must be an updatable quer...
Zones: FoxProDate Answered: 08/03/1998 Rating: 6.4 Views: 0
I am trying to write a gerneic update SQL program that updates tables.  Here is my code: Why doesn't req_num and old_value get filled in from the SELECT INTO? I know this could be done with PL/SQL ...
Zones: OracleDate Answered: 09/24/1998 Rating: 6.8 Views: 0
CComboBox description says " ... if the combo box has the drop-down list style, the user can type the initial character of one of the items in the list, and the list box, if visible will highlight ...
Zones: Windows MFCDate Answered: 12/04/1998 Rating: 7.6 Views: 0
As I am a Windows Programmer , I know how to make a server under Windows : socket with socket() , listen with listen() and accept with accept() . Windows allows me to use WSAAsyncSelect to receive ...
Zones: Unix Systems ProgrammingDate Answered: 08/21/1999 Rating: 6.0 Views: 0
pball, I think I have the answer to this question.  Do you still want it?  I can't seem to find the original question. Ok, so here's the problem: Select tags (and Object tags too!!!!) do not adhe...
Zones: AuthoringDate Answered: 12/17/1998 Rating: 6.2 Views: 0
I have a form with a number of text fields in it: <form name="form1" method="post" action="page2.asp"> <input type="text" name="UserEntry1"> <input type="text" name="UserEntry2"> </form> How can ...
Zones: AuthoringDate Answered: 02/16/1999 Rating: 6.6 Views: 0
I want to build a control class, based on CListCtrl that enables column sorting, so when the user clicks on the column headers, the contents are sorted by that column. Also, I want the entire row t...
Zones: Windows MFCDate Answered: 02/25/1999 Rating: 7.8 Views: 8