Freezer Posted April 29, 2013 Posted April 29, 2013 Hi, In project i use FastScript. Forms and algorithm are stored in DataBase. I want to use the same model with UniGUI, but have some problems. For using UniComponents from script i need to describe all(or mostly) public and published properties and functions of UniGui types. Without source code it's very hard process. Can you share source code with me? Not all, only interface part of "*.pas" files. You may cut all implementation and uses parts, private and protected procedures and functions. I can generate FastScriptRTTI component from it and share with you. If you can't send me code, please, make FastScriptRTTI component by yourself and add it to your framework. TestApp.zip - demo project of UniGUI and FastScript. To edit record, program creating UniForm from "test.dfm" file and attach script to it. If you click on the form, you can see result of working script. I implemented support of UniForm.ShowMessage; P.S. Supporting of FastScript is very important for my project. I am waiting for your answer.Thanks
sagt3k Posted April 29, 2013 Posted April 29, 2013 Hello, I am very interested in this work and we could definitely help us. But from next week, as for now I'm following another urgent project. I have a project where they develop short forms and code are integrated on a database. So by joining forces we could solve all the problems we will encounter. Thanks to you 1
knopix Posted May 24, 2013 Posted May 24, 2013 how to create a Report with Fastscript? for filter report with FastReport how?Thank you Regards Knopix
Administrators Farshad Mohajeri Posted May 24, 2013 Administrators Posted May 24, 2013 how to create a Report with Fastscript? for filter report with FastReport how?Thank you Regards Knopix This forum is only for logging Feature Requests. Please ask your questions in general forum.
Freezer Posted June 14, 2013 Author Posted June 14, 2013 Farshad, I tried to do without your help, but I can not. That's all I was able to generate through RTTI: objdef_UniGui_fs.zip To continue the work I need the source code like this: UniSource.zip (generated through RTTI) (Setters, Geters and Uses was added specially for my generator and is not real) objdef_UniGui_fs.zip UniSource.zip
Recommended Posts