go to post Rochdi Badis · May 25, 2023 I know that but your samples doesn't show me how to do that which is I'm after :) Thanks anyway I appreciate your help
go to post Rochdi Badis · May 25, 2023 Thanks Ben I'm already aware of the controls that's why I mentioned them in my post, what I'm after is a sample code in how to upload the image file stream it them display it in the image control. Thanks
go to post Rochdi Badis · May 25, 2023 So just something like the attached, Upload on the top and image showing below it once uploaded Thanks
go to post Rochdi Badis · May 25, 2023 Do I have to use REST APIs? I'm saving images locally in a class (filestream) then populating it back in an image control I guess. Thanks
go to post Rochdi Badis · May 10, 2023 Thanks Stephano, Yes it's just fixed rows/Columns, I'm just looking to align my textboxes & labels as in my screenshot above so think of it as tables in HTML but I'm not sure if I can have borders using hgroup & vgroup? Thanks
go to post Rochdi Badis · Apr 6, 2023 Thanks you very much Timo that worked but this is strange it working in the dropdown but if I ran the same query in SMP !, what the first parameter means by empty which field is empty (null)? Thanks Thanks
go to post Rochdi Badis · Mar 20, 2023 Thanks Mac that's more or less what I did but didn't use LinkToFile, rather used Filename Set stream=##class(%FileCharacterStream).%New()Set stream.Filename=FileAfUnZipWhile 'stream.AtEnd {Set ReadFFTData=stream.ReadLine() } Thanks
go to post Rochdi Badis · Mar 20, 2023 Thanks Dmitry, and actually changing to code to copy to filestream then read from it improved a lot, down to 1 sec Thank again
go to post Rochdi Badis · Feb 21, 2023 Thanks Davide, but assigning this new resource to the application or Zen page which is part of my application, would this prohibit other current users from accessing it? Thanks
go to post Rochdi Badis · Jan 27, 2023 It's already running and I want to stop or pause the current running one as attached
go to post Rochdi Badis · Nov 30, 2022 Not sure with option to tick on, do you mean Enable option as below ? Thanks Yaron
go to post Rochdi Badis · Nov 7, 2022 That's the strange thing, checked processes and can't find process ID for it ! Will restart ensemble, thanks guys