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 derfloh 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: MadsC
  • Order by date
  1. MadsC

    Programming Logic through ADO for ACCESS???

    I would suggest that you use ADO to do the logic bit before populating the flexgrid. Alternatively you could do some code in Access to filter your records and then get the resulting recordset. Access doesn't support PL/SQl or Transact SQL Stuff.
  2. MadsC

    CR9: Trying to Set Datasource Location /w rpt containing SQL Command

    Don't know if this is still of any interest to you, but I had a similar problem which I only managed to resolve by running the latest Hot fix for CR9. I'm now on version 9.2.3.666 which seems to have sorted the problem
  3. MadsC

    email error

    Sorted! When the user had the machine upgrade the default email software had been left as Outlook Express and not Outlook, this was then causing the problem with MAPI.
  4. MadsC

    email error

    what API call do I need to use?
  5. MadsC

    email error

    I've tried this using GetSetting. Getsetting simply returned the default, when I look in the registry under the path, the data value says 'MS Exchange Settings'. Show this show the current user? or does the registry not allow me to see the details.
  6. MadsC

    email and msmapi32.ocx

    I have a program which checks for emails using Outlook using MSMAPI32.ocx. The program has been working fine until a recent upgrade on a colleagues machine to service pack 3 for office. The program on this machine now causes run time error 32003 at the mapiSession.signon line of code! Any...
  7. MadsC

    email error

    did this problem get solved as I have the same issue. Think it's to do with the fact the the person who's machine it doesn't work on has Service Pack 3 for office on, while the others all have service pack 1.
  8. MadsC

    Calendar / Scheduling

    Fraid Not, I'm after something that I can show schedules in, but don't want to use Outlook
  9. MadsC

    Calendar / Scheduling

    Anyone know where I can get hold of a decent calendar / Scheduling control
  10. MadsC

    Background colour of toolbar images

    Anyone know where I can fing a good calendar/ Scheduling control?
  11. MadsC

    Background colour of toolbar images

    afraid this doesn't work. The gif needs to be transparent so that the background colour matches the windows desktop.
  12. MadsC

    Background colour of toolbar images

    Thanks, the gif has a transparent background, as I want the colour to change to match the users desktop settings.
  13. MadsC

    Background colour of toolbar images

    I Want the background of my toolbar images to change in line with the desktop colour settings. I have a toolbar linked to an imagelist. I have inserted a gif with a transparent background into the imagelist list, however the image always appears on the toolbar with a white background or...
  14. MadsC

    Crystal 9 and refresh

    I have a Crystal 9 report viewer on a form in my VB 6 app. I amend the SQL for my report before opening the form with the viewer on. When I open the form, the report displays, however I have to click on the Refresh button within the viewer to Refresh the data. I have tried calling the refresh...
  15. MadsC

    Crystal 9

    I wish to add a Crystal 9 report to my app. I have added the Crystal components and added a designer to my app. When I right click on the report inside my application I have the option to Save as Crystal Reports file. However if I then go into the saved file in Crystal itself and make changes...
  16. MadsC

    MDI & Database

    Cheers CCLINT, Think I'll run with the private variable, little messy I feel, but simple!!!
  17. MadsC

    MDI & Database

    I can put a flag in the change event to tell me that the text box has been modded. Unfortunately the change event is triggered every time that I do a movenext. I would need to set a flag every time I do a movenext, to tell me not to change the MDI menu, then if the change event is triggered...
  18. MadsC

    MDI & Database

    Thanks. I've already tried the ADO WillChangeField event. However this again doesn't trigger until focus has moved from the text box. I presume the rsADO_FieldChangeComplete event fires after the willchangefield.
  19. MadsC

    MDI & Database

    I have a MDI database application. Text Boxes on a child form are linked to an ADO recordset. I want to update the MDI menu to highlight 'Save Changes' when I change data in one of the linked text boxes. In most instances I can use the validate event to detect changes. However, as this event...

Part and Inventory Search

Back
Top