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 TouchToneTommy 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: dabineri
  • Content: Threads
  • Order by date
  1. dabineri

    Crystal Reports 9 will not Save AS or OPEN

    I have CR9 SP7 and have reinstalled and repaired multiple times now as it has lost the ability to Save, Save As and Open. I am using it with VB6 but this is just in the CR designer that has this issue. This has brought me to a standstill, can anyone help? Thanks Dave
  2. dabineri

    CONGIGURES APP EVERY TIME IT STARTS

    I have a vb6 app running on XP and after it seems to install correctly and runs file, it still insists on Configuring every time it starts up. How do I stop this annoying behavior? Thanks for any advice on this. Dave
  3. dabineri

    VB6 Deployment Wizard

    I am trying to restore everything on my computer after a crash. Before the crash I was using a deployment tool that looked very much like the VB.NET tool for creating a package to deploy. But after reinstalling vb6 and sp6 I have a tool that starts with a screen having three button for...
  4. dabineri

    Alternatives to Crystal Reports

    I am using VB.NET with an access data base and am wondering if there are alternative programs that can match what Crystal Reports is able to do? I am not a very sophisticated user but I would need some kind of internal language like Crystal Reports and also need multiple column capability and...
  5. dabineri

    True DBGrid 6 acting up in Win XP

    I wonder if anyone has come across an issue of using VB6 with True DBGrid version 6 running in XP? On some machines the data is not presented or not presented in full with vertical scroll bars missing. When there is data and one moves to the bottom, the scroll bars show up but the initial...
  6. dabineri

    True DBGrid Not Showing in XP but does in Win98 mode

    I have a situation in VB6 using a True DBGrid. Suddenly I have had some instances reported of the grid not displaying at all and the fix has been to run the program in Win 98 mode rather than in XP mode. Can anyone tell me why this might happen and how I might fix it. Thanks for any advice.
  7. dabineri

    RESIZING ALL CONTENTS OF A WINDOW?

    What is the preferred way, in VB6, to create a window that can be re-sized in such a way as all the controls on that window automatically resize also as the window changes? Thanks for any advice on this, David Abineri
  8. dabineri

    VB6 WILL NOT REGISTER SEVERAL CRYSTAL DLL's

    I have a vb6 app using Crystal 9.5 and have a single user who finds, when installing the app that about a dozen dll's do not get registered. I also have many folks using and installing quite successfully. It does not register dll's like Exportmodeller CRQE CRTSLV CoomonObjMode RPTController...
  9. dabineri

    Order In Which Events Fire??

    In VB6 I have a checkbox and it seems that state of the checkbox (checked or not) has not changed when the MouseDown event fires but has changed when the MouseUp event fires. I have a situation in which I need the original state of the checkbox to correctly save some data (a SAVE routing in the...
  10. dabineri

    HOW TO FIND THE NEXT AUTONUMBER

    If one has a field in an access file that is an autonumber field, how does one, with VB6 DAO, find the next number to be used when the next record is created? It is not always the next numeric value after the previous one if some records have been deleted in the mean time. I need to be able to...
  11. dabineri

    Ever See this Stange Keyboard Behaviour?

    Two days ago my DELETE key started moving up two lines and deleting three characters instead of just deleting what I had intended to. I figured the keyboard had gone bad so I substituted another and the same thing happened. So then I thought perhaps the ps2 port was bad so I hooked up a USB...
  12. dabineri

    How do you position in image in VB INSTALLER?

    I would like to be able to position an image in the installer for my VB6 app so that it customizes the installation screen a little. How do you introduce and position an image (logo) so that it shows during the installation? Thanks for any help, David Abineri
  13. dabineri

    Reading Com Port at 4800 baud??

    I am using VB6 and MSCOMM to read my com port but I need to read from a device that is sending at 4800,9,N,1. Niether the baud rate nor the number of data bits is supported by MSCOMM and yet the com port reads the data just fine so it must be capable of acheiving those parameters. How, using...
  14. dabineri

    Export to Word produces text boxes?

    I am using VB6 and CR9. When I choose to export a report to Word from the viewer, I get each field in a text box making editing in Word impossible. How does one get a true, text version of a report into Word so that it may be modified there? Any help would be appreciated. David Abineri
  15. dabineri

    DELAY UPDATING DAO ACCESS

    I have experienced (using VB6, DAO, Access, CR 9) that after filling a table, closing it and then printing it that there are often a few missing records on the report. I believe that this is due to a time delay in updating the table. I have solved the problem (apparently) by closing the entire...
  16. dabineri

    VB6 and DAO Misreading Data?

    I am using VB6 and DAO with an Access data base with just a few tables. I have occasion to add data to a table and then read the data back after the final UPDATE. Frequently I will not get all the data back if the read occurs right after the UPDATE and I am wondering why? For example, I add...
  17. dabineri

    PLEASE EXPLAIN SERVICE PACKS

    I have CR9 and there are several service packs that have been issued on this product. When I install the service pack on my development computer, I have these corrections/changes etc available to me. If I now recompile my VB app do my customers also have these features if they just update the...
  18. dabineri

    VERY WIERD-DROPS LAST RECORD OR TWO??

    I am using CR9 RDC with VB6 in Win XP using an Access data base (DAO) and have not been able to get an answer to the following issue for the past year! I hope someone can help. When previewing a report (I would call it very simple, one group) it omits the last record (and sometimes two) of data...
  19. dabineri

    Multiple Starting Points not Generally Supported

    I am making a fundamental error in using CR9 RDC with VB6 and I wonder if anyone can help. I have a temporary table that I stuff with Header Information for a report and then a second table that contains the data for the body of the report. These tables are NOT linked. When I go to Data Base...
  20. dabineri

    shdocvw.dll not properly registered?

    Some users are reporting the error message: "shdocvw.dll or one of it's dependencies not correctly registered: a file is missing or invalid" when trying to run my app. It has worked fine until now. I am using the web browser tool in VB6 which may be connected with this problem. Should I just...

Part and Inventory Search

Back
Top