Recent content by kentgorrell

  1. K

    Aptos Font Fix?

    Yeah but my buttons look better with ThemeBlue. Themes do some funky stuff with buttons that I've never quite been able to reproduce with fixed formatting and I've found that they don't always translate well to another theme.
  2. K

    Aptos Font Fix?

    OK now I know how I got Aptos. The db I inherited was very slow compacting and opening the VBE so I created a new db and imported all the objects. This is something I often need to do on large applications. In future I'll create the new db with ThemeBlue.
  3. K

    Aptos Font Fix?

    @Colin Thanks for taking the time to post all the great info. Peter Doering's registry script saves the day. Brilliant. My previous attempt managed to take regress me from 2508 to 2507. Current channel now takes me up to 2509. Yeh! Installed Beta 2510 on me secondary dev machine. Ready to test...
  4. K

    Aptos Font Fix?

    I've now added the Text Fomatting group to the Datashseet tab on the ribbon. This would seen the logical place for users to find it. I'm still a little intrigued as to how Aptos inflicted itself into these forms. Calibri was the default font for Access/Office/365, that changed to Aptos at some...
  5. K

    Aptos Font Fix?

    Thanks Colin, changing the font/fontsize using the ribbon resolves the issue.
  6. K

    Aptos Font Fix?

    The main issue for me, is that the cursor appears one character to the right of where it actually is. This affects Aptos <=11 but as you say, >11 works OK. I can fix this in controls but for datasheet view, there is no option for fontname and I can't even get ds forms to respect my setting for...
  7. K

    Aptos Font Fix?

    there is plenty of info on Outlook, Word and PDFs but nothing on Access. It is the rendering in Access controls and datasheets that's causing me grief.
  8. K

    Aptos Font Fix?

    Does anyone know if MS have, or are about to, release a fix for the Aptos font rendering issue? Or does anyone know a trick to setting it back to Calibri for Access. If not then I'll write some code to change every control's fontname. sigh!
  9. K

    Solved How to Create Tile-Style Buttons on MS Access Forms?

    Greg Regan has done some excellent presentations for the Access User Group on modern form design, just search on YT for "access user groups greg regan". He preseneted yesterday on using SyncFusion's (free) Metro 5 to create icon images for this purpose. I hope to have that edited and posted in...
  10. K

    Where do I find PKs for server views?

    Thanks Minty, OK, so the View's "Primary Key" is just an index not a constraint. Or is it? Why do they call it a PK? Why don't they just call it a unique index? Why is the index name prefixed with double underscores (another question entirely). We know that when you create a PK constraint in...
  11. K

    Where do I find PKs for server views?

    I'm about to do a thorough testing on Server Views, They've been a bit flaky ever since the RefreshLink issue. I worked my way around all that at the time and everything works... mostly. This week I imported all my objects including tdf links into a fresh container. After that I had one message...
  12. K

    Drag and Drop interface is it possible

    You can do this using GDI. see Access Gantt Chart for a demo. This demo is a Gantt chart but pivot and the same principles apply to a Kanban board
  13. K

    Solved Indexing a foreign key in the child table

    Wow, I just had a flashback to when I first learned about concatenation with + and &. I recall when and where I was. I was on a beach. It was 1994. Same time I learned about 'Or Is Null'. I just can't remember the name of the book. More of a booklet as I recall. I keep thinking Speed Ferret but...
  14. K

    Solved Indexing a foreign key in the child table

    good point although I'm so far not having an issue with Chr(!0), Chr(30) being embedded. With two fields I used to concatenate them with a vbNewLine anyway and use the control's Can Grow on reports to handle layout. Do you have a better method to handle printing when you have two fields but...
  15. K

    Solved Indexing a foreign key in the child table

    I'm rather inclined to use one address field which is a free for all that may include Street Name, Street Number, Building Name, PO Box or whatever. This field allows multiple lines. Then separate fields for City, Post/Zip Code, State and Country which are validated from lists.
Back
Top Bottom