1,2) corrected in Servoy 3.0rc3
3) must be the something in the Apple Look And Feel, we are quite sure we cannot change this behaviour.
controller.find();
if (globals.Field1_number)
{
subj_num = globals.Field1_number
}
var x = controller.search();
if (x ==0 )
{
//Nothing was found
var btn = globals.Error_MSG('No matches found for ' + globals.Field1_number, 'Cancel', 'Try Again' );
if (btn == 'Try Again')
{
globals.Field1_number = null
//Search();
}
else
{
return;
}
}
"No matches found for subj_num"
akalehzan wrote:...Find, Search and Show Omitted Records Controllers do not function at all in this Servoy release.
application.setFocusLostSaveEnabled(...)
databaseManager.setAutoSave(...)
Posted: Mon Aug 28, 2006 4:40 pm Post subject:
--------------------------------------------------------------------------------
Quote:
On another note: Why does a non editable image field have a "Save media" button? When clikcing on the button, nothing seems to happen anyway.
I thought a none editable field should be able to save the picture.
(that you can't do that is a bug)
But i can remove that picture all together?
But both pictures gone is more disabled (can't download and upload) and readonly is just as a text field you can copy out if it but not in in..
Users browsing this forum: No registered users and 51 guests