how to connect crystal report 8.5 or 10 to mssql 2005
how to connect crystal report 8.5 or 10 to mssql 2005 without using the data sources(odbc) ?
View ArticleWindow showing on top of application
I have a VB6 application consisting of a MDI form, MDI child forms and standard forms. This application has been fine running on operating systems before Windows 7 / Windows 2008 Server R2. On Windows...
View ArticleImageCombo like combobox Dropdownlist?
Hi, I wanted to change my regular combobox with an ImageCombo, but I see no way to get the same kind of handling like a regular combobox with dropdownlist style. Is there a way to prevent the...
View ArticleAdd code to existing: Populate combobox from database
Good afternoon, I know I have alot to learn so please bare with me :) Thank you in advanced for any help. I have the following code which pulls values into a listview control. This works perfectly....
View ArticleAlignment on Printer.print
:sick:Hi guys! after many problems with data reports, crystal reports and things like that, i'm decided to use the Printer.print. I made a simple class, that class receive a ListView Control and after...
View ArticleNotepad Application
I'm working on a VB6 project which among many things needs a textbox that has Notepad capabilities. Anyone have such a Form with code? I originally started out by embedding Notepad into the project...
View Article[RESOLVED] Add code to existing: Populate combobox from database
Good afternoon, I know I have alot to learn so please bare with me :) Thank you in advanced for any help. I have the following code which pulls values into a listview control. This works perfectly....
View Article[RESOLVED] Controls not showing in toolbox
I am trying to get the Date/Time picker or the MonthView control to show in my toolbox. I choose the project/component and click the appropriate square, but nothing shows in my toolbox. Would somebody...
View ArticleIf a program was made in VB, is there an easier way of controlling it with...
I suspect that this program was made in VB because there are ThunderRT6 classnames in it. Eg.: instead of Class: Button, it has Class: ThunderRT6CommandButton. Once it has also returned an error...
View Article[RESOLVED] need help listview image
when adding item with image/icon, code used is : set itm = listview.ListItems.add(,,field,1,1) how about changing image/icon of selected item during runtime?
View ArticleDate Update Error VB6
I have a form that is bound to a table via ADO. On it i have several Text boxes and one of them carries the Date of birth (txtDate). I have used a DataEnvironment to update the table (tblNames). Before...
View ArticleError not being caught (RTE 76)
RTE 76 doesn't want to be caught for some reason. Some one mind helping with the problem? My Code Code: Public Sub DownloadFile(ByVal URL As String, ByVal Path As String) Dim fBytes() As Byte...
View ArticleAdd/Edit entry to Access DB help.
Good afternoon, I'm starting to get the hang of this but I feel like I may be confusing myself yet again. I have the below. It connects to my database fine. Then loads records into the listview. This...
View Articleado refresh error
I have a Datagrid connected to an ADODC control through the properties. I am trying to get info from a table to populate the datagrid. It gives me an error as soon as i get to the adoSearch.refresh. I...
View Article[RESOLVED] If a program was made in VB, is there an easier way of controlling...
I suspect that this program was made in VB because there are ThunderRT6 classnames in it. Eg.: instead of Class: Button, it has Class: ThunderRT6CommandButton. Once it has also returned an error...
View Article[RESOLVED] Unicode problem with UserControl
Hi All I am using a 3d party user control (not commercial). This user control doesn't show some unicode characters. How can i give this property to this user control? Note: This user control contains a...
View Articlehow to update a specific column in excel using access database?
I am trying to compare one column of an excel sheet with the database table.If the value in the column matches with the data in the table,the excel has to be populated with another value in the table...
View ArticleCan i use Print preview before printing with Printer.print?
can i do something like this? any idea? i've more 1 problem... when i print something, the first page had multiple lines, but all the rest of the print had only 1 line per page. How can i solve this?...
View ArticleMethod '~' of object '~' failed
I have a vb6 application which does work from a long time. But in some customer PC(windows xp) while running my application error comes like "Method '~' of object '~' failed". This error comes in all...
View Articleerror when running exe after compiling
I am using my WinXP computer to use VB6. When I compile it and make it an exe it works fine on the XP machine. As soon as i put it on a Win7 Computer i get a Run-time error 339 'Component 'MSADODC.OCX'...
View Article