- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
11 Posted Topics
what is the code of the [U]DoubleClick[/U] if i will search, using txtbox? | |
i have a problem in my program.... i want to link the database in the search form1 to form2 ... what was the code.. the code is in below... what is the error and what is the proper code of this.... this is my form 1 code that link to … | |
Private Sub txtsearch_Click() with data3.Recordset a = txtidno.Text .FindFirst "[id]'" & a & "" ' If .NoMatch Then MsgBox "Record Not Found", vbInformation, "Search" Else txtborrowname.Text = .Fields("borrower's name") txtcourse.Text = .Fields("course") txtyear.Text = .Fields("year") End If End With End Sub ("what is the lacking of my code of command … | |
How to create a data report,were did i click and what kind of components?[B][COLOR="Red"][/COLOR][/B] | |
[COLOR="Green"]Function booklvwRec(str As String) Dim rs As New ADODB.Recordset catlvw.ListItems.Clear rs.Open str, connect, 2, 3[/COLOR] [COLOR="Red"](this section has an error, what is the error in this section) and the error state that: "[B][U]the connection cannot be used to perform this operation. it is either closed or invalid in this connection[/U][/B]"[/COLOR] … | |
Printer sharing in 2000 and windows xp using cross over ... how to share a printer in 2000 and windows xp using a cross over... | |
i need to search a all related title of the book in my database.. the code below search only exact title..where do i insert an * wildcard to search all related keyword title..ex. if i search computer, all titles that contains keyword computer will be displayed...thanks Adodc2.Recordset.Filter = "[book]='" & … | |
Private Sub cmdprint_Click() i am searching the code of the command button for printing, at the above.. now, the textidno.text = textborrowersname.text = what is code after the " = " | |
[B][U][I] [COLOR="Red"]RESUME[/COLOR] [/I][/U][/B] Name: [B] Arnold Saguire Montebon[/B] Age: [B]19 year of age[/B] Address: [B] brgy. Jonobjonob escalante City, Negros Occidental, Philippines[/B] Gender: [B]Male[/B] School: [B]Mount Carmel College, Escalante[/B] Course: [B]Batchelor of Science in Computer Science [/B] | |
please help me..how to make a star using the (*)!! [code]import java.io.*; public class Prelim{ public static InputStreamReader reader=new InputStreamReader (System.in); public static BufferedReader input=new BufferedReader (reader); public static void main (String[]args) throws Exception{ double a, b, System.out.println("Enter number:"); a = Double.parseDouble(input.readLine()); a=1; { for(a=1; a<7; a++) { System.out.println("*"); } … | |
this code is affecting the java coding [code]import java.io.*; public class fahrenheight{ public static InputStreamReader reader=new InputStreamReader (System.in); public static BufferedReader input=new BufferedReader (reader); public static void main (String[]args) throws Exception{ String fahrenheight; double C=(5/9); System.out.println("Celcius"); Celcius = input.readLine(); System.out.println("Fahtenheight"); Fahrenheight=Double.parse.Double(input.readLine()); System.out.println("C=(5/9)" + F-32 + " = "); System.out.println("(5/9)* Fahrenhight-32"); … |
The End.