ads69
ads69
Hi, I have done a test work based on the article_crud sample. Everything works fine , except that I cannot retrieve data from Blob fields. My table structure is like...
Hi, It would be nice to have a OnSerializeEvent, something like `Procedure OnSerialize(Sender:TObject;PropertyName:String;Var WriteProperty:Boolean; PropertyValue:TValue);` Let's imagine that many users should get some information from the server. I have an...
Hi, I face a problem with Endpoints when no parameters are passed : I have `[MVCDoc('Get a customer')] [MVCPath('/v1/customer/($id)')] [MVCHTTPMethod([httpGET])] [MVCRequiresRole('admin;standard;read', MVCRoleEval.reOR)] Procedure Get_Client(id: String);` And `[MVCDoc('Returns a list of...
When you have generated a Server and a client Project. When launching the client, you can "Get" the table content, if you try to refresh the data you will get...
Hi, Can you add the possibility to log to a Tstringlist ? I have tryed to do it. [UEvLogToStringList.zip](https://github.com/danieleteti/loggerpro/files/13674604/UEvLogToStringList.zip) but for very fast processing, when trying to read the StringList...