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

    Powerline plugs and new router. Slow internet

    I have set up a new Belkin N wireless modem router (F5D8636uk4A v2022uk). I am experiencing greatly reduced internet speeds when using this router wired through Powerline Ethernet Bridge plugs compared to using the same plugs and cables with my previous D-Link DSL-G604T modem router. Wireless...
  2. RBSTR

    Setting a class as a property

    Hi I am trying to set a class as a property of another class. I have one class clsCompany and another clsPerson I am trying to set clsPerson as a property of clsCompany and as an array. Elsewhere in clsCompany I am setting the number of of 'clsPerson' instances (PersonCount) and creating a local...
  3. RBSTR

    Show other data in group footer

    Hi I am writing a new Crystal Report in a VB6 application. This application currently uses Crystal 8.5 The report shows 2 levels of data - customer information and then all orders for that customer. The design I'm thinking of would have a group header for each order. In the group footer of the...
  4. RBSTR

    JetEngine RefreshCache

    Hi A VB6 app written 8 years ago references Microsoft Jet and Replication Objects 2.6Library (MSJRO.DLL) and Microsoft ActiveX Data Objects 2.6 Library (msado26.tlb) A part of the code calls JetEngine RefreshCache Dim je As New JRO.JetEngine ... je.RefreshCache gcnn1 I'm now trying to test...
  5. RBSTR

    crystl32.ocx pass formula to report

    Hi I have received an enquiry from a custoemr using an old VB6 project. The VB6 project uses crystl32.ocx (Crystal Report Control). I want to pass some text into a report when called by the VB6 project. I thought I would add a formula to the report then change it's text at run time in my VB...
  6. RBSTR

    Legacy apps. Continue with VB6?

    Hi I have a couple of legacy applications developed in VB6. These applications continue to have new versions developed for customer's changed requirements and fixes - both small changes and new modules within the application. I can see these applications continuing to evolve over the next 1-2...
  7. RBSTR

    CRXI. Display thumbnail of PDF file

    Hi I have a VB6 application that uses Crystal Reports ActiveX Designer Design and Runtime Library 11.5 to output various reports from data stored in a MS SQL 2005 Express database. My client is interested in a new report that will list a series of records held in one table and against each a...
  8. RBSTR

    Incorrect syntax near 'END'

    Hi I have a customer with a VB6 application with a SQL 2005 database. The VB6 application sits on different servers to the SQL server. They migrated their servers at the weekend from Windows Server 2003 32 bit to Windows Server 2003 64 bit. The SQL was upgraded from MSDE2000 to 2005 standard...
  9. RBSTR

    Open project. File Download. Security Warning

    Hi When I open projects in Visual Studio and attempt to view a form view designer I have started getting "File Download - Security Warning" Message prompting a .tmp file in the location of my project. Options to 'open', 'save' or 'cancel' do not lead to the view designer opening successfully. If...
  10. RBSTR

    Books on hardware/networks

    Hi I'm currently a software developer and want to broaden my understanding of the 'hardware' side of things. I'm partly interested in this as a possible career change. To get me started the only time commitment I can make is to read a few books. Can anyone suggest some good idiot guides -...
  11. RBSTR

    Grid Control Suggestions

    Hi I currently use a MSHFlexGrid with a recordset datasource. It includes a column with a '+' sign that allows the user to drill down to child items under that row - a bit like subtotals in Excel Something like this | - | PARENTCODE1 | £100.00 | | | CHILDCODE1A | £75.00 | | + |...
  12. RBSTR

    Custom button. Set width and height

    Hi I want to create a custom button control that is always the same size and height. I have created a componet class called MyButton and so far my code is Public Class MyButton Inherits System.Windows.Forms.Button End Class How do I expand this to force my button control to be a hardcoded...
  13. RBSTR

    Read emails and attachments

    Hi I want to develop an application that will: - Monitor emails incoming to a specific mailbox on an Exchange Server - Read the email subject - Save the attachment on the email - Move the email to another folder. I have googled and seem to come up with various options along the lines of: -...
  14. RBSTR

    Autosearch Datagridview

    Hi I am making my first amendment to a VB2005 project. I have a datagridview with read only columns bound to a dataset. It displays customer codes and names. I want to capture the user's keypresses when the grid is selected and navigate to highlight the first row that matches the customer...
  15. RBSTR

    Sendkeys not work in Offcie 2007?

    Hi I have an app that sends data to the previously opened application. One use is to send data into Word or Excel. I use sendkeys - such as... SendKeys txtLine1.Text SendKeys "{ENTER}" I have noticed, however, that it does not seem to work in Excel/Word 2007 - the...
  16. RBSTR

    Upgrading MSDE2000 to SQL 2005 Standard Edition

    Hi Can I upgrade a MSDE2000 SQL instance directly to 2005 Standard Edition? Am I right it's similar to following steps to upgrade to SQL Express 2005 but at some point I will be asked for a registration key?
  17. RBSTR

    Running my application on 64 bit

    One of my clients is moving to Windows 2003 64 bit server. How can I establish whether my VB6 project and all it's components will work on 64 bit?
  18. RBSTR

    Output code comments to documentation

    Hi I would like to produce some sort of documentation of some of my code. Is there a tool (free preferably) that would, for example, scan my VB6 project and output my code comments to a document/clipboard? I understand something similar can be done in Visual Studio 2005 using XML comment...
  19. RBSTR

    Express 1GB memory

    Hi I have a client with a MSDE2000 database. They have agreed to upgrade to a newer edition of SQL. The Express edition does seem to tick all the right boxes at this stage but my only concern is the 1GB memory limit. Their current MSDE sqlservr.exe process is reported in Task Manager as using...
  20. RBSTR

    Sending email through CDO and Crystal. Exchange 2007

    Hi I have a VB6 app that sends emails using Microsoft CDO for Windows 2000 library and also integrates Crystal Reports - exporting Crystal reports by email using MAPI. My client is looking to upgrade to Exchange 2007 and wants to know whether this will stop the email features of my application...

Part and Inventory Search

Back
Top