Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WAREHOUSE

Status
Not open for further replies.

ShyFoxBack

Programmer
Joined
Feb 24, 2004
Messages
18
Location
RO
Hy,
How can I simulate an automatic positioning of a certain material in cell from a warehouse.
For e.g. I know that in my warehouse I have 8 cells: first 4 on 1st column and next 4 on the 2nd column. Now I know what type of material hosts every cell (there are 8 types of material).
Till now all was simple: the operators used to type the cell where the material will go. But know they want that my program to see the empty cells and knowing the type of the material, fill by itself the best cell.
I need an ideea, please.
Regards
 
I assume that your program has saved and can reference the cell material type.

I also assume that your program can reference the cell capacity and current fill status so that it can know when it has remaining capacity.

Lastly I assume that your new materials are all entered into the system with an associated material type.

It is a relatively simple task for your program to 'look' for remaining capacity for a given material type and can add the new material to the appropriate cell.

If your question is about how to display a 'cell' and its new contents on-screen, then you need to let us know:
1. Is this an Excel Cell being displayed via VFP?
2. Or is it a Grid TextBox 'cell'?
3. Or what?

Good Luck,
JRB-Bldr
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top