Summary: Right now I am working for a company that has a VB6.0 front end installed on various machines. The code uses data reports and the data environment. ...
Summary: I am new to VB. I am using VB 6.0 Enterprise Edition to create a database application. I have been trying to add a data report to the application th...
Summary: I have created a Data Report using Data Environment in VB6.0. I would like to add a column to the report that will print serial number from 1,2,3,4,5....
Summary: This should be an easy one for somebody. Where abouts in VB6 can you open the Database Designer? I have searched the Help files and found everything o...
Summary: Sorry to be long in getting back to you, just noticed your post...I have not worked with data reports as I prefer Crystal Reports...CR gives me a grea...
Summary: why not use the built in report of vb6, the Data Environment and Data report tools? if its just simple display of data then go with this one. if you ...
Summary: For your package deployment wizard you need to compile...or create an exe and save it in a particular folder. When you are packaging you will need to ...
Summary: When setting a data environment connection in VB6 there is an exchange connector. But what do you point this to to get a result. it always says Unable...
Summary: i was able to use it when i used the data environmet. but your right, i dont think you can open it without openning the data environment. but if its p...
Summary: Been trying to link VB 6.0 data environment to Exchange 2000, but don't know what to link to, always get a provider not initialized error. Does anyone...
Summary: I have two tables in a database, to display the data in the tables I am using a DataGrid on a form in VB6sp6. To populate the DataGrid on one of the f...
Summary: I have a data report bound to an MS Access table via a dataEnvironment. I would like to have the ability to have a "User Input box" pop up for input a...
Summary: 1. u could use VB6's Data Environment and Data Report Form. this is just like the reports in Access. there is a sample program you could study in MSD...
Summary: hi guys, i am a novice developer in vb 6. i usually use a data environment in order to bind the data to a data report for printing purposes. i'd like ...
Summary: Using Batch file(.bat Dos based) I have to read a text file(temp.txt) containing data as the following: #,User,Password,Feed,Capacity Trusp,doit123,DN...
Summary: I'm constructing another form, and when the sales staff enter the current date in the date field, I want the information to be translated and recorded...
Summary: First and foremost, sorry if I have posted this in the wrong area as I am not sure where this sort of question should be posted??? Can someone please ...
Summary: What environment are you developing in btw? I have had issues before when trying to access an oracle database with the MS ODBC drivers. Often, conver...
Summary: The procedure we have used to read data from the memory card is as follows: SCARD_T0_COMMAND ib; \\structure defined in winsmcrd.h LPSCARD_T0_RE...
Summary: i have developed an application that will send email i am using Visual Basic 2005 problem is that when i try to send email i am getting following erro...
Summary: Hi, I'm writting program on to get total number of request made to kernel routine alloc_pages(...) since system was booted. I'm stuck on getting da...
Summary: I need some suggestions and tips on how to handle a dataset. I have 4 collums of data in a space delimited txt file. The first collum is an indices fo...