Expand my Community achievements bar.

SnookerDJ
SnookerDJ
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi thereI have a form that contains 17 rows.  Each row has two numeric fields on them.  I also have a total field.  I would like the total field to multiply the two raw values in the numeric field of each row and to then add them all up.  Is there an easier way to do this than scripting for each row...

    Type

    Questions

    Views

    908

    Likes

    0

    Replies

    4
  • HiMaster Pages are used to repeat standard content throughout a form (such as a company logo) and also help with a form's efficiency so I am not sure why you would use a master page to be dynamic.Therefore I would suggest creating a dynamic page and subforms with your data entry fields.  When the bo...

    Type

    Questions

    Views

    609

    Likes

    0

    Replies

    0
  • Hi SteveMany thanks for your help with this one.  I have managed to get my form working by using a drop down lists and listboxes.  Each time the drop down is accessed the lists are cleared from the list box.  If the raw value of the drop down is greater than 0 then it will add an item to the listbox...

    Type

    Questions

    Views

    392

    Likes

    0

    Replies

    0
  • Dear NiallMany thanks for all your help and support to help me with this issue.  I had a think about it over the weekend and basically the solution that seems to work is to clear the list box each box each time a drop down is entered using the PreOpen event and then when a drop down is selected with...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Thanks NiallI have added the following line to the enter event on the drop down list:Page1.DropDownList1.clearItems() How would I reference to clear the list items specifically assigned toDropDownList1 as at the moment it is clearing the last item in the list boxonly. Many thanksDarren

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Hi NiallThat is perfect and I should have figured that one out! I am using yourform as a start to try and solve a more complex problem. My drop down listhas the values 0,1,2,3,4,5 in it. When either the values 1,2,3,4,5 ischosen then a specific item is added to a list box using the addItemfunctio...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Dear NiallMany thanks for your posting on this which was very useful and I am trying to incorporate into my form.  One question - how do you include the first item or some text to display as default in the drop down list.  If I set a default from the Object panel it will disappear after I open and s...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Hi SteveThis is not quite what I am after.  If I tick say the first two checkboxes I would like some text for example "test1", "test2" to dynamically appear within a single text field or drop down list that could then be printed out. If the user unticked the box the coressponding text in the text fi...

    Type

    Questions

    Views

    377

    Likes

    0

    Replies

    0
  • Hi AllI have a subform with multiple checkboxes.  When a user checks one of the boxes I want some text of my choice to appear in another subform.  I have managed to achieve this with one checkbox but the problem I have is when two or more check boxes are ticked.  I want the text chosen from CheckBox...

    Type

    Questions

    Views

    937

    Likes

    0

    Replies

    4
  • That's great.Many thanks Paul.Darren

    Type

    Questions

    Views

    309

    Likes

    0

    Replies

    0