Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~2K People Reached
Member Avatar for junjun61991
Member Avatar for debasisdas
0
141
Member Avatar for junjun61991

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 …

Member Avatar for debasisdas
0
391
Member Avatar for junjun61991

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 …

Member Avatar for AndreRet
-2
891
Member Avatar for junjun61991

How to create a data report,were did i click and what kind of components?[B][COLOR="Red"][/COLOR][/B]

Member Avatar for AndreRet
0
79
Member Avatar for junjun61991

[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] …

Member Avatar for kinwang2009
0
52
Member Avatar for junjun61991

Printer sharing in 2000 and windows xp using cross over ... how to share a printer in 2000 and windows xp using a cross over...

Member Avatar for leo002000
0
83
Member Avatar for junjun61991

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]='" & …

Member Avatar for AndreRet
0
94
Member Avatar for junjun61991

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 " = "

Member Avatar for AndreRet
0
268
Member Avatar for junjun61991

[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]

Member Avatar for maceman
0
24
Member Avatar for junjun61991

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("*"); } …

0
61
Member Avatar for junjun61991

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"); …

0
56