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

DDE Error Message on V7 Runtime with a5.close() method...

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

    #31
    Re: DDE Error Message on V7 Runtime with a5.close() method...

    mmm ok, Maybe it's a side effect.
    We don't use McAfee or AIM and all of our workstations have the same software setup.
    Ing./bict Brendo Bongers
    Software Engineer

    http://www.brendobongers.nl

    "There's more than one way to skin a cat."

    Comment


      #32
      Re: DDE Error Message on V7 Runtime with a5.close() method...

      I get the same error in version 5 and 7 full program.
      It is intermittent.

      Comment


        #33
        Re: DDE Error Message on V7 Runtime with a5.close() method...

        I'did try to first close the current db and then close Alpha.
        But that did not solve the problem.

        I think it's a combination of OS settings/service packs and/or other software that causes the error. But most of our workstations have the same config...

        A5 members, please react to this common application error....
        Ing./bict Brendo Bongers
        Software Engineer

        http://www.brendobongers.nl

        "There's more than one way to skin a cat."

        Comment


          #34
          Re: DDE Error Message on V7 Runtime with a5.close() method...

          Selwn explained to me that it was a memory issue on their end that they weren't 'freeing up' upon close.

          ba

          Comment


            #35
            Re: DDE Error Message on V7 Runtime with a5.close() method...

            But howto bypass this error in xbasic?
            Clearing explicit all objects/vars on exit???
            Ing./bict Brendo Bongers
            Software Engineer

            http://www.brendobongers.nl

            "There's more than one way to skin a cat."

            Comment


              #36
              Re: DDE Error Message on V7 Runtime with a5.close() method...

              Hi All,

              Anyone with any news on a fix for this error yet?

              I get it regularly in V5 upwards (Never in v4.5)

              Will V8 fix this?


              Michael
              http:\\www.preschooler.co.uk
              http:\\instantnurserymanager.co.uk

              Comment


                #37
                Re: DDE Error Message on V7 Runtime with a5.close() method...

                I've had this error (or similar error) show up on a script that runs 4 operations sequencially.

                The error appears when A5 is closed - either from a5_close() or pressing the exit button, or pressing the big red X.

                I then took the xbasic code from each operation and created a function for each. function1(),function2(),function3(),function4() - OK, I really used other names..... but it was like that. I created the functions by showing the xbasic from a script that calls the operations. That way the operation is still used and can be modified as needed.

                Example 1.
                Code:
                FUNCTION RepostDataSilent1 AS C ( )
                'Zero out WO Line Qty Recd
                query.filter = ""
                query.order = ""
                
                DIM operation_name as c
                operation_name = "updWoLineQtyRecdto0"
                    update.run_silent(operation_name,query.filter,query.order)
                END FUNCTION
                The other option is to show the xbasic code for the operation, but it is much longer code and makes the editing of the operation an exercise in modifing xbasic code instead of use the operation card.

                I created another function that calls all 4 of those functions and replaced my call to the script.

                Then the error message stopped.

                I remember a couple of people at the last conference, Selwyn and Ira for sure, that mentioned creating a wrapper function for operations can tighten up the execution of code and eliminate problems like this.
                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


                  #38
                  DDE Error - Not an Alpha error?

                  Hello all,

                  I am positive this is not an Alpha problem. There are different flavors of this problem including the one I have encountered... Alpha wont close!

                  To close, I must launch Task Bar and End Task. I believe upgrading my IE to v7 did the trick. At yesterday's SIG-NY meet, all users had similar problems.

                  Please see the attached zip file with one BMP. My problem began when I could not install any application on my MS Windows 2003 Server

                  I called Microsoft and after hours of trial and error, the fix seemed to be simple...

                  My Computer >> System Properties >> Advanced >> Performance Options >> Data Execution Prevention Check >> DEP for essential Windows programs and services only

                  For those who want to get Microsoft involved, refer to SRX060220600099 (This is dating back to February '06). This will help MS to narrow down their search and find a resolution faster

                  Wishing all speedy recovery!

                  Mickey
                  Mickey Shekdar

                  Comment


                    #39
                    Re: DDE Error Message on V7 Runtime with a5.close() method...

                    Hi,

                    I have ordered V8 and on receipt this error will be the very first thing that I check. I am still shipping all my apps in V4.5 because this error never appears with that version.


                    Michael
                    www.preschooler.co.uk
                    www.instantnurserymanager.co.uk

                    Comment


                      #40
                      Re: DDE Error Message on V7 Runtime with a5.close() method...

                      Michael, good morning (or good afternoon)...

                      You're probably on top of this already but there were some changes required in order to transition an app from v4.5 to v5. These would need to be done in a jump from v4.5 to v8.

                      -- tom

                      Comment


                        #41
                        Re: DDE Error - Not an Alpha error?

                        Originally posted by catplus View Post
                        Hello all,

                        I am positive this is not an Alpha problem. There are different flavors of this problem including the one I have encountered... Alpha wont close!

                        To close, I must launch Task Bar and End Task. I believe upgrading my IE to v7 did the trick. At yesterday's SIG-NY meet, all users had similar problems.

                        Please see the attached zip file with one BMP. My problem began when I could not install any application on my MS Windows 2003 Server

                        I called Microsoft and after hours of trial and error, the fix seemed to be simple...

                        My Computer >> System Properties >> Advanced >> Performance Options >> Data Execution Prevention Check >> DEP for essential Windows programs and services only

                        For those who want to get Microsoft involved, refer to SRX060220600099 (This is dating back to February '06). This will help MS to narrow down their search and find a resolution faster

                        Wishing all speedy recovery!

                        Mickey
                        The error that you descibe is not the same error that we are pointing at. We are getting a DDE error. After the error Alpha closes normally, without shutting it down by killing it's process.
                        And the DEP option is already checked by default.
                        Ing./bict Brendo Bongers
                        Software Engineer

                        http://www.brendobongers.nl

                        "There's more than one way to skin a cat."

                        Comment


                          #42
                          Re: DDE Error Message on V7 Runtime with a5.close() method...

                          This never occurs with V4.5 and previous versions. Only from V5 upwards.

                          Michael

                          Comment


                            #43
                            Re: DDE Error Message on V7 Runtime with a5.close() method...

                            Originally posted by Al Buchholz View Post
                            Then the error message stopped.
                            But now it's back...

                            Still looking for a fix...
                            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


                              #44
                              Re: DDE Error Message on V7 Runtime with a5.close() method...

                              Did this ever get resolved?

                              It occurs in all of my apps but only if I've done some development or used the app. It also occurs with runtime apps. In other words, it will not appear if I simply open and close the app. I am using the current build.

                              Thanks....kenn
                              TYVM :) kenn

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

                              Comment


                                #45
                                Re: DDE Error Message on V7 Runtime with a5.close() method...

                                I don't know if this has anything to do with it, but V7 will frequently not close a table when you run an operation - it's not consistent. A way around it is to create a script or function with the code for the operation. That way you are opening and closing the file from within the script/function.
                                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