Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nikademous

    function to count down then up on button press

    @mintjulep please talk hillbilly cuz I have no idea what your talking about....Im to the point Im done with trying to figure this out...
  2. nikademous

    function to count down then up on button press

    Hello, first I want to start off by saying I'm super new to coding and learning and my project is in Micropython which I guess is a version of python. My question is I have a beginner project I been wanting to do and its almost done except I needed to add a counter for a button. This counter is...
  3. nikademous

    List procedures in a module

    I seen that the other day when I was trying to find an example to go off of.... Ill mess with it a bit and see if does it. Thanks!
  4. nikademous

    List procedures in a module

    Hello, How do I create a list of procedure names from a single module(mod_Menu) and have them populate in a combobox (cboRun)?
  5. nikademous

    Expand Or Collapse form footer

    Thanks again stronm I wouldn't have guessed that's how/where!!!! I had to change it a little to get to work correctly. 'Expand or Collaps footer based on tbl_MenuItems field: ExpandFooter If rs![ExpandFooter] = False Then If cmdToggleFooter.Caption = "Collapse" Then...
  6. nikademous

    Expand text box width to fit text

    Strongm, I tried yours again and got it working by using the below: ' We need to add the padding txtItemText.Width = txtItemText.Width + txtItemText.LeftPadding + txtItemText.RightPadding + txtItemText.BorderWidth * 2 * 15 + 50 Can you explain why? Thanks!!
  7. nikademous

    Expand Or Collapse form footer

    Hello, I have been trying to figure out how to get my switchboards(frm_Switchboard) form footer to expand or collapse based on Yes/No field in table (tbl_MenuItems). If I select an option that requires a start and end then collapse the footer and once dates are entered select the button again...
  8. nikademous

    Expand text box width to fit text

    Actually I had no idea what WizHook was and still don't, that's how I found the code. I also had no idea what the 2 * 15 was for now I do and can modify the numbers a little to get it working. I entered exactly what you had given me as the example with the + Text0.BorderWidth * 2 * 15...
  9. nikademous

    Expand text box width to fit text

    Strongm, I added it and its still not showing the full text, its cutting off half of the last word. I search the web for WizHook because I never heard of that and first thing was the code below so I tried it and It worked but I changed the 40 to 130 because it cut off the last bit also...
  10. nikademous

    Expand text box width to fit text

    Strongm, that works great thank you but one issue. The textbox doesn't extend long enough to show the full text, it cuts off half of the last letter. How do I extend it wider?
  11. nikademous

    Expand text box width to fit text

    Turn that frown upside down....Here is some answers [smile] I cant because its a bound textbox... I have to use a text box because its bound and I don't believe you can show data from a table in a label. I will not be typing data into this text box it only displays data that has previously...
  12. nikademous

    Expand text box width to fit text

    Its a bound textbox and when the record changes the text changes in the textbox. I wanted the width to fit the textboxs text each time it changed...
  13. nikademous

    Expand text box width to fit text

    Hello, I have a bound textbox named txtItemText and I need to have this textbox expand to the right to fit the text that's displayed. Is this possible and if so how?
  14. nikademous

    Fill text boxes with table data

    I got the highlight figured out... Thanks all for the reply's and final is attached!!!https://files.engineering.com/getfile.aspx?folder=ae932f24-fc6e-4d60-8861-032c9b3c2ceb&file=Lpicker_v3.accdb
  15. nikademous

    Fill text boxes with table data

    Here is an updated version, the only thing is I cant figure out how to mouse over a red border and when text box is selected give text box borderwidth a 2 https://files.engineering.com/getfile.aspx?folder=ba69dc24-891d-4ab6-a3bc-b2f4f40c59d7&file=Lpicker_v2.accdb
  16. nikademous

    Fill text boxes with table data

    Ok I been messing with using text boxes to fill the length and im using a mouse over to display length. Next I want to highlight the moused over control, how can I do that?
  17. nikademous

    Fill text boxes with table data

    https://files.engineering.com/getfile.aspx?folder=bfe288e3-78db-4b32-9511-17e167bd7a01&file=Lpicker_v1.accdb
  18. nikademous

    Fill text boxes with table data

    I wanted all lengths visable at one time like a picker
  19. nikademous

    Fill text boxes with table data

    Hello, I have a table tbl_Sizes and it's field (lengths) has all measurements up to 2"inches. I need to create a picked for those lengths. I wanted to create let's say 40 text boxes named (txt1, txt2) and when the for opens it populates each text box with the data from the table and when clicked...
  20. nikademous

    Update table links from a utility to separate BE and FE

    strongm, I tried your altered code and it worked. I been banging my head over this for some time.... Thanks,

Part and Inventory Search

Back
Top