Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
89% Quality Score
Upvotes Received
14
Posts with Upvotes
14
Upvoting Members
11
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
4 Commented Posts
8 Endorsements
Ranked #233
Ranked #390
~82.9K People Reached
Favorite Forums

180 Posted Topics

Member Avatar for fourty
Member Avatar for wondering_ed

I also wonder why people ask questions without reading rules of posting thread. Wondering_ed, follow what Andreret said and you are also welcome to paste your code if you are getting errors. Thanks

Member Avatar for Reverend Jim
0
496
Member Avatar for deleted1234

Then try using [CODE] Private Sub Text1_Change() Text1 = Format(Text1, "#,##0.00") Text1.SelStart = Len(Text1.Text) End Sub[/CODE] Hope this helps

Member Avatar for AndreRet
0
6K
Member Avatar for navogatoo

You can use server and client system. Database you want to update will be in Server PC and use winsock to update data at server.

Member Avatar for AndreRet
0
558
Member Avatar for one-trick-pony

Hi One_Trick_Pony, There is no error in your code. I find Internet and LAN is different. When you are trying to Connect to Internet your IP will be different from your original IP Address. Such chating facilities should be used on LAN but ofcourse you can use on Internet if …

Member Avatar for Joe Shmoe
0
2K
Member Avatar for Amit33sharma

Hi amit33sharma, I think you must go through the Rules and Regulation of Posting. Here helpers don't give full developed source code without seeing what you have done. I think AndreRet's help is more than enough for you to replicate code so that you can handle more than one webcam. …

Member Avatar for creophagist
0
1K
Member Avatar for Ra1sed

Hi Ra1sed, If your problem is still not solved, download vbFun10 using Google. I hope this helps a lot. Good Luck

Member Avatar for AndreRet
0
805
Member Avatar for VBNew
Member Avatar for Halbo

Hi RASBANDARI, Please open you thread as New thread. Moreover you must explain your problem in detail. Thanks

Member Avatar for AndreRet
-1
370
Member Avatar for Kalusingh

Hi Kalusingh, Was your problem solved? if not I think I can help you with some source code that i have learned from Other source codes. However explaining all you need is time consuming and all your questions will be answered by reading basic tutorials about MSAccess and VB. Good …

Member Avatar for kinwang2009
0
262
Member Avatar for sneha sirohi
Member Avatar for Bukho
0
1K
Member Avatar for john_beginner

nidhiraut, This thread is a year old and it is solved. please open your thread as new thread. Thanks

Member Avatar for kinwang2009
0
150
Member Avatar for killbill07
Member Avatar for killbill07
0
841
Member Avatar for rayrenz

Yes we may show you how to code it only after seeing your good efforts. You are welcome to tell us what you have done to solve this problem. What codes you have till now? You can also paste your code if it returns error. Thanks

Member Avatar for kinwang2009
0
87
Member Avatar for abelingaw

Abelingaw, I think that is enough for system requirement but make sure all reference components are included with your PayRoll System Installation package. thanks

Member Avatar for PoisonedHeart
0
1K
Member Avatar for junjun61991

Yes andreret has your answer and let me remind you "Please don't color your fonts by yourself. When you paste code use (CODE) button. thanks

Member Avatar for kinwang2009
0
58
Member Avatar for wenohnacecilia

Yes ofcourse we can help you but can you please tell us what you code you have for this project? Thanks

Member Avatar for kinwang2009
0
67
Member Avatar for hell_tej

sajahan9999, Post your thread as [B]New thread[/B] with more details about your project. Thanks

Member Avatar for AndreRet
0
233
Member Avatar for fourty

If you want Analog clock follow Adrerets post if you want Digital Clock try below Do the following. 1. Add a Timer on the Form 2. Set the Timer Interval = 1000 3. Add one Label on your form 4. Add this code [CODE]Private Sub Timer1_Timer() Label1.Caption = Format(Time, "HH:MM:SS …

Member Avatar for AndreRet
0
179
Member Avatar for zebnoon1

Zebnoon1, My suggestion for building datareport from two tables is, first you build a query with fields required for datareport. Then there should not be any problem creating datareport since its just like building datareport from single table. thanks

Member Avatar for Retsel_ter
0
685
Member Avatar for Ryan61343
Member Avatar for AndreRet
0
83
Member Avatar for thug line

Your question is not clear. I don't understand your example too. Sorry for that. Thanks

Member Avatar for AndreRet
0
84
Member Avatar for Krs13

Krs13, If you can add and update records in database then I think there should not be any problem with saving username with records. I feel it is if you add one line of code like [CODE]rs!Editedby = txtUsername.Text[/CODE] in your add and update code. Here rs is recordset that …

Member Avatar for kinwang2009
0
107
Member Avatar for sathish1990

Sathish1990, Tell us more about database that you have used and what are the codes you have written. You may also paste your code if it returns error. Thanks

Member Avatar for kinwang2009
0
99
Member Avatar for fourty

do you mean to upload icon on application bar? Or just mean open icon in picturebox or image box? You cannot paste icon instead you must open/upload icon. thanks

Member Avatar for kinwang2009
0
71
Member Avatar for Scottyyboyy1988

Hi scotty, tell us what you have done so far. I mean what codes you have for this project? do you get any errors? if so paste your code so that we may correct you. thanks

Member Avatar for kinwang2009
0
84
Member Avatar for ferkevin04

Here is my attached help. In my attached help see GetNextUserID function in frmUserManagement form. Hope this helps Thanks

Member Avatar for kinwang2009
0
646
Member Avatar for tmdeeps
Member Avatar for kinwang2009
0
65
Member Avatar for ryan311

ryan311, Some more information please. I hope you are using MSAccess as Database. If so then see my attached help. In my attached help see GetNextUserID function in frmUserManagement form. Hope this helps Thanks

Member Avatar for kinwang2009
0
89
Member Avatar for shaileqs90

Hi, I am also not sure if I can help you. vb5prgrmr and others mean to say that your code should be like [CODE]'Connect to DB Dim CON As ADODB.Connection Dim CMD As ADODB.Command Dim RST As New ADODB.RecordSet Dim conString As String conString = "DBQ=" & App.Path & "\Database.mdb" …

Member Avatar for James cuck
0
327
Member Avatar for rcutieshia

I think you must re-frame your sentence. Anyway we need more information. what errors you are getting? what codes you have written so far for this project? what type of database you are using if you have used with your project? thanks

Member Avatar for kinwang2009
0
70
Member Avatar for jemz

Hi Jemz, By going through your error message, I think you will need to register MSFLXGRD.OCX file. To register you will need to do the following. 1. Copy MSFLXGRD.OCX file in Windows\System32\ folder and 2. Go to Run then type [B]regsvr32 msflxgrd.ocx[/B] in the box and press enter 3. It …

Member Avatar for kinwang2009
0
160
Member Avatar for AncieV

OK try this [CODE]Form1.Text2.SetFocus[/CODE] Here Text2 is the Textbox control you want to set focus. This code should be used from Form2 Hope this helps

Member Avatar for AndreRet
0
100
Member Avatar for gangaloves7

Gangaloves7, First you must connect to MS Access database since your data are stored in Access database. Secondly, you must make sure where your data should be displayed, like Datagrid, ListBox, ListView, or Combobox etc. I mean to say column of which control you want your data to display? Thanks

Member Avatar for kinwang2009
0
124
Member Avatar for shena
Member Avatar for kinwang2009
0
107
Member Avatar for Krs13

Hi Krs13, See my Attached help. I think this is exactly what you want. Hope this helps Thanks

Member Avatar for Krs13
0
179
Member Avatar for livlyf

What "clear the form" mean? You are talking about clearing contents of controls of that form or Hiding form without closing it. Thanks

Member Avatar for kinwang2009
0
73
Member Avatar for zebnoon

Hello Zeb., If package & development wizard gives you error then try other install maker. There are many Install maker if you want to buy or else you can download free version of BIM(Bytessence Install Maker), InstallFree Creator etc. that are also very useful tools for making Setup files. Thanks

Member Avatar for zebnoon
0
2K
Member Avatar for ferkevin04

Hi ferkevin04, Read Andret's signature, it says "Please mark your post as SOLVED when your question has been answered." so I think if your problem is solved then mark it as solved. Thanks

Member Avatar for AndreRet
0
141
Member Avatar for Krs13

Kris, The help that I have posted before on other thread can add, update, delete and refresh data on forms. Refer thread 'Retrieve username on all forms' started by you. Thanks

Member Avatar for kinwang2009
0
163
Member Avatar for snairsumith

[QUOTE]but i can't hwo to vie the data base content in data grid[/QUOTE] Is that typing mistake? Anyway about Datagrid and MS Access DB you can read previous solved thread on such topic. It was discussed many times. thanks

Member Avatar for AndreRet
0
175
Member Avatar for shena

Hi, Use this link [URL="http://www.daniweb.com/forums/thread277358.html"]http://www.daniweb.com/forums/thread277358.html[/URL] and Download Login Example with MSAccess DB.zip. In this I think I have made everything that will meet your requirement. Hope this helps Thankx

Member Avatar for shena
0
3K
Member Avatar for shena

Haven't gone through your code but which line gets highlighted when you click debug?

Member Avatar for shena
0
7K
Member Avatar for Ghost34
Member Avatar for kinwang2009
0
210
Member Avatar for udaraps

Such thread have been overed many times. Please go thorugh previous solved thread. I hope you will find suitable solution.

Member Avatar for abu taher
0
119
Member Avatar for SC0

SCO, I think first your listbox item should be saved in file or DB etc. so that you can load listbox item from where you have saved. secondly I think ListView control is better than ListBox in such needs. Thanks

Member Avatar for SC0
0
108
Member Avatar for 3d0army

I think you must be aware that the Rules and Regulations of posting. Helpers will help if you have done/tried something. Do you have written any codes about it? If you have please paste it so that helpers might correct your code. Thanks

Member Avatar for 3d0army
0
207
Member Avatar for scheatham

[QUOTE]The fields are number (data type)[/QUOTE] I think problem is you are trying to add Text in number field(as you have mentioned). If data type is mismatched then for sure we can't add records. Thanks

Member Avatar for scheatham
0
121
Member Avatar for xirosen

Hi xirosen, Do you have written any code? You can use winsock etc to transfer file over LAN/Internet. Thanks

Member Avatar for AndreRet
0
241
Member Avatar for FPinget
Member Avatar for AndreRet
0
68

The End.