The Home Brew Recipe Calculating Program - Weight Converter
This is the Weight Converter. This screen allows you to enter a value for a unit, and the sum of all the values entered is displayed for each of the units available. If this screen is called from a weight field on the Recipe Screen, the value from the Recipe Screen will be placed in the field that corresponds to the unit being used on the Recipe Screen. If the unit being used on the Recipe Screen is user defined (see the Units Screen for details on defining a unit), the value will be converted and placed in the Grams field (however the value will be converted back to the user defined unit if the OK button is selected).
Fields
- Kilograms - (9999.99) This field holds the value for Kilograms to be converted. The total value of all fields entered is displayed in Kilograms to the right of this field.
- Pounds - (9999.99) This field holds the value for Pounds to be converted. The total value of all fields entered is displayed in Pounds to the right of this field.
- Ounces - (99999.99) This field holds the value for Ounces to be converted. The total value of all fields entered is displayed in Ounces to the right of this field.
- Grams - (9999999.99) This field holds the value for Grams to be converted. The total value of all fields entered is displayed in Grams to the right of this field.
Buttons
- Recalc - Click this button to perform calculations.
- Clear - Click this button to clear all values from the screen.
- Ok - Click this button to exit the converter. If the converter was called from a weight field of the Recipe Screen by using the F9 look up function, the values calculated will be returned to the weight field.
- Cancel - Click this button to exit the converter w/o returning any values.
Return to the HBRCP homepage.
Comments? Question? Email me at rust1d@usa.net
Last Updated: 18-JAN-99