Thanks a lot. Everything is ok now.
Your plugin is really helpful and I learn slowly but surely reading your code.
Thanks a lot. Everything is ok now.
Your plugin is really helpful and I learn slowly but surely reading your code.
Hallo everyone,
I am adding oci engine into getOdb function.
Do I have to make a custom function to mimick
$odb->sqliteCreateFunction("regexp", "regexp", 2) ?
Does oci has it's own function similar to sqliteCreateFunction ?
Thanks
I don't know...I just needed to simulate mySQL's rlike functionality.
Jozef Sakalos, aka Saki
Education, extensions and services for developers at new http://extjs.eu
News: Grid MultiSearch Plugin, Grid MultiSort Plugin, Configuring ViewModel Hierarchy
Thanks, Saki: I was able to get my mssql version to properly return the data. It doesn't do me any good, though, as I'm taking your advice and trying to use PDO rather then re-write the whole csql.php (although I'd still jump on it if someone else did
indrajit_bin_rahwana: I'm looking for non-sqlite variations of CreateFunction, also, and will post if I work something out.
New and confused, but excited.
hi SAKI,
please help me, i`m tryin` to call the "this.commitChanges" which resides in recordform.js from SIMPAN button on Record Form dialog window (1) as shown in picture, so that i can directly save data to the database without click the SIMPAN button on the grid panel (2). This is because i`m trying not to use the SIMPAN button on the grid panel. I am going to omit them (SIMPAN and RESET buttons) from grid panel. What should i do ???
The ilustration below :
i haven`t experienced yet....
thnkz before.
Are you calling it in the right scope?
See: What is that Scope all about
Jozef Sakalos, aka Saki
Education, extensions and services for developers at new http://extjs.eu
News: Grid MultiSearch Plugin, Grid MultiSort Plugin, Configuring ViewModel Hierarchy
Its not specifically related to this plugin, but I ran into the following:
If you change data in a paged grids store and then switch to next page in the pagingtoolbar, one would like to notify the user that data would be lost if he is continuing.
So I have implemented a confirmation message in the "beforeload"-event of the grids store.
But if you return false to cancel the stores load, the loading icon of the pagingtoolbar stays active, because neither onLoad nor onLoadError gets called.
Since there is no loadcancel event its not easy to catch this one.
Or am i missing something here?
Greets,
Alex
Resetting the busy indicator is job to be done in the event handler when returning false. I've chosen another approach: I've extended paging toolbar adding enable/disable methods that mask/unmask it and disable controls. Whenever there are dirty records on the page I disable paging toolbar so user has either to submit or reset.
Jozef Sakalos, aka Saki
Education, extensions and services for developers at new http://extjs.eu
News: Grid MultiSearch Plugin, Grid MultiSort Plugin, Configuring ViewModel Hierarchy