Results 1 to 3 of 3

Thread: Suggestion: Meta-Tag for WebPublishProcedure & WebPublishFunction

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    1,830

    Default Suggestion: Meta-Tag for WebPublishProcedure & WebPublishFunction

    Hi DAW,

    Can we have a meta-tag for Publishing a Procedure/Function ? Or possibly to reuse the current "Published" meta tag ?

    This is related to callback procedures for ShowYesNo dialogs - wouldn't it be easy to just right-click the procedure/function and select "Published" instead of remembering to add the "WebPublishProcedure" somewhere in the code and also remembering to remove it.

    Code:
      { Published=True }
      Procedure SpecialCostOverwriteCallback Integer eConfirmMode
      End_Procedure
    Instead of:

    Code:
      Procedure SpecialCostOverwriteCallback Integer eConfirmMode
      End_Procedure
      WebPublishProcedure SpecialCostOverwriteCallback
    Regards,
    Raveen Sundram

    Software Development Manager
    Excellent Software Ltd
    Auckland, New Zealand
    www.helixretail.co.nz


  2. #2
    Join Date
    Mar 2009
    Location
    Beech Hill - a village near Reading in the UK
    Posts
    2,812

    Default Re: Suggestion: Meta-Tag for WebPublishProcedure & WebPublishFunction

    +1

  3. #3
    Join Date
    Feb 2009
    Location
    The Netherlands
    Posts
    4,674

    Default Re: Suggestion: Meta-Tag for WebPublishProcedure & WebPublishFunction

    A meta tag would be more elegant indeed. I remember that we did look into that but that there were technical difficulties that made us not do it. Don't remember the specifics..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •