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

Development question

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

    Development question

    I am new to developing applications for sale. I am planning to make run time applications. My question; is it sometimes advisable to have the client purchase a full working version to give them more flexibilitly (such as making letters on their own letterhead), assuming they learn how to use such features?
    Richard Urban

    Grocery Delivery Software for Stores and Entrepreneurs: http://www.urbangrocery.com

    #2
    RE: Development question

    Unless you want to hand hold them all the time, I think Alpha 5 is the one database that you can easily give that type of access to the end-user (within reason).

    Just be careful to keep the data dictionaries in sync.


    Regards,

    Ira J. Perlow
    Computer Systems Design & Associates
    [email protected]
    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


      #3
      RE: Development question

      Ira:

      Will version 5 allow us to offer just selected parts of the control panel to our users? For example, it would be nice if we could offer the user the ability to design their own reports and letters, but not allow them access to ther areas. Do you agree?

      Gary Traub
      Gary S. Traub, Ph.D.

      Comment


        #4
        RE: Development question

        yes, yes, yes, yes, yes, and, oh, by the way, yes!
        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


          #5
          RE: Development question

          So that would mean building a back up routine in to the application so that any changes the client makes could be transmitted back to me, to keep my version up to date?
          Richard Urban

          Grocery Delivery Software for Stores and Entrepreneurs: http://www.urbangrocery.com

          Comment


            #6
            RE: Development question

            You can give these abilities to users now thanks to A5v1.

            Try this:
            Make a button. On the OnPush event place this code:
            filename="YourTableName.dbf"
            card_spawn("report_editor","spawndb=~"+filename+"~")

            This will Open up the report editor. And let the user desing a report.

            Now, the weakness is how do you let the user save this report and then let the user make a button to reprint it sometime in the future?

            That's What I am looking for!

            Dan
            Dan

            Dan Blank builds Databases
            Skype: danblank

            Comment


              #7
              RE: Development question

              Hi Dan,

              >>and then let the user make a button to reprint it sometime in the future?

              Comment


                #8
                RE: Development question

                WOW - I did not know that you could do that!

                But:

                1. if there are say 10 reports associated with a table, how do you specify a specific report to be opened in design mode?

                2. can this be used to allow the user to create their own reports.

                I suppose this will only work in the full version, not the run time. Is that correct? What I am really after is the ability to let the user in a run time to add, or change their own reports, letters, and labels. Is that possible? If not, will version 5 offer this feature? Many commercial applications have built in report designers and that is what I would like to include in my application.

                Thanks for any help or suggestions.

                Gary Traub
                Gary S. Traub, Ph.D.

                Comment


                  #9
                  RE: Development question

                  Thanks Jim I will give that a try!

                  Dan
                  Dan

                  Dan Blank builds Databases
                  Skype: danblank

                  Comment


                    #10
                    RE: Development question

                    Here's a personal opinion based on my having sold apps to customers for the last 7 years.

                    I virtually never recommend selling an app to someone that wants to edit it themselves, for this reason: many apps involve a lot of interconnectedness (if that's a word) to make them run well. If a customer decides to change one thing, there's always the possibility that the change will impact something else. Next thing you know, they're calling because that "something else" no longer works properly. Then you have the potential disagreement as to whose fault it is, and who should pay to fix it.

                    Since I spend a great deal of time to make my apps as functional as possible, and back them up with a very thorough warranty (i.e., even if I think something might be their fault due to stupid data-entry or other causes, I'll fix it at no charge, to maintain good customer relations), i don't need the added headaches associated with having a customer "tinkering" with the app.

                    Here's one way to look at it: Let's say you bought a new car and, since you're a pretty good backyard mechanic, decided to tweak the fuel injection. If something goes wrong, do you think Ford would fix it under warranty, knowing you had messed with it?

                    To temper the above somewhat, I do have a couple customers that have the full version, and at times it is more expedient for me to walk them through a simple change that to send the necessary files to do the same thing. But I have made it very clear to them that they should only make these changes with my direct supervision.

                    As I said, this is a personal opinion, and other situations might work with other people. This is what works best for me.

                    Comment


                      #11
                      RE: Development question

                      One more thought: suppose your customer alters a report in a set called SALES, and then sometime later asks you to create a new form in that set. If you fail to get the changes he made, when you create the new form, his changes will be gone.

                      Comment


                        #12
                        RE: Development question

                        I'll second Bill Warner's comments. I have two customers who insist on doing this type of thing and a couple issues have arisen:

                        With the first customer I'm lucky to have a good relationship because there have been a few instances where we have lost forms, reports, etc. due to 'synchronization' problems as Bill mentioned. Other than that, this customer hasn't been too bad.

                        The other customer insists on keeping the ability to do just about anything. As a result, I have wasted a lot of time fixing things, coordinating my efforts with his, and generally trying to figure out just what he is trying to do. And time = $$, so this is becoming an issue. He thinks the cost is high compared to the results and he is right - even though I've reduced my hours billed in some cases. But it's because the directions keep changing along with the 'basis' of what I'm doing. (ie, new forms, new indexes, etc. are constantly be added by the customer.) So, I can't just sit down and work efficiently.

                        In both these cases, and in other situations where I have started from something developed by the customer, I often find very inefficient methods being used. For example, 20+ copies of the same report with just a different header, many indexes and saved operations created for one-time use but not deleted (which ones are still needed?), forms used as reports so now you can't add buttons or other usability features such as tabbed forms and nice background images. In some cases, the data dictionary files have become huge because all control has been lost.

                        Comment


                          #13
                          RE: Development question

                          All these are great points. I think the bottom line is that you all are recomending not letting the user get in the way of a nice running appliation. That all makes sense to me. But, what about a way to let users design their own reports, letters, and labels. That would give them a huge measure of increased functionality, without in any way interefering with what has already been developed by the programmer. I really think this is a fairly standard feature of good competitive programs on the market. Am I missing something?

                          Gary Traub
                          Gary S. Traub, Ph.D.

                          Comment


                            #14
                            RE: Development question

                            Gary, I think this would be fine, as long as you were done with the app. But during the development, it could cause a lot of problems.

                            As far as letting them "design" a report, I have done this to a certain extent in Runtime. I designed a report that has many IF statements, each of which referenced a logical variable. These variables are defined in a dialog form with check boxes. While in this form, the user checks which field they want to include in the report. Then the report includes only those that are checked.

                            Obviously, there are some limits to this approach. In my app, I had two different reports, and the one to be run was determined by which field/fields were chosen. This allows a fair degree of flexibility. Yes, it's time-consuming to set up, but I'd much rather spend the time doing this than trying to fix what the user might do.

                            Comment


                              #15
                              RE: Development question

                              Gary, there are several message threads, and a couple of articles at Dr. Wayne's discussing ways to build a report and include space for the user to insert variable text (even things that are several paragraphs in length).


                              In this scenario you don't give the user the option to build new reports, you just make it possible to modify reports which you've already designed and included.

                              Comment

                              Working...
                              X