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

Just a quick ?

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

    Just a quick ?

    I made the database and working on the forms and reports, but I am having a problem... Here goes I have a table where I scan products in to the database and here is where the problem lies, I am trying to scan the barcode to a person that I have set-up in the database. I scan it under him and I cant get it to take it out of the inventory and put it under him... It just stays in both places... Any help would be great what am I doing wrong... Not really good at programming..

    #2
    Re: Just a quick ?

    I guess there is no way to do this is there... or am I not explaining it right or what I am trying to do...
    Last edited by vpmedia; 11-25-2009, 09:40 PM.

    Comment


      #3
      Re: Just a quick ?

      Originally posted by vpmedia View Post
      I guess there is no way to do this is there... or am I not explaining it right or what I am trying to do...
      Sorry - way too many questions after reading this.... While it makes sense to you, I'm not following it..
      Al Buchholz
      Bookwood Systems, LTD
      Weekly QReportBuilder Webinars Thursday 1 pm CST

      Occam's Razor - KISS
      Normalize till it hurts - De-normalize till it works.
      Advice offered and questions asked in the spirit of learning how to fish is better than someone giving you a fish.
      When we triage a problem it is much easier to read sample systems than to read a mind.
      "Make it as simple as possible, but not simpler."
      Albert Einstein

      http://www.iadn.com/images/media/iadn_member.png

      Comment


        #4
        Re: Just a quick ?

        Sorry,
        I can't make heads-or-tails out of it either.
        Mike W
        __________________________
        "I rebel in at least small things to express to the world that I have not completely surrendered"

        Comment


          #5
          Re: Just a quick ?

          lets make it simple... [A check-in and a Check-out]

          1. You check-in the inventory to the database.

          2. Then you select a person and scan the product out to that person

          3. So it moves it from the databases inventory and puts the product on the persons personal inventory

          4. If returned, then the product is rescaned back in to the databases inventory

          Comment


            #6
            Re: Just a quick ?

            Patrick, I believe this can be done but it's difficult to offer specific advice because of a dearth of details about your setup.

            Here's an example of how I might explain something similar to what you seem to be facing:

            a) use a table to track the records currently assigned (checked out to) each person.
            b) when assigning a product to a person require the user to click a "save" button to commit the transaction
            c) the save button would run a script that would search what you are calling the "databases inventory" for the product_id
            d) when the correct inventory record is found the same script would reduce the on hand count by one

            The process would be reversed when a product is returned to "databases inventory".

            What's not clear from your posts is how you've arranged the data. what tables are being used? for what purposes? Can one person have more than one of any product?

            I should think you'd have at least 3 tables:
            a) persons - containing contact information
            b) assigned - containing a separate record for each product assigned to a person
            c) unassigned - containing a separate record for each product in stock but not yet assigned.

            A more efficient system is possible with only two tables, but until you tell us how you are doing it we can't really offer specific assistance.

            There are simply too many different ways to interpret "I am trying to scan the barcode to a person that I have set-up in the database". You know exactly what this means. But you haven't told us yet.

            Comment


              #7
              Re: Just a quick ?

              Ok I am sorry,
              The inventory is Cable boxes, Modems, etc.

              I am a contractor for Comcast

              I need away to track the inventory Comcast gives to me and what I give to the techs.

              Yes they can have more than one I will be useing barcode as the Item ID.

              SO a check-in from Comcast
              A Check-out to the tech
              If not used by tech then check back in.

              Comment


                #8
                Re: Just a quick ?

                Ok, Patrick.

                do you have sample tables we can work with? if so, and the data is not confidential, can you zip them together and upload them here as an attachment to a reply? Use the Go Advanced button to get to the "Manage Attachments" dialog of the message board.

                Comment


                  #9
                  Re: Just a quick ?

                  Originally posted by vpmedia View Post
                  lets make it simple... [A check-in and a Check-out]

                  1. You check-in the inventory to the database.

                  2. Then you select a person and scan the product out to that person

                  3. So it moves it from the databases inventory and puts the product on the persons personal inventory

                  4. If returned, then the product is rescaned back in to the databases inventory
                  You can also take a slightly different approach. No need to be moving inventory records between tables. A piece of equipment can only be in one place at a time. So it is either in or it is out, and only one tech can have it signed out.


                  Add two fields to the inventory table; a logical that gets set to true when signed out and to false when signed in; and a field to hold the id of the technician that signed it out. when the item is returned the id in this field would be removed. When scanning an item out you would search the inventory table for the item and set the two fields appropriately.

                  You could add a history table that recorded the activity. This table would have fields for item id, technician id, in/out, and date/time. the record for the history table would be created every time an item was scanned in or out.

                  To see which items a tech has out would use a set based on technicians 1-many to inventory. To see the details of the technician who has a particular part you would use a set based on inventory 1-1 to technician.
                  Tim Kiebert
                  Eagle Creek Citrus
                  A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine.

                  Comment


                    #10
                    Re: Just a quick ?

                    Hello, Tim. Yes, there are lot of possibilities, including the chance that products checked out to a tech will be installed for a customer, and removed from inventory altogether.

                    Comment


                      #11
                      Re: Just a quick ?

                      Hi Tom, Agreed. And also when returning to Comcast may cause the item to be removed from inventory.

                      Just checked the weather in your area. Looks like a nice afternoon for a game of golf. :)
                      Last edited by Tim Kiebert; 11-26-2009, 04:24 PM.
                      Tim Kiebert
                      Eagle Creek Citrus
                      A complex system that does not work is invariably found to have evolved from a simpler system that worked just fine.

                      Comment


                        #12
                        Re: Just a quick ?

                        Yes, we had a small cold front blow through yesterday, is now cool, dry and crisp. But no golf for me today. I have an appointment with a roasted turkey !

                        -- tom

                        Comment


                          #13
                          Re: Just a quick ?

                          Originally posted by Tom Cone Jr View Post
                          Yes, we had a small cold front blow through yesterday, is now cool, dry and crisp. But no golf for me today. I have an appointment with a roasted turkey !

                          -- tom
                          We're pushing the snow out of the way or golfing with an orange ball... Those darn white ones hide in the snow... Yes even in the woods along the course....

                          Happy Tday..
                          Al Buchholz
                          Bookwood Systems, LTD
                          Weekly QReportBuilder Webinars Thursday 1 pm CST

                          Occam's Razor - KISS
                          Normalize till it hurts - De-normalize till it works.
                          Advice offered and questions asked in the spirit of learning how to fish is better than someone giving you a fish.
                          When we triage a problem it is much easier to read sample systems than to read a mind.
                          "Make it as simple as possible, but not simpler."
                          Albert Einstein

                          http://www.iadn.com/images/media/iadn_member.png

                          Comment


                            #14
                            Re: Just a quick ?

                            No snow here in southern Ohio. Doesn't really matter to my golf game. Shot 88 on Tuesday but could have been better. Does this sound familiar?

                            Whatever happened to the originator of this thread?

                            Comment


                              #15
                              Re: Just a quick ?

                              I have uploaded the file.... Like I said I am new to this...

                              Comment

                              Working...
                              X