- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 4
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
8 Posted Topics
Re: i modified your code for work correctly but i dont know you field name so im putting here username and password you can change these with yours one [CODE].............. Option Explicit Dim ac As New ADODB.Connection Dim rs As New ADODB.Recordset Private Sub Command1_Click() if rs.state=adstateopen then rs.close rs.Open "select … | |
Re: Dear otomatis here is the solution for opening excel file and reading and finding value in particular column i hav a excel file with following informatio sno,name,fname,cat,mobile [CODE]Dim cn As ADODB.Connection Dim rs As ADODB.Recordset Private Sub cmdfind_Click() If rs.State = adStateOpen Then rs.Close rs.Open ("select * from [sheet1$] where … | |
Re: from where you pickingg 'ProjectTotalBillingEstimate' and 'ProjectActualCost' is these field are from database or u calculating it from database please let me know | |
Re: exactly when its resizing because i run it and its working fine one thing you can use datagrid instead of using these textboxes i had two three project where i have to inter data in multiples that time i used datagrid only .... why u using this text boxes at … | |
Re: Don't think so. InputBox is not meant to be a full-featured user interface, it's just there for quick-and-dirty coding. According to:[URL="http://www.vbforfree.com/?p=364"]http://www.vbforfree.com/?p=364[/URL] and [URL="http://www.tek-tips.com/viewthread.cfm?qid=662729"]http://www.tek-tips.com/viewthread.cfm?qid=662729[/URL] you can actually do it through API programming. While this is confusing it works. If the reason you want to use the input box is because it … | |
Re: this code is working ok when i tried , and also that line is ok can you attach your project file here that i can check that why its.... | |
Re: i also use to send sms to students that are stored in csv file, but i dont use and free service or windows api, i just purchased bulk sms service and use there api to send sms code goes like this...[CODE]Dim cn As New ADODB.Connection Dim rs As New ADODB.Recordset … | |
Re: Dear P.manidas little bit problem with you code is in first code u created command button, and with other code u are trying to drag a command button that is created in desgen mode, for event controlin you need to define command button in general property of project with clause … |
The End.