Re: ScriptCase v6 NEWS!
@Carlos…
cool…thank you for answering my questions
- Will there be a new way of handling invalid data fields OnValidation (stop writing to database, all invalid fields tagged red and focus first invalid field)?
You can ajax event they using onClick or onChange, but the data entry into forms changed a little bid, we have some new options and new ways to validate it.
New Validation Options sounds interesting. Right now I can only handle the validation using Ajax Event by forcing user to stay in field. Actually this is needed OnValidation the way I described it.
- All messages centered with long forms?
I think they were centered already, am I wrong?
With long forms where I have to scroll to the bottom to hit insert button or update button, the message shows somewhere top with some of my forms. Therefore user can’t see those messages (either update message or custom message).
- What about date time field and Ajax Event when the date is invalid or not in calendar e.g. 31-11-2011 or 99-99-9999?
There is a new date valitation, not allowing the user to insert an invalid date, and the developer can set a range to it.
Scriptcase does some validation check with SC v5 and Date Time field. If invalid, the field is tagged red and I see the message “Invalid data”. But then SC goes on to the next field and user can write everything to database in the end. What is needed is an overall check OnValidation that will behave as mentioned above or an option to force user stay in field to enter valid data right away with Ajax Event (I already have the code for last option, but how can I check if SC says this field has INVALID DATA).
- Will there be a fix with your navigation buttons (e.g. developing 2 forms that will only handle 1 dataset without showing the navigation buttons)?
The navigation changed a little bit, we inserted new navigation features on forms, such as pages and how many records there was filtered.
New features are nice, I hope those old features are being looked on and improved as well.
- Does Auto-Complete feature work in IFrame and is it possible to enter new data also?
Auto-Complete didint change at all, about enter new data there is something to be implemented in the future.
So I need a work around code for IFrame and New Data. Maybe dev team can provide some code in sample base.
- Does the Calendar fire Ajax Events?
The same as the forms.
Right now Calendar button does not fire Ajax Events and therefore I can’t do a check on the fly.
- New PHP Code samples in backend?
The PHP code generated didnt changed much.
I was talking about the code samples to the right in backend when I write PHP code.
- Is it possible to order the language grid in backend?
Yes it is, there is a feature about it.
Nice…