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

show/hide tabs in linked Content

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

    show/hide tabs in linked Content

    Has anyone expiremented with trying to show/hide tabs in a grid's linked content area (see image)?

    The definition of the linked Content area is held in tmpl.linkedContentDefinition, so I think it is possible to modify the contents of that parameter through events.

    The idea was to hide a tab if there were no records in that particular related grid.
    Steve Wood
    See my profile on IADN


    #2
    Re: show/hide tabs in linked Content

    I found a potential solution. I can create different Linked Content Sections, one for each that I want to show/hide, then use this syntax in the appropriate freeform area (Alpha automatically places the linkedcontentsection code in freeform).

    <%a5
    if CONDITION = .t.
    %>
    {LinkedContentSection:GRID_A}
    <%a5
    else
    %>
    {LinkedContentSection:GRID_B}
    <%a5
    end if
    %>
    Steve Wood
    See my profile on IADN

    Comment


      #3
      Re: show/hide tabs in linked Content

      Did this work for you Steve?

      Chad
      Chad Brown

      Comment


        #4
        Re: show/hide tabs in linked Content

        My solution works fine as a server-based solution. The browser has to refresh to cause any content section to show/hide. I am working through a suggestion by Selwyn to make it a client-side event using watch events.
        Steve Wood
        See my profile on IADN

        Comment


          #5
          Re: show/hide tabs in linked Content

          Now I need this too. I'm OK with server-side but wouldn't mind client-side action.

          I even tried this in the OnGridExecute Event:

          Code:
          dim tabstr as c
          tabstr = <<%a%
          <[6]<gridName="LOCATION_DAILY_ORDER_LIMITS_NEW">
          <linkFields="LOCATION_ID (C) = LOCATION_ID (C)">
          <hideLinkFields=.F.>
          <inheritParentStyle=.T.>
          <tabLabel="Daily Order<br> Limits">
          <overridesettings="">
          <workingMessage="">
          >%a%
          
          e.tmpl.linkedContentDefinition = stritran(e.tmpl.linkedContentDefinition, tabstr)
          flagMustRecalculateAllProperties = .t.
          And even though debugger confirms that the string was successfully removed, the linked grid continues to display.
          -Steve
          sigpic

          Comment


            #6
            Re: show/hide tabs in linked Content

            Steve - did you get this working for Client side?
            Steve Wood
            See my profile on IADN

            Comment


              #7
              Re: show/hide tabs in linked Content

              No, I haven't found a solution yet. For now I've had to tell the customer that it can't be done.
              -Steve
              sigpic

              Comment


                #8
                Re: show/hide tabs in linked Content

                I'm waiting for a feature in A5Web to do this from the very early start of my using (only 8 moth ago :-). I really hope Selwyn will implement it in version 11 (and release it in a feature pack before its release).

                For now, what is your opionion the following work around:

                create a bunch of action buttons, uses images shaped as tabs for them, and show the desired content in the grid. The action buttons provide all the necessary features to conditionally show it (even usergroup based access can be achieved in this way). Of course not as nice as the real thing but better than selling 'no' to a customer perhaps?
                Ger Kurvers
                Alpha Anywhere / V4.6.1.9- Build 6488 (production) / V4.6.5.1 - 8722-5683(testing)
                Development: Mysql, windows 10 64 Applicationserver: standard on Windows server 2019

                Comment


                  #9
                  Re: show/hide tabs in linked Content

                  I did have some good information from Selwyn on this many months ago. I cant find it, which is odd because I guard those emails like they are gold. But anyway it was using watch events to 'watch' for changes in some criteria, then using ajax callback to alter CSS, probably pushing "DISPLAY:none" to hide the tab.

                  I have a mega-grid that is becoming more mega. It already has 12 tabs and total of 18 grids linked. Going to 18 tabs and 26 grids - but I need to show/hide the tabs depending on data elements in the table that supports the parent grid. Like if "CompanyID=1" show the 12 tabs associated with Company 1, if "CompanyID=2", show those 6 tabs, etc.

                  I can figure it out if the page is being refreshed (I'd just call a whole new parent grid with different tab arrangement) but not if using AJAX features like performing a search, and then selecting one of the records returned in the search. That all happens in the client using Alpha's AJAX grids.
                  Steve Wood
                  See my profile on IADN

                  Comment


                    #10
                    Re: show/hide tabs in linked Content

                    Another thing to watch for here is you cannot control these tabs with security setting, they will always appear then once clicked tell the user in a kind-of-popup, they can't look at the data due to security settings, I've stopped using them (in this case) and put them behind image and button on-click Java Events where you can manage to use security and data filtering. The new Button pack also works well in this situation.
                    Insanity: doing the same thing over and over again and expecting different results.
                    Albert Einstein, (attributed)
                    US (German-born) physicist (1879 - 1955)

                    Comment


                      #11
                      Re: show/hide tabs in linked Content

                      At the risk of showing my ignorance (and when has that ever stopped me anyway) couldn't you put each linked grid in a separate div and then use the Javascript System Event (like onRowSelect) to show or hide the div?

                      Setting up a condition and then using:
                      document.getElementById('gridName').style.display = 'none';
                      should work, shouldn't it?

                      Of course, that's the theory.
                      Now in practice, I want to hide a grid if there are no records in the grid. How do I use javascript to determine the number of records in a "child" grid?

                      Thanks.
                      Jay
                      Last edited by Jay Talbott; 03-09-2011, 02:35 PM.
                      Jay Talbott
                      Lexington, KY

                      Comment


                        #12
                        Re: show/hide tabs in linked Content

                        Not sure how you set up your tabs, but if it's A5 doing it, then Jay is right, but you may not need your own div id 'cause A5 supplies it. In another recent thread here about Tab Focus, there's some code as follows:

                        Code:
                        $('GRD_SPLIT__MASTERTEMPLATE.0.PANE').style.display=none";
                        $('GRD_SPLIT__MASTERTEMPLATE.1.PANE').style.display="block";
                        $('GRD_SPLIT__MASTERTEMPLATE.0.TAB').className="GlassBlueFormTABLE GlassBlueColumnTD A5TabTopOff";
                        $('GRD_SPLIT__MASTERTEMPLATE.1.TAB').className="GlassBlueFormTABLE GlassBlueDataTD A5TabTopOn";
                        which displays and hides tabs. There is a focus problem which I'm looking at, however.

                        Comment


                          #13
                          Re: show/hide tabs in linked Content

                          Here is a thought:

                          http://www.cssnewbie.com/showhide-co...ss-javascript/

                          Comment


                            #14
                            Re: show/hide tabs in linked Content

                            Here is another post where I have a link to a video on this.

                            http://msgboard.alphasoftware.com/al...ght=tab+groups
                            Steve Wood
                            See my profile on IADN

                            Comment

                            Working...
                            X