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 derfloh 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. hcvink

    Juniper config file parsing approach

    Thanks for the replies. When I use the regular expression I get: Sequence (?-1...) not recognized before HERE mark in regex m/(\bre0\s*({(?:(?>[^{}]+)|(?-1 << HERE ))*}))/ I also tried Text::Balanced but I do not have the rights to install modules. Using Require does not work either it...
  2. hcvink

    Juniper config file parsing approach

    I want to gather some information from a config file, but I am strugling with the way to get the information I need. The config file looks similar to this: groups { re0 { system { host-name my-re0; } interfaces { fxp0 { description "10/100 Management...
  3. hcvink

    arrays and global variables

    Ok a follow up question. I have now a working listbox which I populated with a range. I now want to be able to filter the data in the listbox based on user entry. The examples I see after googling are using arrays. Since I just gave up arrays to fill the listbox I wondered if there is another way.
  4. hcvink

    arrays and global variables

    Thanks for the replies all. I realize that I have to rethink the way I am doing what I want. I created something and moved on from what I made. A step back is needed to be able to move forward. I want to stay with excel for now and I will just fill the listbox I have with selecting a range and...
  5. hcvink

    arrays and global variables

    Hi all, I have a workbook with 5 sheets. All the sheets have different meaning but have one id in common. The order Id. I am using a UserForm to represent the data in these sheets. Not only to create a more readable overview of what is on the sheets, but also to let people find, edit, add...
  6. hcvink

    variable amount of rows on userform

    MajP, Your persistence made me check the posibilities of the multi column listbox. I had the idea that listboxes used dropdowns. But they don't. I am currently changing it to listboxes as we speak and it is exactly what I need. Thanks for being persistent :-) And thanks to DaveInIowa for the...
  7. hcvink

    variable amount of rows on userform

    Fumei, this wil iindeed lead to a lot of textboxes. Your idea to use labels is a good one. I will change it to labels. I already noticed that The loadtime is high when using textboxes. It is not The idea to have people select anything in that part of ghe userform. I want to display all...
  8. hcvink

    variable amount of rows on userform

    No problem. I am trying to create an overview of orders with statusses. If I use listboxes they would not have the overview on all orders. Since there seems to be no other option I am going for textboxes. Should not be too hard to dynamicly add those to a userform.
  9. hcvink

    variable amount of rows on userform

    I do not have access to the System32 folder due to restrictions. I neither have the authorisation to install applications on my workpc's. I found the link you posted, but since I am not able to change anything on my work pc's......... thanks for the effort though...:-)
  10. hcvink

    variable amount of rows on userform

    For one moment I had a WHOOAAA!!! but... I might have forgotten to mention that I have excel. The MS FlexGrid 6.0 is available as a control on one of the machines I have. When I try to add it there it gives me an error saying: The subject is not trusted for the specified action. On my other...
  11. hcvink

    variable amount of rows on userform

    Hi all, I have a userform which will display information regarding orders. These orders are in the amount of 100+. I want to display all the orders and the needed information on the userform. To get an idea: Order id 1 Orderitem 1 Orderitem 2 Orderitem 3 Order id 2 Orderitem 1...

Part and Inventory Search

Back
Top