Search results

  1. alvingenius

    Solved Splitting 1 field in table to 2 text boxes in report

    ooh Thanks alot @isladogs, it helped alot and i never used crosstab before and i may post again with more complex report if u can help me it didn't work with crosstab
  2. alvingenius

    Solved Splitting 1 field in table to 2 text boxes in report

    Hello, I dont't know exactly how to write my issue in title :banghead: but i hope you understand it from screen shots i made a sample DB to match my same issue but in a simple db i've this table and i wanna generate a report from it with (USA & London ) as labels in Header and showing...
  3. alvingenius

    Solved Button icons align in Nav. form tabs

    well, that's another way to do that , thanks for it but i think i will stick with the Nav form tabs as it's not limiting anything for me for now :) and Yeah i wanna create cool forms for my client to look like web apps
  4. alvingenius

    Solved Getting Permissions form worked by control multiple controls by Tags

    i did PM because i don't understand what u typed and i don't wanna make the post tall !! then u edited the post Thanks anyways
  5. alvingenius

    Solved Getting Permissions form worked by control multiple controls by Tags

    Ooh i've selected all controls in layout and it included labels on this controls and that's why error occurred to fix it i've edited all labels tags to a different name and it work now Thanks
  6. alvingenius

    Solved Getting Permissions form worked by control multiple controls by Tags

    ? ctrl.name Label681 this label for "Open Master File " but why it's refer there ?
  7. alvingenius

    Solved Getting Permissions form worked by control multiple controls by Tags

    no this label is only to show it to u
  8. alvingenius

    Solved Getting Permissions form worked by control multiple controls by Tags

    Hello, This Post is following this post to know how to control a group of controls I have a users table with permissions of accessing forms/reports and in this table 2 more checkboxes as rules Manger / Custom ( later maybe i convert it to combo box ) in permission form i've set record...
  9. alvingenius

    Hide all Access Windows and Ribbons

    that's perfect thanks @isladogs just imported module : modDatabaseWindow from your example and used Me.Painting = False SetWindowLong Me.hWnd, GWL_EXSTYLE, GetWindowLong(Me.hWnd, GWL_EXSTYLE) Or WS_EX_APPWINDOW ShowWindow Application.hWndAccessApp, SW_HIDE ShowWindow...
  10. alvingenius

    Solved VBA code to Disable multiple selection of commands

    That's what i'm doing i'm disabling all controls and enable em by users Thanks
  11. alvingenius

    Solved Button icons align in Nav. form tabs

    off meaning ?
  12. alvingenius

    Solved Button icons align in Nav. form tabs

    thanks appreciate that
  13. alvingenius

    Solved Button icons align in Nav. form tabs

    left padding is for the whole button i think, and u r right it effecting when highlighting the button
  14. alvingenius

    Solved Button icons align in Nav. form tabs

    it did the trick new icon 60x20px instead of 20x20px many thanks
  15. alvingenius

    Solved Button icons align in Nav. form tabs

    yeah i had and now without any spaces
  16. alvingenius

    Solved Button icons align in Nav. form tabs

    yeah 20x20px
  17. alvingenius

    Solved Button icons align in Nav. form tabs

    yeah that's what i mean but as you can see in my example after setting caption and icons to left , icons take place at the end of button, for caption i can add more ( Spaces ) to make it look aligned in center but not the icons
  18. alvingenius

    Solved Button icons align in Nav. form tabs

    no problem it's a photo from Web UI and i wanna create a nav form with same looking
Back
Top Bottom