Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Please lend me your thoughts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Please lend me your thoughts

    I have a inventory management app and I need to add Part assembly/Manufacturing abilities to it. I have thought of many different ways to do this and I but every way seams to have a catch. What I need to do it let the user define a structure. Once defined, the user could call uppon this structure to build it. So far I was able to get one that works providing the structure is always the same, but I need to give the builder options. Lets say a wagon needs a chasis, handle and wheels, but You could order your wagon with oversised wheels or regular ones. It would still build the same part number wagon, just a diferent option. I have come to an impass. Any thoughts on the subject would be more than greatly appreciated.

    #2
    RE: Please lend me your thoughts

    Hi Anthony,

    Not real sure what you need, but sets are probably the answer. I'm in the middle of a manufacturing app and am probably looking at similar needs. Maybe you could design a parent table that contained the products you will be manufacturing. Each record would have linked children records that contain the parts and or processes needed. In each part record could contain , big wheel, little wheel, red wheel, etc. It would have to have a value, but the value could be selected by user. Tell us more, more thoughts will come.

    Jim

    Comment


      #3
      RE: Please lend me your thoughts

      Having never built anything like this gives one a certain 'freedom'. If this doesn't make sense, kindly discard it quietly!

      Consider separate tables for each primary manufactured article. If the number of components are manageable store them all in a single record for the one article. Otherwise, use two or more tables, linked one to one. You could organize the record on screen using tabbed subforms, putting major subsystems on separate tabbed pages.

      Data entry could begin with a separate form from which the user would pick the category or item to be manufactured. A script would then open the table for that kind of goods and fill in default values. The new default record would be displayed on your tabbed subform. Fields in the table could be based on lookups to other tables for models, colors, sizes, etc.

      When the record is saved, adjusting entries could be recorded in separate inventory tables based on the quantity of items needed for the particular goods.

      Using separate tables may sound awkward and inefficient, but I'd guess you'll have an easier time designing the structure of a table for single item, than a structure general enough to cover all items you might manufacture.

      -- tom


      Comment


        #4
        RE: Please lend me your thoughts

        Option bills are not unusual in a BOM. You might have a BOM header table and a BOM detail table for the line items in each BOM. I would probably provide an aditional field in the header table to identify an "Option Bill" from a regular bill and a field to indicate whether the bill has options (probably a logical field). Or the option BOMs (header and detail) could reside in separate tables form the regular BOMs. On the form, if the "Bill has options" logical field is check true, you could display a separate form (loading the primary BOM number and/or marking the record as an option bill with Xbasic to capture the BOM for the options.

        Comment


          #5
          RE: Please lend me your thoughts

          Anthony:

          the end product is composed of numerous parts. all parts in a manufacturing environment are usually identified with a unique Stock Keeping Unit(SKU). the final produce, in your case the wagon(sku#1) is composed of many other parts(SKUs). You have to adust the part being built to accept all parts that comprise the wagon. this open ended structure would meet any criteria. Red Wagon(sku#1), blue wagon(sku#2). their parts could be different and the internal SKUs would be different.

          I think this is what you are trying to accomplis.

          bob

          Comment


            #6
            RE: Please lend me your thoughts

            Anthony,
            I think what you need is a table with four fields:
            Assemby number
            parent number
            component number
            quantity each
            Each opional assembly will have to be uniquely identified so you can identify the components.

            Notice, however, that this only gives you a single level bill. (A parts list) If you need a structure that specifies components of components, then you have a real problem!!!
            Pat Bremkamp
            MindKicks Consulting

            Comment


              #7
              RE: Please lend me your thoughts

              about 15 years ago i wrote a program like that - and the thought of doing it with alpha seems simple - comparitively - i was using an ol' ti'my c-based database language that went defunct in 1983.

              what comes to mind to me is this:

              file1 = list of possible finished components
              ===wagons, trailers, etc.
              ===dialog1 gets the users finished component
              ===closes dialog1, and opens dialog2
              file2
              ===list of minimum components and possible options
              ===dialog2 shows the components on the left
              ===and selected components on the right
              ===double clicking or "Enter" on the left selects
              ===possible componets and options and puts them on the right
              ===a button doesn't close dialog2 and opens dialog3
              file3
              ===list of subcomponents and options for each component
              ===on the left
              ===double clicking selects and displays on the right
              ===you could take this to any level necessary
              ===a button closes dialog3 and returns you to dialog2 and ===advances to the next in the list of components and ===options until complete

              when finished you would have available all possible choices either in variables or in a record for the new order, etc.

              Dan Blank originated this idea, and even uses a wand to get the info for his "what parts are checked out to which user for which job" parts inventory program. This is just an idea of course. Search for Dan Blank, and goto LarnAlpha for more details on his process. Its very slick and mimics the standard way one selects possibilities in other windows based programs.

              Cole Custom Programming - Terrell, Texas
              972 524 8714
              [email protected]

              ____________________
              "A young man who is not liberal has no heart, but an old man who is not conservative has no mind." GB Shaw

              Comment

              Working...
              X