Im utilizeing a flow sub form but I need an initial state of zero. I cannot seem to get this to work without at least one instace present from the start
Ive tried an initial state of hidden and then to make it visible then the add button proceed.
this seems more of a hack
Ive tried
.occur.min
.occur.initial
both set at zero and it dosnt work
the button is a simple
.instanceManager.addInstance = ();
Ive tried specifying 0 initial both in the gui and in java and formcalc
does anyone know how to make a dynamic flowing subfield with an initial count of zero
thanks in advance
when I say zero I realise that LiveDesign treats count 0 as 1
basically I need an empty subform initially and for them to click the button as needed---they may not need the field at all
thanks