New Sun
-
Auto Number by ComboBox
Hi in my item invoice, I have an auto number and it is good. in the table of "Invoice items," I have one comboBox that I have filed with "Ordered". I need when I choose the "Ordered" auto number to…
-
print Ordered
i have: if text(InvoiceItemVendor.'Status Item') = "Ordered" then printRecord(this, "Ordered") end but it doesn't work
-
sum
i have choice field in invoice item that there is "Ordered" and "Pending" and Cancel". when my customer confirmed one item or some items order then i choice "Ordered".…
-
question
for example i have two field number. number1 and number2 when i open my form i want see number1 only (dont want see field of number2)and when i fill number1 then number2 appear there.…
-
new update
Please let me know when update of ninox will be comes?
-
styled
i have this: if NetTotal < 0 then "debt" else if NetTotal > 0 then "credit" else "balance" endend i want when there is debt color be red and credit be yellow and balance be green.…