All,
As I have just started discovered Alpha Anywhere, I am a bit stuck with trying to determine the best way to add multiple rows to a database table at one time.
This is what I'm trying to build as a mobile application (which should be able to work off-line at times):
A truck rolls up to the warehouse and we start to unload it. The boxes in the truck arrive without being grouped on pallets. Someone uses the app to confirm the contents of the truck.
I have a list control with the expected number of boxes of a given article.
They record (or simply confirm) the number of boxes of article x in a detail view. They also confirm how many of those boxes of that article they can fit on each pallet that will be physically created for placement in the warehouse.
Let's say we receive 24 boxes of article x and they determine and save into the detail view that they can create pallets of a max. of 10 boxes each.
The app automatically calculates that we will need 3 pallets (rounded up from the calculated 2.4 pallets).
I have gotten that far. Pretty good I think for having just discovered Alpha Anywhere.
Now I need to insert 3 rows into my pallet database table (and/or into a pallet list control and then later into the actual database table). I will need a pallet list control with detail view because the person using the app will then confirm the real quantities of boxes on each of those 3 pallets. Did they physically create pallets of 10, 10, and 4 or did they finally decide to go for 8, 8, and 8?
Anyway, in Alpha Anywhere, I am just stuck on thinking about how I will take my calculated number "3", click a "Create pallets" button, take them to a "pallets panel" and show them a form, or list control or whatever where they can modify the quantities of 3 new, unique database pallet rows.
As I have just started discovered Alpha Anywhere, I am a bit stuck with trying to determine the best way to add multiple rows to a database table at one time.
This is what I'm trying to build as a mobile application (which should be able to work off-line at times):
A truck rolls up to the warehouse and we start to unload it. The boxes in the truck arrive without being grouped on pallets. Someone uses the app to confirm the contents of the truck.
I have a list control with the expected number of boxes of a given article.
They record (or simply confirm) the number of boxes of article x in a detail view. They also confirm how many of those boxes of that article they can fit on each pallet that will be physically created for placement in the warehouse.
Let's say we receive 24 boxes of article x and they determine and save into the detail view that they can create pallets of a max. of 10 boxes each.
The app automatically calculates that we will need 3 pallets (rounded up from the calculated 2.4 pallets).
I have gotten that far. Pretty good I think for having just discovered Alpha Anywhere.
Now I need to insert 3 rows into my pallet database table (and/or into a pallet list control and then later into the actual database table). I will need a pallet list control with detail view because the person using the app will then confirm the real quantities of boxes on each of those 3 pallets. Did they physically create pallets of 10, 10, and 4 or did they finally decide to go for 8, 8, and 8?
Anyway, in Alpha Anywhere, I am just stuck on thinking about how I will take my calculated number "3", click a "Create pallets" button, take them to a "pallets panel" and show them a form, or list control or whatever where they can modify the quantities of 3 new, unique database pallet rows.
Comment