You are not logged in.
Pages: 1
Hi everyone!
I have been playing with Smart Mobile Studio and mORMot server. It's a DBgrid with images in SmartMS.
http://youtu.be/D5kAah0uC2g
but I have to fix some issues when authentication is set.
for example in SmarMS form, i have:
DBGrid1.url := "http://localhost:8080/root/SampleRecord/?Select=*";
but i would like something like:
DBGrid1.url := GetURISignature("http://localhost:8080/root/SampleRecord/?Select=*");
Unfortunately I can not call function GETURISignature.
Can anyone shed some light on how this can be done?
Note:
------
I realized that in mormotclient.pas there's
TmORMotClient=class
...
protected
function TmORMotClient.GetURISignature(AURI: string): string;
-----
Offline
Take a look at http://synopse.info/forum/viewtopic.php?id=1066 for some SMS client code.
BTW, what is the grid component you are using?
It is called a TDBGrid, but I can't find any such component in my current SMS 1.1.2 version.
Could you please publish your source code?
Offline
It was fun explaining my wife what mORMot is all about watching the demo at Sunday family's dinner time.
Now, my 4 and 5 years girls have more clear idea about the work at the office during daytime ...
Offline
Could you please publish your source code?
Indeed DBGrid is not a native component, I just wrap a pascal class to mimic a JS library.
https://www.dropbox.com/s/sx7y91r3ea9q4 … mormot.rar
¹authentication is not set.
Offline
Thanks for the feedback.
I'll take a look at the sources.
I had a report from some other users:
It was fun explaining my wife what mORMot is all about watching the demo at Sunday family's dinner time. Now, my 4 and 5 years girls have more clear idea about the work at the office during daytime ...
In fact, pictures are outside this forum's rules - see http://synopse.info/forum/misc.php?action=rules
But it will increase our Google rank for sure!
Offline
Pages: 1