Hey Community, Im using on my model whit InputField the problem is that i cant rest the data on the field every time i make reload to the original data that came from the data source. p.s my c...
Hey Community, i use this macro 26. To reset InputField values Sub ResetInputField ' Reset the InputField set fld = ActiveDocument.Fields("InputFieldName") f...
Hi there! I got stuck with a little problem concerning my input fields. I use them for budgeting. I use the following macro to clear the fields. Sub ResetInputField ' Reset the InputField...
Hi, I have created the inputfield and inicialized it with '0' values. The problem is that every time I close the model and I turn to open it the field has new values that I never introduced and I h...
Hi, Someone know how to reload value into InputField via Script? This is my scenario: InputTable: InputField b; Select a,b From Database Where condition; At this point I modify the value of b e...
Hi everyone, Just wonder if some of you had this issue with input fields, and if yes, did you manage to find a solution? Inputfield A; Load A from test.qvd Then on the server say you c...
Hello! I define a column as an 'inputfield' then my user via the plugin can change the contents. No-one else can see anyone elses changes though. When the user closes the browser and then goes b...