1

(1 replies, posted in Script)

It's possible to send HTTP send/receive request using scripts?
Thanks
JK

2

(1 replies, posted in Script)

It's possible to set/change color to grid/field (column)?
Thanks

3

(2 replies, posted in Script)

Thank you very much for you help and prompt reply.
Waiting for latest version 1.41

4

(2 replies, posted in Script)

Please let me know how to validate for empty date field ( not empty ) using script.
I have problem with script like below:

procedure mm_add_edit_edDate_OnExit (Sender: string);
begin

     if mm_add_edit.edDate.?????????? = '' then
     begin
          ShowMessage('Prosze podac date testu.');
          mm_add_edit.edDate.Color := clRed;
         
     end;
end;

Thanks
Jerry

5

(6 replies, posted in General)

Good work.
I am waiting for simple scripts to be available for calculation and data editing.
Jerry

Please use RealEstate project and add phone_no to database.
Then delete database as suggested. No change phone no is not saved and re displayed later on.
Please investigate and let me know when fixed. This is important part of development.
Thanks for your support and product,
Jerry

When added a new field to database I am unable to save and list ( empty field displayed ).
How to add a new field to database?
Thanks
Jerry