If your code knows that instance has been created, you can target which instance to clear. You can use the instanceManager to count the instance and then reference the new instance to clear the fields and not affect the rest.This link gives a brief example of instance counting and referencingMirror ...
Thats Great!Should be able to use some if logic for it. I haven't tried it in javascript but my idea would be this.Have a first date and last date field. Have the date you want to exclude in another.In your calculating code, use logic for: if excludedDate is greaterthan the start date AND lessthan t...
I would expect you could just change the rawValue of these items after the code in your Add Another Hotel button. Change the checkboxes rawValue to 0 and the calculated field to null.
Note sure if this is what you were after.I created a simple table with two rows, one row has 4 cols, has a button to show the second row and is visible. The second row has the cells merged and is hidden.I have a button to create 'new rows' positioned outside the table. The trick is to wrap the table...
What is on line 47 col 4, can you paste a screenshot with the line numbers?Make sure your if count is correct, an else wont work outside an if statement if it is closed.
Hi,I wouldnt worry about it, everyone has made mistakes and wondered how they did that. The thing I found in my experience is that I never seem to do it again, and it is first thing in my mind when error checking the next time.
There was a number of errors in the Score1 calculate eventIf should be if.raw.value should be .rawValueelsebif should be else ifScore should be Score1This works now after these changes. This circled button is for checking the code. It can be handy to find which line errors are on. Also pressing CTRL...
If you do "hidden" rather than invisible does it have undesirable effects on the layout of your table.Also, what if you were to disable the DDL by changing the access instead?form1.PageA.Sub_B.Table2.Row1.DDL.access = "protected"; //readOnly also disables, but protected disables tabbing for the fiel...
This works only when the field is exited, but you could just use a Pattern.Click PatternsSelect a PatternClick OKType in your fieldWhen your field is exited