Search results

  1. P

    Generating HTML with Images from AXP report

    This has me stumped. I have a report that has an image on it. In the Detail OnFormat event, I load the image with the path contained in a field in the database. In Preview and when printing, this works fine. However, when I come to export this to HTML (via the Export to... dialog box...
  2. P

    Custom Navigation Buttons Problem - sample db

    Neither do I! After I wrote the last message I looked again at what I was doing and found the 'CurrentRecord' property. A combination of that and bits of your code works a lot better! I can only assume that it must be my age... :D Thanks for the help Bernie
  3. P

    Custom Navigation Buttons Problem - sample db

    Thanks for that Rich, actually the code you posted was similar to mine - I guess the differences may be down to A97 vs AXP (?) I've copied my code in here SubForm Current Event: Private Sub Form_Current() Debug.Print "Subform Current Event" CheckSubFormButtons...
  4. P

    Custom Navigation Buttons Problem - sample db

    Did anyone get any further with this problem? I have exactly the same issue, on AXP, and with only a form and a subform. Reading various forums, there seems somewehre to be a thread that covers this but can I find it.... Any ideas/suggestions they'd be most appreciated :) Bernie
  5. P

    Navigation Buttons

    Anybody have any idea how to implement this on a subform? I have put the code above into the MainForm OnCurrent event based on the subform event model in the MSDN documents, and changed the references to the recordset to point to the subform recordset, but the numbers returned are wrong (I...
Back
Top Bottom