Recent content by peterjudge

  1. peterjudge

    Question SpeedScript & Javascript backtick conflict

    PASOE's web transport (web handlers) can return any content type - there's no restriction to JSON. I don't have examples of HTML but PDF and images are at http_samples/web_handler at master · PeterJudgeZA/http_samples . The response object's ContentType must be set, and the Entity property...
  2. peterjudge

    Dynamically hide columns in browse

    It's been a while, but you should be able to get the browse column with the GET-BROWSE-COLUMN() method, and once you have the handle to the column, set the VISIBLE attribute to FALSE. I don't think you can hide individual cells (ie one column in one row).
Back
Top