PROGRAMMABLE INVENTORY REPORT FORM

In its simplest form, this is a template for recording inventory stock. 

Item numbers, units and unit prices (easily changed to unit costs) are entered. 

On completion, the extensions and total inventory amount are [Computed].

You may also save a copy of the inventory report to disk by using [Create].

To find out the computation instructions, click the hammer and activate the designer. The designer panel is superimposed on the inventory form.

To view the instructions, click [Compute] into the panel and then [Command Editor]. The editor has an extra command called [Formula]...

...which allows for point-and-click formula creation. 

To add up the extension column, click on Extension1, the [+] command once, and the each of the cells. Next, the [=] sign and followed by Total Cost. 

As you click each cell, the formula is constructed at the bottom of the screen.

[Create Instructions] translates the formula into 15 lines of programming code.  Each form can hold up to 2000 lines of code.. 

Back                                                                               inventoryreport20100303