Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bojangles
  • Content: Threads
  • Order by date
  1. Bojangles

    How do I upgrade old versions of app. installed using VS-Installer1.1

    I used Visual Studio 6 - Installer 1.1 to package my VB6 application. Customers have downloaded a trial version and then bought the licensed version. All has worked fine UNTIL now. I want to allow my customers to download and install a NEW VERSION. I have read all I could find in HELP about...
  2. Bojangles

    How do I upgrade old versions of app. installed using VS-Installer 1.1

    I used Visual Studio 6 - Installer 1.1 to package my VB6 application. Customers have downloaded a trial version and then bought the licensed version. All has worked fine UNTIL now. I want to allow my customers to download and install a NEW VERSION. I have read all I could find in HELP about...
  3. Bojangles

    Licensing and copy protection

    I have been searching for a good (reasonably priced) "licensing and copy protection" package that I can incorporate into a vb application that I am selling. I have found several advertised that might be fine, but would like to have a recommendation by someone who has used a particular...
  4. Bojangles

    msado25.tlb failed to register

    This might have been covered, but search is not working. I'm using VB6, SP5 and Installer 1.1 to package an application. My developement machine uses Windows XP Pro. I install MDAC 25.0.4403.12 on the target machines except on target machines that have Windows XP Pro. They ALL give the same...
  5. Bojangles

    Error on Target machine, but not on Developing machine

    I am getting an error on the TARGET machine, yet NOT getting the error on the developing machine. I am programming in VB6 and using a database that I created with ACCESS 2000. I'm using an ADO Data Control. “Transactions” are entered in textboxes and then appear in a datagrid. The only error...
  6. Bojangles

    Label Caption Blink or Flash off and on

    When a certain event takes place, I want to make a label caption blink off and on until the event concludes. What is the best way to do this? Thanks, Bojangles
  7. Bojangles

    Bill Gates, is gray your favorite color? How to change datagrid color

    Not the rows folks, but the actual color of the datagrid. It is GRAY!!! How can I change it to another color?! Many thanks! Bojangles
  8. Bojangles

    How do you change the DataGrid Control Color?

    I have checked all the threads and saw where some have asked this same question, but found no response that answered it. I AM NOT CONCERNED WITH THE COLOR OF THE ROW IN THE DATAGRID! I simply want to change the color of the Datagrid CONTROL itself! It is GREY! I want to change the GREY to...
  9. Bojangles

    What if target machine has MDAC version higher than 2.5?

    I am using VS Installer 1.1 to Package and Distribute my VB6 Application using ADO, Jet4, and an Access 2000 generated database. My developer machine has MDAC 2.5 and I have already discovered that for a successful installation, I need to install MDAC 2.5 on some targets (with earlier versions...
  10. Bojangles

    Join 4 tables, one of which has no matching field

    I am using Active Reports which allows only one data control. For my report recordset, I must have fields from 3 tables that have matching fields and then I need fields from 1 table that has no matching field.. I must use a LEFT JOIN along with an INNER JOIN to get what I need from the 3 tables...
  11. Bojangles

    I'll pay! Datagrid scroll problem

    I am using Vb6, SP5, Access 2000. In my datagrid, when I have just added the row that "fills" it, the vertical scroll bar will not activate and there is no way to get down to the ADDNEW ROW. I have tried making the scroll "automatic", then making it a "vertical.&quot...
  12. Bojangles

    Datagrid scroll problem when adding new record

    I'm using a datagrid connected to the database table by a datacontrol. When I ADD a new record, all is well... UNTIL for a given customer, the grid is "full" and must SCROLL DOWN to show the "ADDNEW" row. It freezes. The scroll bar does not activate, and there is NO way to...
  13. Bojangles

    DataGrid writes unfinished new row to table

    Please, can anyone tell me how to solve this problem? The DataGrid always writes a useless record to the database table everytime the ADDNEW ROW receives focus! It must be a bug. Am I wrong? To be sure I am not the only person who has run across this problem. Please help. Thanks, Bojangles
  14. Bojangles

    DataGrid adds unwanted record to database.

    In my datagrid, when I move to (or click on) the ADDNEW ROW, and then decide to not to add a new record (or click on a cell in a previous row), if I am using an AUTOMATIC primary key, the database table adds a blank row. If I, instead, create my own primary key value (which means it hasn't been...
  15. Bojangles

    Does Seagate have to worry about EVERY computer's dlls to exe. Crystal

    I am sick and tired of Seagate pretending to be so helpful when it comes to distributing Crystal Reports using Visual Basic 6.  According to the "Seagate techies", a developer must go out all over the world to each target computer and check out exactly how that target...
  16. Bojangles

    Crystal Report problem on TARGET machines.

    Hello.&nbsp;&nbsp;I am trying to get mailing labels to print in a VB6 application that I wrote. I've hit a wall both ways I've tried.<br><br>1 - I have used DataReport Designer to succesfully create regular reports, but see no way to conveniently create mailing labels (which I must...
  17. Bojangles

    Do you print reports in your programs? You use DataReport Designer?

    Crystal Reports will not run properly on my target machines even thought they do fine on my developer machine.&nbsp;&nbsp;I wasted 3 months trying to make that work, and switched over to Microsoft's DataReport Designer. Microsoft's lack of documentation and help on this is...
  18. Bojangles

    DataReport Designer

    Not being able to get PDW to grab all the necessary DLLs so that my application would preview/print Crystal reports on TARGET machines, I finally changed over to Microsoft's DataReport Designer.&nbsp;&nbsp;Would someone PLEASE tell me a way to 1)concatenate two trimmed fields on the report and...

Part and Inventory Search

Back
Top