Expand my Community achievements bar.

Speich4fun
Speich4fun
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have a table and a button with this codevar lastrow = Table1._Row1.count;if (lastrow < Units.rawValue) then    while (lastrow < Units.rawValue) do        Table1.Row1.instanceManager.addInstance()        lastrow = lastrow + 1    endwhileelseif (lastrow > Units.rawValue) then    while (lastrow > Uni...

    Type

    Questions

    Views

    860

    Likes

    0

    Replies

    2
  • Okay so this works, however. Now i am forgettting how to set Validation on a textbox. I don't care what they enter as long as it is not Null.Is there a way to have on the exit something likeIf (TextField1.rawvalue == Null) {TextField1.validate = False;}Something like that?I don't want the textfield ...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • I have form that i only want the user to be able to print if everything is filled out. Is there a code snippet someone can send me of a way to validate the fields and then enable printing. I know it could be in a button, but I want it to not allow them to simple got to File>Print. Like it would be p...

    Type

    Questions

    Views

    4.8K

    Likes

    0

    Replies

    5
  • Perfect. The select all loop is what was looking for. I just wanted them to all be selected by default (almost). So this works. Now if it is wrong its because the user did something stupid. HAHAHAHAAnd yes they all show up now when I run the report.

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Well i played with it a little more. Maybe i am not explaining correctly.My listbox is already being populated by other events. The user never has to actually select anything in the listbox. When i get the form back and export the data to a CSV file nothing from the listbox is being copied because n...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Can you specify what "one" "two" three" are? Would they be specific to my form?

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Yes. I did. I can get it to work if I manual click and shift click the list, but I want it done automatically. Is there a way to have a button perform the select all? I have a button that adds items from several drop down menus to the box, I could just add it on the end of that one.

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Yes. I did. I can get it to work if I manual click and shift click the list, but I want it done automatically. Is there a way to have a button perform the select all? I have a button that adds items from several drop down menus to the box, I could just add it on the end of that one.Benjamin  SpeichM...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • How do I select all items in a list box.The box is being populated by other buttons. Then when i save the form and collect responses it only takes the item that is selected. So I need to have ALL selected by defualt.

    Type

    Questions

    Views

    4.2K

    Likes

    0

    Replies

    13
  • Thanks this seems to work. I put a dummy "remove" button next to it so people think to highlight and then click off.

    Type

    Questions

    Views

    819

    Likes

    0

    Replies

    0
Top badges earned by Speich4fun
Customize the badges you want to showcase on your profile