1

(3 replies, posted in General)

by the way thanks - great job on the tool and enhancements smile

2

(3 replies, posted in General)

Hi Dmitry,

Please consider this as resolved. I should have used new record instead of show form smile. Thanks for the link.

thanks -ted-

3

(3 replies, posted in General)

Hi Dmitry

can you help me on the script on the attached sample project. I cant get the duplicate message work on my sample project. Hope you can find tie to check on the code. Thank you. Sorry know on coding. Appreciate if you can show me the correct one. Thank you in advance

4

(4 replies, posted in General)

honestly im still in the process of planning my database so i haven't made the entire flow and practicing how to build from forms

but the idea i have is this:


i would like to have a form for purchase items for my inventory stocks, second is a form for sales that i have sold/ deployed and a form for reports.

Purchase items form would contain:

*date of purchase
* supplier
* Item name
* total quantity of my purchase

Sold/ Deployed Form items form would contain:

* date of sales
* client name
* item name
* total quantity of sales

Report form/ inventory contains the following format:

i.e.

Item Name            Total Quantity of my purchase            Total Items Sold                      Total quantity that i need to purchase
                                     (from purchase form)                    (Sold/ Deployed Form)                  (calculation)
===================================================================================================

Toy #1                                 35                                                       20                                                   20 (formula below)

                                                                                                                                               = if total quantity from Total Items Sold is
                                                                                                                                                                                                => 20, then show quantity of 100


thanks and hope you can show me how would this work before i start to build up my own . Thank you in advance

5

(4 replies, posted in General)

how can i get the sum of this field - please see the attached file? - sorry totally noob here on the reports/ programming :)

6

(12 replies, posted in Script)

when i use this command Form1.ComboBox1.Clear; in one of my combobox and execute an exit on the form. the next time i open the same form list in the combo box does not appear.

total application close needs to be done before it appears again.

whats the command to show the list?