User Profile
danielchent1
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
Re: access listbox gridlines issue
thank you for the reply. it worked on access 2010 I could even format columns using vba. but that long gone apparently. the issue is that I hate to use ocx like ListView since one of this days they will kill it. and they never come up with an alternative. I have been raising this issues for a decade now. it would take them days at the most to improve a product used by millions746Views0likes1Commentaccess listbox gridlines issue
Hi i am using listbox in a form. there several issues with it. 1. properties that do not work Gridline style - Top, Left, etc. Gridline width - same as above. Padding style - same as above. ListBox.GridlineColor - available in vba only - has no effect. border color /style - when listbox is overlapping other components and you use the "bring to front" on the listbox - the border is not drawn i am using the latest access 365 and run ALL updates - nothing help. Suggestion - since we do not have in access ListView component it would be nice to add the following to the ListBox. - checkboxes. - format colors by column / row. - add conditional formatting. - tiptext for each row. the above options will at least make it sort of an alternative. any help is welcome.790Views0likes3CommentsRe: Access Forms: Edge Web Browser Control
George_Hepworth II have seen the details In general there are two methods Javascript execute Javascript get value - the names are not accurate 😂 I was looking for code samples on both. At this poing i find the control little bugy We would like to transition ASAP but we need some answers Dchen5.9KViews0likes2CommentsRe: Access Forms: Edge Web Browser Control
Hi currently we are using the legacy webbrowser control the functionality we are missing is access to the webbrowser.Document this allows us to access document elements in vba and use it to open forms with filter criteria. two questions: 1. is it possible to achieve that is the new edge control - (old code sample below)? "TdCellIndex = em.cellIndex VarValue = em.innerText Set tb = Doc.getElementById("NGTable1") For Each th In tb.getElementsByTagName("th") If th.cellIndex = TdCellIndex And th.ID <> "" Then strCol = th.ID Exit For End If Next th" 2. do we need a new runtime to use the edge control? thank you5.9KViews0likes6Comments