12,425 Topics

Member Avatar for
Member Avatar for aditi123

hi I have developed a project using vb dao. Now I want to generate report by using crystal report 9. can anybody help me with the coding of the same.

Member Avatar for vb5prgrmr
0
77
Member Avatar for NIWANUT

Hi, I have written an application in VB6 that grabs an image from a webcam and writes it out to the hard drive. Before writing it I would like to add a text line listing which camera it is and the date and time. I have no problem sorting out …

Member Avatar for vb5prgrmr
0
1K
Member Avatar for papanyquiL

Hi everyone, I'm looking to start prodding around into the world of web development, and I have some minor experience, but I'm not sure what the preferred tools of choice are. I can make basic sites using Microsoft Expression Web Developer, as well as Visual Studio's accommodated ASP.NET. I've found …

Member Avatar for rajarajan2017
0
132
Member Avatar for wonderhow8

I have many microsoft access database and saved under file name like 4945.mdb, 4946.mdb, 4947.mdb etc.. Inside each *.mdb, there are data columns like Serial Number, Part Number, Qty etc. Let say I want to create a Query using VB to search one of the Part Number in all these …

-1
61
Member Avatar for t__

Hi, i'm actually trying to display records from 3 tables in a Data Report using an InputBox. That is whatever information i enter in the inputbox the data report should display its appropriate records from the tables. i can display records from 3 tables in the data report, but how …

0
49
Member Avatar for pranavdesai1900

Hey I m a student of IT ENGINEERING in diploma inlast year could any one suggest a project which can be built in 3 months

Member Avatar for abu taher
0
88
Member Avatar for nupoychan

Calculate the number of years worked to date. (Fraction of year, cut waste) as well as to receive a salary. (An integer). If working conditions and less than 3 years will receive 1% salary increase. If work has been 3 years but not more than 5 years will receive salary …

Member Avatar for vb5prgrmr
0
78
Member Avatar for jvdpeet

In een programma waarin een bepaalde code en database al jaren zonder problemen gebruikt is krijg ik bovenstaande fout. Als ik stap voor stap door het programma ga, loopt het zonder fouten door het instellen van de databasename en de recordsource. Deze recordsource is de recordsource van een data control …

Member Avatar for abu taher
0
105
Member Avatar for bcdio

Okay, I am hoping someone here can help me. I have figured out how to double click a cell in my excel worksheet to pull up the userform used to populate the data for each record (in columns C through DA) and repopulate the userform BUT when it repopulates the …

0
63
Member Avatar for jcb0806

I need help with code to find the sum of several different subtotals that may vary in the amount of data. I have to pull from columns that may vary from report to report (the heading will always be the same but the columns may be different lengths) Ex: Category …

0
79
Member Avatar for pytup

I have a code: [CODE]Private Sub OK_Click() Dim Username As String Username = InputBox("Username") If Username = "Martyna" Then MsgBox "Welcome, " & Username Else: MsgBox "Sorry, access is denied, please Check your username and try again" End If End Sub[/CODE] and it should ask 3 time for username then …

Member Avatar for vb5prgrmr
0
86
Member Avatar for aparnesh

One of the requirements in a new project in VB is that 'it should good look'. Naturally the client doesn't have any clear idea about 'good looking apps' but wants it to look 'real good'. I can give it a XP style look using manifest, but I was wondering if …

Member Avatar for vb5prgrmr
0
221
Member Avatar for betty_vaness

1,a,Summarise the rules that apply to naming variables in visual basic b, i.) Define a multi-component user-defined data type called AirHandler having the ff components: colour (string) MachineNo (long integer) Length (single-precision real) Breath (single-precision real) Height (single-precision real) Cost (single precision real) ii)Declare a variable called AC_For_Barclays of type …

Member Avatar for vb5prgrmr
0
139
Member Avatar for foehner

I created a install package on an XP machine using the VB6 package and deployment wizard. I can use that package fine on one of my Vista boxes, but another Vista box gets the error -- "Visual Basic 6.0 Setup Toolkit has stopped working" It starts the install, asks for …

Member Avatar for vb5prgrmr
0
77
Member Avatar for shashikanth

I have a time values in MS Access database 4:30 2:15 3:20 4:45 I want to sum the time using VB code .The sum of the time should be 14:50 hrs not 14:10 hrs. Please help

Member Avatar for debasisdas
0
2K
Member Avatar for maverick405

I am working for this program all I want to display the users all attempted score and user gets only four chance to take quiz, the code below works fine the only problem is that 1. I dont want to display " Your Previous Score" for the first attempt, as …

Member Avatar for valtikz
0
157
Member Avatar for therstonsplace

for our class project in my school we made a robot software and it is awesome i was on the math class and it was a lot of fun... i just finished the last part again last night cuz someone lost everything any way.. we have time to kill and …

Member Avatar for Ancient Dragon
0
89
Member Avatar for nerdthon123

To All Daniweb users, I have just started the programming trail of learning, i recently got courses from E learning center on how to use C++. The first Code (the hello world project) is where I'm having a problem. On Visual Basic 2010 Beta2 which is the only one that …

Member Avatar for jonsca
0
127
Member Avatar for 4ukh

hi guys does their any software that do the followings: suppose you have two different sheets of Microsoft excel 2007 like sheet 1 and sheet 2 in sheet one their are three columns A, B and C on other hand we have sheet 2 that contains only two columns like …

0
72
Member Avatar for leahmarie

Hello guys, I just want to ask for a refresher tutorial on VB 6, Because I'm gonna need it to jog my memory in programming in VB 6 platform. Thanks for any reply in advance.

Member Avatar for 4ukh
0
281
Member Avatar for pankaj.garg

hi, i want to communicate with a slave device (temperature controller) using ModBus with RS 485 using VB6, but dont have knowledge of the same. Can you help me by guiding how to move forward..plz suggest some tutorial..or provide some sample program where data from a remote device has been …

Member Avatar for vb5prgrmr
0
131
Member Avatar for wild_angel

I have a problem when I ran report from vb6. I use Crystal Report 8.5 as reporting tools and MySql as database for my program. When I tried to run the report in Crystal Report, it worked. But when I ran it from vb6, it showed an error: "Server has …

Member Avatar for vb5prgrmr
0
2K
Member Avatar for meeny

We have several legacy "Windows" applications built in Visual Basic 6 that until Windows Vista displayed normally. Now we have random textboxes that display with a black background, even before any records are brought into the form (and after as well). Some forms in one application have one or two …

Member Avatar for meeny
0
91
Member Avatar for emerituspundit

[B]For school, using Visual Basic 9.0 (2008)[/B] Write a program called Histogram that reads data from a file (allow the user to input the file name) and produces a horizontal histogram. The first line of the file should contain he title of the histogram, and each subsequent line should contain …

Member Avatar for vb5prgrmr
0
104
Member Avatar for foehner

I finished a VB6 app on Vista and packaged it there. But, when I try to install it on an XP machine, it says there are system files that need to updated. Is there some docs or help that would help with this... says what the developer should do to …

Member Avatar for vb5prgrmr
0
144
Member Avatar for kunju87

Hello frnds, I have created a b'day reminder application in VB 6. I want to that application will remind us every two hours in small icon like when small pop window. and i also want that my login form should be displayed at that tima when system booting complete. can …

Member Avatar for vb5prgrmr
0
141
Member Avatar for Lida_pink

How can I SWITCH the contents of 2 textboxes by clicking on a command button? I tried to solve it this way : [CODE]Private Sub Command1_Click() Text1.Text = Text2.Text Text2.Text = Text1.Text End Sub [/CODE] But it didn't work out and it only changes the content of text1 Thanks in …

Member Avatar for vb5prgrmr
0
146
Member Avatar for Geek_Cyborg

Hello, Can anyone tell me how can i use Unicode Text from a file in a String or in a TextBox? Please Help Thanks

Member Avatar for vb5prgrmr
0
102
Member Avatar for Dragennd

Hello all... My name is Timothy. I am a senor in high school, but I've been doing web design and visual basic programming for about 5 years now. I'm happy to be around so many different people who are into the same stuff I am and I hope to do …

0
51
Member Avatar for snostar

I am researching how to create a dll in VB..can it even be done? Does anyone know of any sites or books that can help me through this process?

Member Avatar for eladkarako
0
2K
Member Avatar for tihomir

Hello I have an application in vb6 that works on MSAccess 2003. And now I have to change connection to SQL Server 2005. I changed connection string to: conn.Open "Driver={SQL Server}; Server=server; Database=Base; UID=ID; PWD=pwd" I open recorset like this Set rs = cnServer.Execute("SELECT * FROM tbl") and it is …

Member Avatar for tihomir
0
91
Member Avatar for gcattley

I want to process data entered into an Access 2007 form and then append the data to a table within the database. I started with a simple form with a button running a macro which ran an APPEND query, and this was fine until we needed to add some conditional …

Member Avatar for cguan_77
0
118
Member Avatar for xcarbon

First off, i would like to introduce myself. My name is Ryan, im 18 and a professional gamer. About the client! Well this client is for my clan members, they can login and retrieve updates, news, ect through a webbrowser Help! Okay, so i have set a webbrowser, two texboxes …

Member Avatar for AndreRet
0
94
Member Avatar for Manoj_06

cud ny1 plz tell me,how 2 connect to mysql via VB6.0 without d help of mysql connector as 1 user said. i don't think there is ny need of such in VB6.0 i just wanna know how to set connection string through coding an fire sql query in VB its …

Member Avatar for AndreRet
0
49
Member Avatar for PinoyDev

Good day! I just need some help/solution on how to prevent the user to resize the form when the width of the form is less than 8,220. Thank you guys for giving time. God bless

Member Avatar for PinoyDev
0
150
Member Avatar for Lida_pink

Can anyone help please? How can I give focus to a textbox (for example we have two) by defining a shortcut key as alt+m ? Thanks in advance Btw, I'm a beginner so please tell me in the simplest way. :)

Member Avatar for Lida_pink
0
173
Member Avatar for phpbeginners

Hi all, I want to convert 1 to 000001 in Visual Basic 6 example: 1 = 000001 2 = 000002 thanks

Member Avatar for phpbeginners
0
63
Member Avatar for supriya mysore

i have a combo box in vb6.0 which i need to get a column of data from oracle database, how can i extract a perticular column of data to a combo box

Member Avatar for debasisdas
0
113
Member Avatar for sbchandru

Dear sir, I doing one school project in VB6 with Access database. here I use Data bound grid control for view. and I want know how to calculate hours in DBcrid pls help me.

Member Avatar for sbchandru
0
62
Member Avatar for maria_college

Hello! I wonder if someone can help me. I'm trying to create a Macro that would copy a line of text from one Word doc into a specific position of another Word doc, and then use the content of the clipboard as the Filename. From recording various Macros and researching …

Member Avatar for maria_college
0
378
Member Avatar for smithaboby

I want to store multiple usernames and passwords in the oracle 9i and connect with VB. I am new with this. Kindly send me reply. Smitha

Member Avatar for debasisdas
0
154
Member Avatar for randomized999

how can i execute a loop (a series of natural numbers from 1 to 100) in dos shell ? code:- [ dim a as integer,dim b as integer for b=1 to 100 step 1 for a =1 to 100 step 1 print a,b next a next b ] it is …

Member Avatar for vb5prgrmr
0
168
Member Avatar for DeadlyMan

hello i read [URL="http://www.daniweb.com/forums/thread111692.html"]this [/URL]topic and i use the source to learn how to use option and i have Problime with it this the Form : [CODE] Private Sub Command1_Click() If Option1.Value = True Then SetStringValue "HKEY_CURRENT_USER\Software\yahoo\pager\ETS", "String Value", password.Text ElseIf Option2.Value = True Then SetStringValue "HKEY_CURRENT_USER\Software\yahoo\pager\EOptions string", "String Value", …

0
44
Member Avatar for Mac Mac Gregor

Pleeeeeaaaase help. If you have the answer please email me on <<mail removed>> Thanks Hi I have a VB6 system that interacts with a SQL Server database and GET's records with the following code If I_Syscont.State = adStateOpen Then I_Syscont.Close End If szSQL = "select * from syscont" szSQL = …

Member Avatar for Mac Mac Gregor
0
290
Member Avatar for DashHax

I'm developing an advance web browser in visual basic 2008. But there are some problems that really irritate me: 1) Firstly, when there is a popup window, it open in new IE window instead of my own window. I want the popup to open in my own tab/window instead of …

Member Avatar for DashHax
0
96
Member Avatar for Geek_Cyborg

Hello, I want to store all ListView items of index (2) in a MultiLine TextBox, Please explain how can i transfer all listed text of specific index

Member Avatar for vb5prgrmr
0
92
Member Avatar for venkatnams

guys i recently used this following code in my project,, [url]http://www.vb-helper.com/howto_store...access_db.html[/url] after adding the above form in my project i added microsoft active x control in my reference,,cos the above code needs it,,,, i also have added microsoft dao 3.5 in reference before i added the above form,,, then i …

Member Avatar for vb5prgrmr
0
108
Member Avatar for danicam

Good morning friends I write from Brazil, and I need help from an expert .(.. I am developing the program attached with another program on existing This is very important to me as it is for my college training .. basically I track IP address through ICMP. The problem is …

Member Avatar for vb5prgrmr
0
68
Member Avatar for pytup

Write a program that will deal with the following scenario: - someone buys a car at £7.500 - the car is to be "paid up" over 4 years - the intrest rate is 5% flat rate per annum. The program should display the total monthly payment, and should alsoo show …

Member Avatar for AndreRet
0
69
Member Avatar for phatJacob07

First of all, I'd like to say hello to the Daniweb community as a first-time poster. I'm sorry if this is a common error for you folks to deal with, but my preliminary search of the forum didn't really help me all that much. So here we are. Onwards to …

Member Avatar for phatJacob07
0
111

The End.