Jump to content

Corsol

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Corsol

  1. ok, but the owner of my licence is the company where i work for. i need ti ask for additional info to my manager.
  2. My version is 1.90.0.1543 for delphi Tokyo. Thanks
  3. Hi, is there a way to paste a specific text when i click on a button at caret position into DBHTMLMemo component? I've this task: when user click on a button, the click event has to put a fixed text into UniDBHtmlMemo at caret position (like a placeholder or other marker text). How to do this goal? Thanks
  4. Thanks for reply, but this is not what i need. I don't use the querystring parameter, but Server Variables of IIS. Inside Url Rewrite configuration of my web application, i can manage server variables as described here: https://learn.microsoft.com/en-us/iis/extensions/url-rewrite-module/url-rewrite-module-configuration-reference#using-server-variables-in-rewrite-rules I need to read variable defined in this IIS Url Rewrite config from UniApplication. Thanks
  5. Hi, i'm banging on a simple problem. On my windows 2019 server i've configured IIS for url rewrite to send request from my application to the local service unigui application builded in delphi. On Url Rewrite config, i've setted some custom server variables (like https://learn.microsoft.com/en-us/iis/web-dev-reference/server-variables) that i want to read on my application, but i don't know how to read it! Is there a way to read custom headers variables in http request from Server Module or Main Module or other component? Thanks
×
×
  • Create New...