Forum: Computer Science Oct 17th, 2007 |
| Replies: 2 Views: 670 Thank You for your prompt reply. But , what we are lookin for is for our company use.We wanted to develope an Application for the comapny use which can be audited monthly by the Accounts... |
Forum: MySQL Oct 17th, 2007 |
| Replies: 0 Views: 581 This post is copied from another member :mohanavv ; with his prior permission.
Hi!
We have a network of about 55-60 computers (netware & NT) running XP and Win2000 workstations. We have about... |
Forum: Computer Science Oct 17th, 2007 |
| Replies: 2 Views: 670 This post is copied from another member :mohanavv ; with his prior permission.
Hi!
We have a network of about 55-60 computers (netware & NT) running XP and Win2000 workstations. We have... |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 13 Views: 3,114 well thank you Debasis...m a NOVICE in this field
appreciate ur HELP ! |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 hey veena
thnx alot! i had made such a silly mistake and it just didnt strike me.... neways i highly appreciate ur help.
thnx alot !
dreamerboy |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 sorry..my mistake...plz check ur mail! m so tensed!! .... |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 please recheck the path to the database and also the table name...i have modified them as i m workin on a company project! |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 Can i have ur email id ? coz itried attachin the files but theres some problem |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 This is the design of my Table : PC_User_Details
User : Text
Name:Text
IP:Text
password :text
bios:text
extension :text |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 Hi Jireh,
Thanx alot for ur help! But ..m gettin the same error :Syntax error.....(Missing operator)
I know u must been really pissed-off with me...but i m really looking forward for your... |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 13 Views: 3,114 Oh..okay... But i m not using VB.net ..so i thought i will post it in Visual Basic 4/5/6...
itz a forum for troubleshooting problems related to VB 2004/2005and 2006 ...rite Mr. Debasisdas????
and... |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 Set rsMyRS = dbMyDB.OpenRecordset("select * [PC_User_Details] where Name='" & userlist.Text & "'")
I tried all the combinations with the " or and ' !! :confused: |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 :sad: The same error again! m really goin crazy! i know that i m makin some stupid mistake. well heres the code for ur reference.
Private Sub Form_Load()
Set dbMyDB = OpenDatabase("C:\Documents... |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 I used the code u gave me as it is... and again i got an error message.
i might be making some stupid mistake but i m new to Visual Basic..ur help is highly appreciated.
the snap shot is attached.... |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 Yea, i did try your code...but i get a error message saying "Too Few Parameters . Expected 1"
i Used the following:
Private Sub userlist_DblClick()
Set rsMyRS =... |
Forum: Visual Basic 4 / 5 / 6 Jul 17th, 2007 |
| Replies: 25 Views: 2,098 hi jireh,
thnx alot for ur solution.I really appreciate ur help.
well i want to develope a project wherein , whenevr a user "double-clicks" on any user in the list, the corresponding details such... |
Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2007 |
| Replies: 25 Views: 2,098 The code i have written (in VB)is :
Dim dbMyDB As Database
Dim rsMyRS As Recordset
Private Sub cmd_Delete_Click()
rsMyRS.Delete
userlist.RemoveItem userlist.ListIndex
End Sub |
Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2007 |
| Replies: 13 Views: 3,114 Hi
I have a problem retrieving the data from access database. I have a list of records for eg. Name,user_name, password etc.(all in access)
The problem is ,i want a solution wherein , when i... |