Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
83% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
4
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
4 Commented Posts
2 Endorsements
Ranked #621
Ranked #14.9K
Ranked #2K
~7K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for karthiyayiniyp

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 …

Member Avatar for debasisdas
0
561
Member Avatar for otomatis

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 …

Member Avatar for monarchmk
0
2K
Member Avatar for tshudyb

from where you pickingg 'ProjectTotalBillingEstimate' and 'ProjectActualCost' is these field are from database or u calculating it from database please let me know

Member Avatar for AndreRet
0
268
Member Avatar for Jaseem Ahmed

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 …

Member Avatar for AndreRet
0
96
Member Avatar for critznikkian

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 …

Member Avatar for AndreRet
0
308
Member Avatar for satti

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....

Member Avatar for satti
0
219
Member Avatar for karthiyayiniyp

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 …

Member Avatar for trilok31
0
831
Member Avatar for ben25x

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 …

Member Avatar for ben25x
0
3K

The End.