Search results

  1. GPGeorge

    Control Tip Text flashing

    I pulled it down to replace a bad reference. I'll put it back up. Please try again.
  2. GPGeorge

    Control Tip Text flashing

    I finally tracked it down to a certain extent. It appears to be related to the fact that I have a 4k Hi Res monitor. I got it to display correctly briefly by dropping the refresh rate to 25 Hz, although it quickly reverted to the flashing mode. So, I am pretty sure it is caused by the...
  3. GPGeorge

    Control Tip Text flashing

    It's beginning to look more like my specific computer. I fired up an older laptop with Access 32 bit runtime only. The control tip texts work correctly on it as well as on my 64 bit installation. So it's down to this specific computer and installation. Thank you all.
  4. GPGeorge

    Control Tip Text flashing

    Slow, I would expect. It's in a subform and maybe there's some other stuf involved because of that. It should still work though. I'm repairing my 32 bit Office installation now, in case it has something to do with that. As I noted, it works as expected on my other, 64 bit, installation.
  5. GPGeorge

    Control Tip Text flashing

    Only Books. The control tips do display, then?
  6. GPGeorge

    Control Tip Text flashing

    Do you have 32 bit Access installed or 64 bit Access?
  7. GPGeorge

    Control Tip Text flashing

    That's exactly what I want the user to see. It starts with an AutoExec macro that runs InitVars. The last line of code in InitVars opens the menu form. DoCmd.OpenForm FormName:="frm_Main_Menu" And it also works correctly for me on my 64 bit installation! Now, I'm totally puzzled, unless...
  8. GPGeorge

    Control Tip Text flashing

    Thank you.
  9. GPGeorge

    Control Tip Text flashing

    Thank you.
  10. GPGeorge

    Control Tip Text flashing

    One other note. Midway through setting up the original version I changed "genre" to "category" and "creator" to "author", but I did not revise the underlying tables to match the interface. Too much work.
  11. GPGeorge

    Control Tip Text flashing

    The file is still too large to attach. I'll make it available as a download link instead. https://www.gpcdata.com/downloads/SVHSLTFLibrary_Local_AWFTest.zip What you need to know. I originally designed this to work with a cloud-based SQL Server back end, using the Google Books API to retrieve...
  12. GPGeorge

    Control Tip Text flashing

    For me, it flashes just long enough to see the outline. And does so repeatedly while the cursor is over the control. I thought for a while the control had to have focus also, but further testing proved me wrong.
  13. GPGeorge

    Control Tip Text flashing

    I'm only removing data, nothing else. It'll be messy, but the data is really not that confidential anyway.
  14. GPGeorge

    Control Tip Text flashing

    No, but I could try to create a repro with sample data. Gimme a minute.
  15. GPGeorge

    Control Tip Text flashing

    That didn't help. I completely disabled the image control with no impact. I'm beginning to suspect a corrupt form.
  16. GPGeorge

    Control Tip Text flashing

    Not really. I replace the subform in the subform control for each menu item and the default subform on open has an image in it, but it is replaced by this subform. However, there may be something in the idea of images. I display an image of the book cover in an image control in the form, if...
  17. GPGeorge

    Control Tip Text flashing

    I’m modifying an existing Access database for deployment to a non-profit. I decided to add control tip text to text boxes and combo boxes on one form since I don’t know what volunteers might end up using it. I figure it’ll help new volunteers add/update new books. This form displays as a...
  18. GPGeorge

    Solved Run Dos Command in VBA

    One more concurring opinion regarding active execution of any accdb FE or BE from OneDrive, DropBox or similar cloud drives. They are fine for static backups or storage -- as long as that's the only reason an accdb ends up there, and it's not done during use as The_Doc_Man explained. The worst...
  19. GPGeorge

    This database was created with the 32-bit version of Microsoft Access. Please open it with the 32-bit version of Microsoft Access.

    No, it was the first one I found in Google, rather than relying on memory. I was wrong anyway. :(
  20. GPGeorge

    This database was created with the 32-bit version of Microsoft Access. Please open it with the 32-bit version of Microsoft Access.

    Good point. I should not have copied the reference without double-checking that.
Back
Top Bottom