Mel Charles
-
Duplicating a main form (without copying any subforms etc)
I want to duplicate a main form without any subforms from a button I can do and put - 'duplicate(this)' in the button script trouble is this copes the form completly including and sub forms and aslso…
-
Help with counting number of status line in subform
Can anyone give me some guidance on counting a status flag (choice field) - or suggest a better way forward! as currently just a bit stuck! Basically I have an Alert flag (formula) field on the main…
-
List of scripts used in Ninox
Where (if known) can i get a defined list of scipt commands etc that exists with Niniox?I have printed off all the release notes and the last manual and indeed scoured the forum.…
-
List of scripts used in Ninox
Where (if known) can i get a defined list of scipt commands etc that exists with Niniox?I have printed off all the release notes and the last manual and indeed scoured the forum.…
-
Drop Down Combo Choice Box - Load with value from another table
Does any one know if it is possible to have a combo choice box on main form and instead of manual prefixing the choice list - have the combo look up the choices dynamicly from another table ie I want…
-
return Vat % by using select
Okay- So I have the following: VatValue (Table name) VatRate (text Field) Vat% (number field) QuoteLines (Table name) QVatRate (choice field) QVat% (number Feld) QVatValue In the QuoteLines Table -…
-
Field Tab Stop
When tabbing through standard edit Fields on a form the focus goes through a set order left to right and down etc. I can probably see why you don't implement tab stop controls - However is it…
-
Trigger on create (not working?_
I have put the following onto the trigger on create on a form (cloud version!) Del_Company := JobDockets.Del_Company;Del_Address := JobDockets.Del_Address;OrderRef := JobDockets.…
-
scope of variables
Can someone please explain how/where one would setup variables for a database that are 'global' ? thanks
-
select do' coding issue
I would be very grateful for somebody's help with this little issue... I am trying to set a field's value (i.e. the 'Price' field) by using a set of statements from 'switch do' coding,…