Expand my Community achievements bar.

Speich4fun
Speich4fun
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hey sorry I haven't touched this in awhile.I have an expense report and a dropdown for category. I need to then sum the expenses based on that dropdown.Something like:If ExpenseDesction[n] ="abc" or "bca" or "cba" thensum ExpenseAmount(n)Else sum ExpenseAmount(n)Seems super simple.

    Type

    Questions

    Views

    398

    Likes

    0

    Replies

    1
  • So I have a table set up and need to add up the hours for specific activities.I have Activity() as an array of drop down boxes with things like "holiday, regular, vacation, etc"Monday(), Tuesday() etc, are numeric field arrays.and i am trying to popluation totals from the differnet Activities.Using ...

    Type

    Questions

    Views

    3.7K

    Likes

    0

    Replies

    10
  • So I haven't touched Adobe or Java in over a year and am having trouble remembering a few things.I have a weekly timesheet I am editing and am having some issues.1. The User is to select the start date first, however i only want this to be a monday.2. This date will then populate the columns with th...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 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

    762

    Likes

    0

    Replies

    2
  • 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.4K

    Likes

    0

    Replies

    5
  • 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

    3.7K

    Likes

    0

    Replies

    13
  • I am having issues collecting my forms. I sent one out about 5 months ago and it work fine. When I open the response file i see all fields and am able to filter and sort them. But i just made a new form and it doesn't work. All i get is the form name and date. Did I miss click something? Please help...

    Type

    Questions

    Views

    725

    Likes

    0

    Replies

    2
  • I have a form where a user check 1-4 options. these options tell me what they need for tools. "If checkbox 1 then bring (a,b,c)" So the problem is when someone check more then one box some of the tools overlap (e.g. Option 1 requires "a,b,c" Option 2 requires "a,d,e") So when they populate the list ...

    Type

    Questions

    Views

    520

    Likes

    0

    Replies

    0
  • I have a drop down box with set values AND the ability to have user entered values. Upon selection or typing in i want them to click "ADD". Then it will populated a list box containing all of the things they entered. Then I also what them to be able to remove enteries with a button. Currently I can ...

    Type

    Questions

    Views

    522

    Likes

    0

    Replies

    0
  • I have a drop down box populate a list box. (change: ListBox1.addItem(xfa.event.newText)) But I can add more then one of the same selection so how do I remove them from the ListBox. Upon click? somehow? I don't konw the lingo.

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

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