go to post Rochdi Badis · Oct 27, 2021 I need to include a date picker in a tablepane cell, as you know you can include a textbox a link...etc in a tablepane cell but how can you include a date picker? Thanks
go to post Rochdi Badis · Jun 24, 2021 I can see that what's making the row taller is the 20em as attached but I don't have that style in my form, so not sure where is it coming from?
go to post Rochdi Badis · Jun 24, 2021 actually when I ran my app in Chrome the rows are fine !? when I run my page in IE one my tablepanes is good but the second has tall rows but running it in chrome both are good, so why not in IE and only for the second one? thanks
go to post Rochdi Badis · Jun 8, 2021 Thanks but I'm looking for more flexible way where I can manage the export and import process using objects or query (although I prefer objects) in a class method or routine as I'm exporting data from one class from Server 1 to a different class in server 2 (class name has changed), so using my class method or routine to export only the data i need into a cvs file then import it to server 2 class 2 in a specific way using an import routine, so using the Wizard may not be suitable in this case ? well, if the export wizard can give me a csv file that would be good, but I using ensemble 2014? Thanks
go to post Rochdi Badis · Jun 8, 2021 Thank you very much, that actually answered my question, thanks Eduard
go to post Rochdi Badis · Jun 8, 2021 Thanks but that wouldn't help in my case Basically, I'm looking to export the data of a certain class with record ID, and Full_Description fields from eg. RMI.myclass into a spreadsheet than import it to another class, either by using a sql query or maybe better using objects (eg. S rec=##class(RMI.myclass).%OpenId(id)) and loop through the records and save to a .csv files? Thanks
go to post Rochdi Badis · Jun 8, 2021 i'm not trying to read the properties or the dictionary of %GlobalCharacterStream datatype, i'm trying to read a field defined as %GlobalCharacterStream? thanks
go to post Rochdi Badis · Jun 8, 2021 sorry but if i use from %Dictionary.propertydefinition, what abouit the claas itself where the field belongs ? because the field i'm trying to ready is in a class with many other fields ? thanks