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

    Copying emails to another SQL database

    One of our clients requires their membership system extending so that all emails sent & received regarding a member's email address be referenced or stored in the SQL database that hosts the core data. Is there some product/technology out there that could allow us to either create of copy of...
  2. SpenBabe

    Interface with Exchange Server

    A client of ours wishes to expand their current membership system. The current system as an "events" subsystem that allows them record dates & times of telephone calls & letters sent. They wish that all emails sent & received by a member be also recorded. Ideally they would want the actual...
  3. SpenBabe

    Incrementing Version Numbers

    I know this can be done, cos I've done it before, but I cannot find the article in MSDN anymore. What i am trying to do is change the FILEVERSION & PRODUCTVERSION properties of the compiled code, each time I compile them. I remember it involved your own header file & a VS6 macro that opened...
  4. SpenBabe

    Export to Word gives 'Access Denied'

    Can anyone help ? Our C++ code uses the Active X control to display our reports. We have the export button enabled on the toolbar & can export fine. We can even export directly into Word (without saving to a disk file first) if the PC has the u2dapp.dll However, when we try to export through...
  5. SpenBabe

    Microsoft SQL & IB6 compatibility ?

    1. How compatible are MS-SQL 2000 & IB6/7 in terms of datatypes, triggers, procedures, etc? I have looked at a SQL 2000 server database through Enterprise Manager & the metadata generated as a script looks totally foreign to me ! 2. Is there a quick way to get all the tables, triggers &...
  6. SpenBabe

    Any ides for software to design dialogs/forms ?

    Can anyone recommend any software that allows use to "draw" the dialogs/forms that will eventually end up in our packages. We have produced lots of bespoke character-based software in the past & as such always provide the client with some form of written specification, which included...
  7. SpenBabe

    Anyone else getting this problem that SCO says does not exist ?

    We are at the end of the road with this one !!!! We have 20+ clients that we have upgraded to 5.0.5 or 5.0.6 over the last 2 years. Some of the upgrades involved new hardware as well. The problem is that on an hourly basis, telnet sessions are "freezing" up. By whatever means...
  8. SpenBabe

    AD user object attributes

    Can anyone tell me which attribute for a user object in Active Directory stores the Terminal Service Profile Path (The one on the Terminal Services tab, not the Profiles tab in Active Directory Users & Computers). I am using LDIFDE/CSVDE to extract info from a very badly put-together network of...
  9. SpenBabe

    Active Directory user object attributes for Terminal Services

    Can anyone tell me which attribute for a user object in Active Directory stores the Terminal Service Profile Path (The one on the Terminal Services tab, not the Profiles tab in Active Directory Users & Computers). I am using LDIFDE/CSVDE to extract info from a very badly put-together network of...
  10. SpenBabe

    When is a modal dialog not modal ?????

    I have a simple SDI application that constructs CDialog-based objects & calls DoModal() on them. Everything is fine except that 3 dialogs are not just for data entry with a OK & a Cancel button. These 3 dialogs process records in a database & show a progress bar as they proceed. Whilst they...
  11. SpenBabe

    Automatic version/build numbers

    I remember reading an article in MSDN about setting Visual Studio up to automatically increment version/build numbers, but for the life of me I cannot find the article again. Can anyone point me at it or does anyone know how to automatically assign different numbers to Release builds. Thanks...
  12. SpenBabe

    Exclusive access to Data Source

    I need to get an app to open an ODBC data source exclusively using CDatabase/CRecordset classes. We are using Interbase 6.0 (which supports exclusive mode), but according to MSDN, CDatabase does not ! The app is intended to be run from any number of PCs connected to a central server, but can...
  13. SpenBabe

    Dropping Related Tables

    I have 3 tables (ACCOUNT, BALANCES & ORDERS) which all have primary keys created by their own trigger/generators. BALANCES also has a foreign key that references ACCOUNT's primary key. ORDERS also has a foreign key that references ACCOUNT's primary key. Everything works fine, but I cannot...
  14. SpenBabe

    Where can I get some different icons?

    Does anynone know where I can download some 32x32 icons from (free or otherwise). The ones supplied with Visual Studio Enterprise are not quite right for the software we are producing. I know we can draw our own or "steal" them from other executables, but that is time-consuming & we...
  15. SpenBabe

    Help: Accelarators & Property Sheets

    I have with accelarator keys attached to menu items that work with a SDI app with multiple views. One particular view has a modeless CPropertySheet on it & when this the active view & the sheet is enabled & has focus the accelarator keys don't work. How do I detect the keys & pass them to...
  16. SpenBabe

    Class Wizard / Dialog Resource / Foreign Class variable

    I am binding Dialog controls to member variables of CRecordset-derived classes, by specifing a Foreign Class & pointer variable on the Class Info tab of the Class Wizard dialog. This creates the correct DDX entries. However, I now have some CRecordset classes inside a DLL & although I can do...
  17. SpenBabe

    Advice on creating same table in multiple databases

    We have seperate commercial applications that need to create tables in a common database. Eg: Sales package creates table names beginning with 'SAL', Stock creates table names beginning with 'STK' & so on. Also there can be multiple databases (one each for seperate departments/companies) We...
  18. SpenBabe

    Changing disabled CEdit boxes appearance

    When you call EnableWindow(FALSE) on a CEdit box, it shows dark gray text on light gray background (using standard Windows colour scheme) Basically, I want to show all the controls on a form/dialog read-only initially & only enable them when it right to do so. Unfortunately it looks...
  19. SpenBabe

    Changing disabled CEdit boxes appearance

    When you call EnableWindow(FALSE) on a CEdit box, it shows dark gray text on light gray background (using standard Windows colour scheme) Basically, I want to show all the controls on a form/dialog read-only initially & only enable them when it right to do so. Unfortunately it looks...
  20. SpenBabe

    Wanted: Search & Replace prog

    Does anyone know where to get a decent multi-file search & replace utility? I need to replace a certain string in multiple .CPP & .H files in multiple directories. Yes, I know I could write one, but I'm lazy !!!!!! Spencer Window (not a joke name)

Part and Inventory Search

Back
Top