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

V10 Major Enhancements For Desktop Apps

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

    V10 Major Enhancements For Desktop Apps

    V10 is all about Codeless AJAX AND MAJOR ENHANCEMENTS FOR DESKTOP APPS

    CLICK HERE to find videos of many of the enhancements for building DESKTOP applications with Alpha Five v10

    Alpha Five V10 - What's New on the Desktop

    Debugger


    Debugger The V10 debugger has been completely rewritten. It is much faster and has a huge number of new features to make your debugging easier and more productive.

    This video gives a brief overview of the key new debugger features.
    • color coding
    • search for text
    • goto line
    • hover over variable to see value
    • drag drop to watch window
    • drill down of property and array values
    • comment out a line at runtime
    • persistent watch variables
    • save watch variables to file
    • load watch variables
    • expand/collapse watches makes it easy to see multi-line values
    • step out


    Watch Video

    Conditional Breakpoints This video shows how you can set a conditional breakpoint. Previously, if you set a breakpoint in your code, the debugger would always stop when that breakpoint was hit. Now, you can set a breakpoint and specify a condition. The debugger will only stop if the condition is true.

    Watch Video

    Global Breakpoints Sometimes when you are debugging code, you know that a variable's value is getting changed, but you don't know exactly which section of your code is changing the variable. The new 'Global Breakpoints' feature allows you to set a breakpoint on an expression.

    Watch Video

    Variable Logging This video shows how you can use the new Logging feature in the Debugger to track changes to a variable.

    Watch Video


    Supercontrols


    Alphabet Button Search This video shows how easy it is to put an 'Alphabet Button' search bar on a Form layout using the new 'Alphabet Button Search' supercontrol. The control puts buttons for each letter of the alphabet on the form and when you click a button the table is searched for records that start with the letter of the button you pressed. You can choose options that automatically disable or hide buttons for which there are no matching records.

    Watch Video

    Dropdown Browse Search This video shows how easy it is to put a 'Dropdown Browse Search' supercontrol on a Form. The control is like an edit-combo box. When you click the down arrow, a drop down multi-column browse appears. You can navigate to a particular record in the dropdown browse and then when you click on a record in the dropdown browse, the dropdown browse is closed and the record shown in the Form is changed to show the record that you selected in the dropdown browse.
    Alternatively, you can type a value into the control and press enter, which navigates you to the correct record.
    This video shows how we place a 'Dropdown Browse Search' supercontrol to search the Customer table by Lastname. The dropdown browse also shows the Firstname, City and State fields.

    Watch Video

    Dropdown Browse Search - Cascading This video shows how you can create cascading Dropdown Browse Search supercontrols on a Form. The first supercontrol shows a list of states and the second supercontrol shows a list of cities. The second control however is constrained to show only the cities in the selected state.

    Watch Video


    Automatic Backup and Version Tracking

    Automatic Backup and Version Tracking of Layout and Field Rules Now, when you save any Layout (Form, Report, Label, Letter or Browse), or Field Rules, Alpha Five makes an automatic backup of your Layout or Field Rules and it keeps all previous backups as well.

    At any point you can right click on a Layout in the Control Panel and revert to any prior version of that Layout.

    You can now more freely experiment with your Layouts because you know that at any point you can revert to a prior version. Also, the risk of loosing a Layout because of a file corruption is eliminated.

    Watch Video

    Form Layouts - Headers and Footers

    Headers and Footers Spreadsheets have headers and footers - sections of the spreadsheet that you 'lock' so that when you scroll the spreadsheet, the headers and footers always remain visible on the screen.

    Now, you can add headers and footers to your form so that when the window that contains the form is smaller than the form itself and the window has a vertical scroll bar, the header and footer section always remain visible.

    Similarly, you can place locked content sections on the left and right hand side of the form so that when the window has a horizontal scrollbar, these locked content sections remain visible.

    Headers and footers and great for placing buttons and logos that you want to be visible at all times, regardless of how the window has been scrolled.

    Watch video

    Dynamic Properties


    Report "Greenbanding" This video shows how the new 'Dynamic Properties' feature in Layout can be used to create a 'Greenbanding' effect in reports where alternating report rows are shown using a different background color.

    Watch Video

    Dynamic Properties In Reports This video shows how the new 'Dynamic Properties' feature in Layout can be used to create a red frame around certain 'standout' values in a report.

    Watch Video

    Forms This video shows several different ways in which the new Dynamic Properties feature can be used in Forms.

    Watch Video

    Forms - Disable Button In this video we show how Dynamic Properties can be used to easily disable a button and change its appearance if a condition is true in the current record.

    Watch Video

    Layouts - Modeless Properties Editor

    Properties Task Pane Previously in Alpha Five, to edit an object's properties, you had to right click on the object and bring up a modal properties dialog. Now, the Dock Panels on the left and right of the screen can contain a new modeless Properties dock panel that allows you to edit properties in a modeless editor.

    Watch Video


    Use Grid Components in Desktop Applications


    Grid Component in an Xdialog - Action Scripting Genie The V10 Grid Components offer a huge array of features - many of which are not possible on the Desktop, or are only possible with some programming effort. However, now you can take advantage of the huge richness of the Grid Component in your Desktop applications. This video shows how you can use the Xdialog Genie in Action Scripting to place a Grid Component in an Xdialog.

    There is no need for the Application server to be running when you open the Xdialog - the Grid Component works without the Application server. The results are stunning!

    Watch Video - Part 1
    Watch Video - Part 2




    Action Scripting


    Toolbox Control This video shows how you can use the Xdialog Genie in Action Scripting to place a 'toolbox' control in an Xdialog. The toolbox control is a very rich control that supports an 'Accordion' style view with animation as different sections of the toolbar are opened and closed. This control makes an excellent menuing system for your applications.

    Watch Video - Part 1
    Watch Video - Part 2

    Dynamic Tree This video shows how you can use the Xdialog Genie in Action Scripting to place a 'dynamic' tree control in an Xdialog.

    A 'dynamic' tree is populated dynamically as you expand each node in the tree. For example, if you have a dynamic tree that shows countries, then states, then cities and the companies, when the tree is initially shown, it only contains a list of countries - so populating it is extremely fast. Only when you start expanding the country nodes, does it do queries to get a list of states in the selected country, and so on.

    The genie allows you to build dynamic trees against SQL and DBF data sources.

    Watch Video

    Dynamic Dropdownboxes (i.e. Cascading Dropdownboxes) This video shows how you can use the Xdialog Genie in Action Scripting to place a dynamic dropdownboxes in an Xdialog.

    For example, you might have four dropdownboxes. The first control will show a list of countries. When you make a selection in the first control, the second control is populated with the states in the selected country. When you make a selection in this control, the third control is populated with a list of cities in that state, and so on.

    The genie allows you to build dynamic dropdownboxes against SQL and DBF data sources.

    Watch Video
    Richard Rabins
    Co Chairman
    Alpha Software

    #2
    Re: V10 Major Enhancements For Desktop Apps

    With the "Dynamic Properties In Reports", what would be the ultimate would be a report writer that could do proper notes to the financial statements. For examples, see:

    http://www.quebecor.com/Gallery/Q3-2...tes-aff-en.pdf
    http://www.novachem.com/investorcent...nsolidated.pdf

    I suppose you can't get much more dynamic than that!

    The idea is that you would need to dynamically change the settings (positioning, wrapping, data types, and disabled) of each field on a per line basis.

    I figure this currently can be done using conditional objects for each style, but the individual fields don't 'stick' very easily to the conditional area in design mode.

    The ability to have a the dynamic fields linked to a separate table of styles would be most helpful.

    Actually, having a special type of conditional field that could hold a number of styles would be better. The idea is that for style 1 it contains 1 memo field across, for style 2 it contains 1 memo field and 2 numeric fields, style 3 would contain 1 memo field and 6 numeric fields, etc.

    Comment


      #3
      Re: V10 Major Enhancements For Desktop Apps

      "Proper notes to Financial Statemants..."

      Dan, I do not understand what you are trying to achieve...

      Financial Statements are gathered using the underlying postings. You want a system to analyse the changes in time and come up automatically with notes to explain them? If Alpha would be able to do that, we would have another real great product: One which could get rid of all those highly overpaid financial analysts..

      Maybe I misunderstood your remarks, but if you think there's a possibility of a system to "Properly note to financial statements" automatically generated by a system, please fill me in and I will invest my savings (and depts) into this...

      R

      Comment

      Working...
      X