- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 14
- Posts with Upvotes
- 14
- Upvoting Members
- 11
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
180 Posted Topics
Re: 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 | |
![]() | Re: Then try using [CODE] Private Sub Text1_Change() Text1 = Format(Text1, "#,##0.00") Text1.SelStart = Len(Text1.Text) End Sub[/CODE] Hope this helps |
Re: 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. | |
Re: 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 … | |
Re: 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. … | |
Re: Hi Ra1sed, If your problem is still not solved, download vbFun10 using Google. I hope this helps a lot. Good Luck | |
Re: Hi VBNew, Can you paste your GetDB code too? | |
Re: Hi RASBANDARI, Please open you thread as New thread. Moreover you must explain your problem in detail. Thanks | |
Re: 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 … | |
Re: Mieseth, Start your thread as new thread. This thread is more than year old. Thanks | |
Re: nidhiraut, This thread is a year old and it is solved. please open your thread as new thread. Thanks | |
Re: Killbill, If your problem is solved, please mark it as Resolved. Thanks | |
![]() | Re: 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 |
Re: Abelingaw, I think that is enough for system requirement but make sure all reference components are included with your PayRoll System Installation package. thanks | |
Re: 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 | |
Re: Yes ofcourse we can help you but can you please tell us what you code you have for this project? Thanks | |
Re: sajahan9999, Post your thread as [B]New thread[/B] with more details about your project. Thanks | |
Re: 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 … | |
Re: 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 | |
Re: Hi See my attached help I hope this gives you some idea. Thanks | |
Re: Your question is not clear. I don't understand your example too. Sorry for that. Thanks | |
Re: 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 … | |
Re: 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 | |
Re: 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 | |
Re: 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 | |
Re: Here is my attached help. In my attached help see GetNextUserID function in frmUserManagement form. Hope this helps Thanks | |
Re: Please tell us what you have done so far. What are the errors you are getting...? | |
Re: 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 | |
Re: 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" … | |
Re: 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 | |
Re: 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 … | |
Re: 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 | |
Re: 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 | |
Re: See my attached help. Here my userID will might help you. Thanks | |
Re: Hi Krs13, See my Attached help. I think this is exactly what you want. Hope this helps Thanks | |
Re: What "clear the form" mean? You are talking about clearing contents of controls of that form or Hiding form without closing it. Thanks | |
Re: 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 | |
Re: 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 | |
Re: 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 | |
Re: [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 | |
Re: 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 | |
Re: Haven't gone through your code but which line gets highlighted when you click debug? | |
Re: I think I have posted a reply on dreamincode.net hope that is helpful | |
Re: Such thread have been overed many times. Please go thorugh previous solved thread. I hope you will find suitable solution. | |
Re: 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 | |
Re: 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 | |
Re: [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 | |
Re: Hi xirosen, Do you have written any code? You can use winsock etc to transfer file over LAN/Internet. Thanks | |
Re: Text1.SetFocus is used to set your cursor to Text1(Control). Thanks |
The End.