In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
To simplify a part of the development (extremely important), please:
a small adjustment in DBComboBox (bound), start empty (index=0) when in addNew mode, like other nDataTypes.
is it possible to implement the onLoaded event for DataSet? to be triggered after we call :edit() or :addNew().
After these methods are called, we cannot make adjustments to controls, etc. from within the Form coding (only from the outside)
is it possible to implement aItemsBound for DBRadioMenu?
-----
Can I send all the code to your email?
I made the adjustment (DBComboBox).
I made a simple adaptation (DataSet/dbfDataSet). I added DATA bLoaded, etc...
I made the implementation (partial/DBRadioMenu). It only works when adding/changing, but when browsing records the control is not updated.
Hi,
But is it possible to fix the DbComboBox (bound)? It starts incorrectly in inclusion mode and if the field is empty.
This is simple to fix and extremely important for all users (that's why I posted it). I made the fix and it works great.
How do I implement aItemsBound in aDbRadioMenu and have it updated during navigation? (I tried).
ignacio escribió: Jue Feb 06, 2025 11:44 am
We encourage to overload Classes for this purpose. It's really simple. If you need some advice, just let us know.
ignacio escribió: Vie Feb 07, 2025 9:52 am
OK. It will be called OnRecordLoad()
excellent. Thank you.
-------
aItemsBound for DBRadioMenu - How can I implement this to use in my application?
including making the control refresh on record navigation, according to ::aItemsBound
I attached a small project.