Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good Morning there
I investigated with 'INPUTFIELD' earlier this week, and has found that this function was very helpful. I created a TABLE where 2 of the fields below allowed for User Input (Set_Contingency, Set_Forecast_Flag)
Overnight however, the TABLE has completely stopped functioning! I can almost swear i did not change anything else in this report.
Below is the script in which the INPUTFIELD is created (working well yesterday!), attached is an image of a big 'X' on the TABLE everytime i tried to INPUT a value.
Did something go wrong? Or is this a bug?
INPUTFIELD Set_Contingency, Set_Forecast_Flag;
InputDataBase:
load
To_Join_PCR_Key,
[Contingency] as Set_Contingency,
[Forecast Flag On/Off] as Set_Forecast_Flag
resident LoadingDatabase
;
I feel your pain. Happens to me too. InputField only works correctly when there is a primary (unique) key on the table. Is To_Join_PCR_Key a primary key on InputDataBase? Or does it have repeating values.?
-Rob