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

FPT issue

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

    #16
    Re: FPT issue

    This has been an on going problem with our application as well.

    Would someone be willing to post a sample that has a separate table for memo fields so we could learn how to properly link the memo field table to the records?

    Thanks

    Comment


      #17
      Re: FPT issue

      Originally posted by Tom Cone Jr View Post
      Larry,

      The memo format uses binary pointers to mark the beginning and ending of each separate block of memo text. I've seen instances of corruption when users "paste" text into the memo field from word processors without first stripping out the binary print format control codes that text may contain. If your users are cutting and pasting text from other applications this may explain what happened.
      is

      Is it possible to disable ctrl-v in an application?

      Thanks

      Comment


        #18
        Re: FPT issue

        Mark, I think you can disable ctrl-v in a form using the onkey event to prevent the keystroke from being passed on to Windows. Don't know of a way to do it in one step across the entire application.

        Would someone be willing to post a sample that has a separate table for memo fields so we could learn how to properly link the memo field table to the records?
        Assuming the primary table has a single memo field you could "move" the link field value and the memo field to another table like this:
        a) freeze data entry in the database. You don't want folks on the network entering or changing data while you do this.
        b) duplicate the table, giving the new table a different name of course. Duplicate is an option on the utilities menu of the right click menu for your table.
        c) modify the structure of the new table to delete all fields except the link field and the memo field
        d) link the new table to the primary table in a new set using a one to one linkage
        e) browse the set to verify that the memo field data is present twice. Once in the primary table and again in the linked child table
        f) modify the structure of the primary table to delete the memo field
        g) modify the forms, browses and reports that are based on the primary table. Base them on the new set, instead.

        It would be prudent to make a couple of good backups of the primary table before beginning the sequence.

        Before doing this let us know if you have further questions.

        -- tom
        Last edited by Tom Cone Jr; 09-02-2014, 08:01 AM.

        Comment


          #19
          Re: FPT issue

          Having analysed all of my memo fields I have decided to take the simple, though somewhat laborious route, of replacing my memo fields with ch250 fields. I have also now established that the very large memo fields in one part of my application are running perfectly, with the damaged FPT being in another area where one specific user does most of the updating. He is particularly computer literate and always finds shortcuts. He always works with at least two instances of Alpha running, and cuts and pastes all over the place. Problem solved and many thanks for all of the input

          Comment


            #20
            Re: FPT issue

            Hi Larry,
            I wish you hadn't said that. My users are coming from a DOS program and that is exactly what they do - open multiple copies to keep from having to back out of the menu system in the DOS program. Sigh, hopefully I can convince them this ought not to be necessary in my A5 app. It never occurred to me that with an unlimited runtime license, they might be able to do this.
            Robin

            Discernment is not needed in things that differ, but in those things that appear to be the same. - Miles Sanford

            Comment


              #21
              Re: FPT issue

              N/t dupe post
              Robin

              Discernment is not needed in things that differ, but in those things that appear to be the same. - Miles Sanford

              Comment


                #22
                Re: FPT issue

                Robin, couple of suggestions.
                1. Use Throttle User Count. Won't stop everyone if you don't have them all running though but it's a threat.
                2. Create a Logged in table which can be cleared nightly or on demand.
                3. There should be a check somewhere to see What's Running either in Windows or AS. I'll have a look when I land later.
                See our Hybrid Option here;
                https://hybridapps.example-software.com/


                Apologies to anyone I haven't managed to upset yet.
                You are held in a queue and I will get to you soon.

                Comment


                  #23
                  Re: FPT issue

                  I have customers using the "multiple copy open" system with great success. I do have all memo fields in separate tables with maybe 3-5 fields connector, date and/or time, user name, memo. Memo fields are ONLY used where absolutely necessary and never as a crutch or catch all. This has pretty much eliminated the corruption for me. Generally, my clients are not trying to add records to both, but can use the second opening for a quick look up of name or phone or other. Explained: most dealers have the callers number show up on their phone, so they can do a number find and know who they are talking to.

                  2 things we need to figure out is how to keep opens to a minimum like 2 for me and the other is to stop copy-paste out of their ability

                  Many apps will not allow but one copy open in windows. I never worried about how they do that, but know there must be.

                  some kind of keyboard trap for copy and paste? does not seem enough since it can be done with mostly mouse.
                  Last edited by DaveM; 09-04-2014, 01:02 PM.
                  Dave Mason
                  [email protected]
                  Skype is dave.mason46

                  Comment


                    #24
                    Re: FPT issue

                    Why multi copy open requirement Dave?
                    Sorry, reread the explanation.
                    So why not display all contacts for that site?
                    Last edited by Ted Giles; 09-04-2014, 04:04 PM.
                    See our Hybrid Option here;
                    https://hybridapps.example-software.com/


                    Apologies to anyone I haven't managed to upset yet.
                    You are held in a queue and I will get to you soon.

                    Comment


                      #25
                      Re: FPT issue

                      Ted, if they are inputting data in a form and a call comes in, they can go to the second instance with one click where the app is open in a search already rather than saving and then going to a search. That would be a minimum of 2 clicks depending where they are in the input or printing delivery reports(forms to sign) where it could be several clicks at best.
                      Dave Mason
                      [email protected]
                      Skype is dave.mason46

                      Comment


                        #26
                        Re: FPT issue

                        Understand. I had that situation a few years back with a recruitment and staff agency.
                        The team were cold calling and updating, and when a job was identified, a search was made of the people available.
                        The way I handled it was to have two menu buttons.
                        Button 1 automatically saved and closed the current form, launched the search facility as read only.
                        Button 2 closed the search and opened the record you were previously working on.
                        See our Hybrid Option here;
                        https://hybridapps.example-software.com/


                        Apologies to anyone I haven't managed to upset yet.
                        You are held in a queue and I will get to you soon.

                        Comment

                        Working...
                        X