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

Table Lookup Specify Form

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

    Table Lookup Specify Form

    I defined a table lookup for a field in field rules. I specified the form I wanted to use to enter new records. During data entry, the lookup window opens and I click on the popup window's Enter button to display the data entry form I want to use to add another record to the lookup table. The form opens but is blank. What am I missing? If I use the default form, it works fine. Thanks.

    #2
    RE: Table Lookup Specify Form

    Hi Gary,

    I don't know what is askew in your case but FYI I do what you are trying to do all the time without issue.

    Since the default works and your custom form doesn't, have you tried making a new custom form, even if it just a saved and renamed copy of the default. The enter form pops up in dialog mode (I think) and I have read accounts of code attached to form events interacting (and interfering) with forms opened in dialog mode.

    Sorry I can't be more helpful.

    Bill
    Bill Hanigsberg

    Comment


      #3
      RE: Table Lookup Specify Form

      If I understand you, when you open the desired form to
      enter a NEW record, it should be blank. If you enter the
      information, then save the record and then go back to
      the form to "change", is the data still there? If so,
      it is working. Need more....call me

      Comment


        #4
        RE: Table Lookup Specify Form

        The Entry Form itself is blank, no fields, no nothing. I created 2 small test tables and defined a lookup with an Entry form. It worked fine. I think that the problem might be related to the use of the form's OnKey event. My form has 2 conditional objects. COND1 has 2 browses and 1 subform. COND2 has 2 forms. When I click on the Enter button on the popup window, the OnKey code is perhaps preventing the Entry Form from displaying ? I'll keep you posted.

        Comment


          #5
          RE: Table Lookup Specify Form

          It's not the OnKey event that's causing the problem. I removed all of the OnKey code, saved the form and tried to enter a new record. Same problem.

          The set I use is a one to many. One parent table and one child table. The problem with the blank lookup entry form occurs when I enter a new child record using a subform. That's the next area to look at.

          Will keep you posted.

          Comment


            #6
            RE: Table Lookup Specify Form

            It's not the subform. I entered a new record using the child table's default form. Same problem. I'm using build 221. I will download build 230. Later.

            Comment


              #7
              RE: Table Lookup Specify Form

              Gary,

              For the little that it's worth, I'm using 221 as well.

              Bill
              Bill Hanigsberg

              Comment


                #8
                RE: Table Lookup Specify Form

                I found the problem and do I feel stupid. The entry form had an embedded browse on it. I removed the embedded browse and now it works just fine. Still using build 221. Thanks for your help.
                Gary

                Comment


                  #9
                  RE: Table Lookup Specify Form

                  Gary,

                  It's a complex environment with a zillion interacting factors. So easy to overlook one.....

                  Bill
                  Bill Hanigsberg

                  Comment


                    #10
                    RE: Table Lookup Specify Form

                    You gotta love this bunch of A5 diehards!

                    Two guys are up at midnight, another responds at 5:00AM; they get 2 or 3 hours sleep and then they go at it again!

                    Now that's dedication!
                    Peter
                    AlphaBase Solutions, LLC

                    [email protected]
                    https://www.alphabasesolutions.com


                    Comment


                      #11
                      RE: Table Lookup Specify Form

                      Ah Peter,

                      So fine is the line separating dedication from dysfunctionality and so difficult to know which side of the line one is on!

                      Bill
                      Bill Hanigsberg

                      Comment


                        #12
                        RE: Table Lookup Specify Form

                        How's this go....

                        "No rest for the die hards and the dysfunctionalites don't need any!

                        So, Bill the side of the line we're on is in the eye of the beholder since we'er too tired to know the difference.

                        ken
                        TYVM :) kenn

                        Knowing what you can achieve will not become reality until you imagine and explore.

                        Comment


                          #13
                          RE: Table Lookup Specify Form

                          And then there are those that have young children that are up at 4am anyway, so they might as well get a few lines of code in anyway! {:?)

                          Regards,

                          Ira
                          Regards,

                          Ira J. Perlow
                          Computer Systems Design


                          CSDA A5 Products
                          New - Free CSDA DiagInfo - v1.39, 30 Apr 2013
                          CSDA Barcode Functions

                          CSDA Code Utility
                          CSDA Screen Capture


                          Comment


                            #14
                            RE: Table Lookup Specify Form

                            And there are those of us who wake up at 2 or 3 thinking about work and can't get back to sleep so what's another hour or two on the machine and then a quick nap before 6?

                            The moral of the story? We love to develop and tinker, explore new possibilities and stretch our horizons. Folks like you are way ahead of folks like me so I enjoy following your expertise and making notes.

                            ken
                            TYVM :) kenn

                            Knowing what you can achieve will not become reality until you imagine and explore.

                            Comment


                              #15
                              RE: Table Lookup Specify Form

                              FYI: It's been awhile since this issue was raised but I was using Search to finda a solution to a similar problem. Mine was that a blank screen came up only when using a lookup table with a specified form and entering a new record in the lookup table. The difference was that my lookup form did not have a browse table.

                              The only way around this was to first perform a change operation on one of the lookup entries in order to get the correct form to appear. (Didn't have to save the change - just start it so the form appeared.) After that I could perform an enter operation and everything would work fine no matter how long the program was open.

                              After reading the solution to Gary's problem, I went back to my form and discovered an OnFetch event I had forgotten about. After deleting the event, all works well again.

                              Comment

                              Working...
                              X