Recent content by linux_s2002

  1. L

    Combo Box Multi Select Saving

    it takes a long time to unload the control thanks
  2. L

    Combo Box Multi Select Saving

    Hi! Sorry for asking a question on this topic after so much time. MajP's database is perfect for my needs, but if I have a table with many records, it takes a very long time to scroll through the form and then to close it. Do you have any ideas on how to fix this? Thanks!
  3. L

    Continuous form with different rowsource in same combobox

    Thank you, I will study your proposals and get back to you as soon as possible!
  4. L

    Continuous form with different rowsource in same combobox

    Hi, in my db can I add a combo box (see "parameters") to the continuous form and change its value depending on the field Category? Thanks!!
  5. L

    Solved msaccess: populate treeview (no activex) with resultset

    Thanks!!!!! now it works!!
  6. L

    Solved msaccess: populate treeview (no activex) with resultset

    your example is perfect. maybe my bug is caused by absence of counter (demoID) in table?
  7. L

    Solved msaccess: populate treeview (no activex) with resultset

    Sorry, but with this resultset don't work very well.. can you help me? resultset resultset stars idR idS idU 2 1 2 0 2 1 3 0 2 1 4 0 2 1 10 0 2 1 11 0 2 2 19 0 2 2 20 0 2 2 26 0 2 2 27 0 2 3 33 0 2 3 33 2 2 3 34 0 2 3 35 0 2 4 36 0 2 4 37 0 2 4 39 0 2 4 250...
  8. L

    Solved msaccess: populate treeview (no activex) with resultset

    Thank you!!!! It's perfect for me........
  9. L

    Solved msaccess: populate treeview (no activex) with resultset

    Hi, I have a resultset like this: |stars|idR|idS|idU| |---|--- | ---|---| |5 | | | | |5 | 1 | 3 | 0 | |5 | 1 | 4 | 0 | |5 | 2 | 27 | 1 | |5 | 2 | 30 | 0 | |5 | 3 | 33 | 0 | |5 | 3 | 33 | 1 | |5 | 3 | 33 | 2 | |5 | 3 | 33 | 3 | How can I populate treeview with this...
  10. L

    Solved Webbrowser control not show images horizontally

    Thanks!!!!!!!!!!!!!!!!!!!
  11. L

    Solved Webbrowser control not show images horizontally

    we're getting close...! but i still have blank parts Any ideas?
  12. L

    Solved Webbrowser control not show images horizontally

    My version: Windows 10 Enterprise 1909. Now I see images like this: Before windows update, I saw like this: What do you see? First or second image? Thanks
  13. L

    Solved Webbrowser control not show images horizontally

    Hi, I used the db in thread moviedate.accdb If now I run Form1 in moviedate.accdb, I see images vertically when, before last windows update (?), i see horizontally. the difference, I observe, is in the change of the reference "Microsoft Internet Controls"-ieframe.dll . It's the problem? How can...
  14. L

    How to display 10 Images horizontally on a continuous form using vba

    Ok I create a new thread. I don't know why code fail after windows update. thanks
  15. L

    How to display 10 Images horizontally on a continuous form using vba

    Hi guys! I write to you because after the last windows update, my code doesn't work like it used to. I use webbrowser control and I displayed images horizontal. After windows update (iframe.dll changed?), now I see images vertical. Code: With CurrentDb.OpenRecordset(sQuery) sBody =...
Back
Top Bottom