Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #1K
~6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for marluke

Dear Dani, i don't know how to link VB 6 into the data base MS Access would you please give me a simple procedure or just a simple instructions how to do that.. Thanks for Helping God Bless........

Member Avatar for anmisha
-3
310
Member Avatar for coco86

hi, I wanna to calculate the total in currency format $00.00. But the coding doesnt seems to work . Can u help me ? total = Cstr(total) + Request.Cookies("jumlah")

Member Avatar for manoshailu
0
79
Member Avatar for abu taher

I made a datareport simple. just connect. but I want to make it with condition. I have 2 dtpicker for date. I want 1 day report or weekly or monthly report by dtpicker. example I want 03/11/08 report or 01/11/08 to 03/11/08 report. But I dont know how make it. …

Member Avatar for abu taher
0
791
Member Avatar for ITech

i am a newbie to the vb timer control..can any one give me few samples of vb timer usage and yeah one more thing how to make a progress bar using timer..:|

Member Avatar for marakulyo
0
108
Member Avatar for abu taher

I add some data in a form by text box. a acsess file store it.then I close this form and open another form . that data show in this from by datagird or msflexgrid. but my problem is when I add some data and close that form this data not …

Member Avatar for abu taher
0
175
Member Avatar for abu taher

I work in a project with 12 chekbox(12 monthname) and a textbox. when I check a box a month name like "january" show in textbox. when I check another checkbox "February" show in that textbox after january. like "January February" as like same 12 checkbox. but when I uncheck any …

Member Avatar for kain_mcbride
0
135
Member Avatar for smile4evr

hi... i have a small doubt in hw to check the initial charecters in text... like if the first two letters of my text is OS or TP... so based on that i should be able to select which database to select... and one more doubt is dat suppose i …

Member Avatar for smile4evr
0
156
Member Avatar for smile4evr

hi... this is a small doubt in VB6... i am making a request form... in which one of the fields are reasons... now i want it such if my user send in a new reason then it should get written into my database and generate it as a part of …

Member Avatar for QVeen72
0
143
Member Avatar for lostandfound

Hi all, Can anybody help me out with the connectionstring for connecting VB6 to a Microsoft SQL Server 2005 Express Edition. I have tried several documented varieties which do not work. My latest attempt was a version from [URL="http://msdn.microsoft.com/en-us/library/bb264566(SQL.90).aspx"]this website[/URL]. I downloaded the application and associated files and changed the …

Member Avatar for lostandfound
0
212
Member Avatar for benjaminbbozok

Hi All , it is my first post in this great forume , I am in a greate problem and i hope to find the solurion here , I created a datareport and used the (shape) object as a frame for each row in the report , my case is …

Member Avatar for benjaminbbozok
0
81
Member Avatar for smile4evr

hw to add multiple conditions in a single update statement?? my project goes code like this... [code] If release.Enabled = True And nonosc.Enabled = True Then Dim rst12 As New Recordset Dim sql12 As String sql12 = "update Passport_Release_Information_N set Ename2='" & taker.Text & "' ,Any_ID1='" & takerid.Text & "' …

Member Avatar for AUGXIS
0
173
Member Avatar for abu taher

I work with a student database project. when I click Add New button a massage show. I write code in add new button was "adodc1.recordset.addnew." massage was "Multiple - step OLEDB operation generated errors. check each OLEDB status value, it avaiable. No works was done." when I press ok another …

Member Avatar for abu taher
0
85
Member Avatar for smile4evr
Member Avatar for smile4evr
0
93
Member Avatar for ChroNoS

Is there any way through which I can split a single string into substrings with 20 characters each. The first string should contain first 20 characters. The seconds string should contain the next set of 20 characters and so on. Is it possible to do what I'm thinking?

Member Avatar for rstkw
0
106
Member Avatar for Entropy1024

If I create a database that has 3 fileds per record; [I]String1[/I], [I]String2 [/I]& [I]ResultString[/I]. I want the user to enter in the first 2 strings then the program creates ‘[I]ResultString[/I]’ by adding the String2 to String 1 itself. Ie if you enter Big as [I]String1 [/I]and Cat as [I]String2 …

Member Avatar for rstkw
0
166
Member Avatar for andyhopper

i am trying to create a button that will open a database from a vb6 system. I have got so far but i dont know what is meant to go instead of [B][U]Database[/U][/B] Option Explicit Dim ACC As Access.Application Private Sub btnDatabase_Click() Set ACC = New Access.Application ACC.[B][U]Database[/U][/B].Open "" ACC.Visible …

Member Avatar for andyhopper
0
95
Member Avatar for pardeep3dec

'I am putting my folder in sharing then try to use these from different pc but it shows 'file already in used PLEASE GIVE ME SOLUTION [code=visualbasic] Dim dblogin As New ADODB.Connection Dim rclo As New ADODB.Recordset Private Sub cmdok_Click() dblogin.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\tmgmt.mdb;Persist Security Info=False" rclo.Open …

Member Avatar for AUGXIS
0
149
Member Avatar for jeffrey16

hlo, can anyone help me.. i want to move my deleted records to another form named archives but i dont know what to do.plzz help

Member Avatar for jireh
0
66
Member Avatar for chanthung

Hi, hope all are doing fine.. need some suggestions. I am using VB and Acccess and am trying to fetch a record from database by: "Select * from accounts where emp_code='"+d+"' AND emp_name='"+n+"'"". The inputs are fetched from an Inputbox. but i get a compilation error... [B]Run-time error '13': Type …

Member Avatar for chanthung
0
90
Member Avatar for jaasaria

hi guyzz.. i wanted to make a code to change my system unit date and time using vbcode. i have a small idea, to run a command prompt but i don't no how to make it so. any possible idea well be appreciated.

Member Avatar for loveknights07
0
93
Member Avatar for abu taher

I have a datagrid to show data from backend access file. when I click a button it was show. I want I click on a data and it will show in a text box of other form. anybody can help me.

Member Avatar for AUGXIS
0
94
Member Avatar for pardeep3dec

Hi friends, I am unable to fetch out correct result on date base. I am writing following code for fetching all records of a table between two dates. db.execute"select * from travel where doj between '"& doj.text &"' AND '"& doj1.text &"';" but above query can't give record between specified …

Member Avatar for AUGXIS
0
99
Member Avatar for hemantray

I m getting error msg "[B]report width is larger than paper width[/B]" when i want to display abt 40 fields on DataReport in VB. Is anybody have solution pls write me [email]hemant_apt@hotmail.com[/email]

Member Avatar for dspnhn
0
2K
Member Avatar for AUGXIS

hi guys, i have manage to copy and paste files (excel, word, txt) in specified locations, but when i used it to copy exe files, the exe files are not being copied to specified locations.

Member Avatar for AUGXIS
0
81
Member Avatar for GloriaCampBell

I need help with creating a "booking system", i had already done some tables,and i need help with the coding part,especially concerning the relationships between the tables.Thankyou

Member Avatar for AUGXIS
0
87
Member Avatar for iamnoangel26

My programs is using MS Access as its database. If by chance I must use other database like foxpro, must I rewrite my entire program? Or I just need to do minor changes because I change database applications, like for example ("select * from msaccess" to "select * from foxpro") …

Member Avatar for iamnoangel26
0
96
Member Avatar for atplerry

i have a completed project want to comply an run succefully on system that have vb but i want to know the setup to comply so that i can install it and run in a computer without vb or refer me to a site that fully elaborate it Thank your …

Member Avatar for atplerry
0
91
Member Avatar for vbgirl

i have an question... this is my text file data [COLOR="Red"]1234567,08072008,2 8767768,08072008,4 9988776,08072008,6 7891234,09072008,8 4567891,10072008,1 5213789,11072008,2 7854123,11072008,3 4561237,14072008,1 7879145,15072008,2 5218510,16072008,8[/COLOR] i would like to separate it to 3 part. this code izit correct? [COLOR="Green"]Dim a(50) As String Dim c(50) As String Dim ProductID(50) As String Dim i As Integer i …

Member Avatar for QVeen72
0
147
Member Avatar for AUGXIS

hi guys, i get an error message "554 message is not rfc compliant" while i was trying to send an email. can you please help me with my code... [code] MAPISession1.SignOn With MAPIMessages1 .SessionID = MAPISession1.SessionID .Compose .RecipAddress = "myemail@email.com" .MsgSubject = "For Your Info" .MsgNoteText = "HELP" .Send End …

0
58
Member Avatar for AUGXIS

hi guys, i was trying to sum up all the balances of clients to know which of them has reach their credit limit but my codes are not working. It shows an error and highlights on this code [code] rsArmaster.Open "select sum(balance) as credit from ArMaster where shippercode= '" & …

Member Avatar for AUGXIS
0
89