Attached to this post you will find version 6.884 of the frameworks. This version is for servoy 6 and higher.
The sampleuse_navigation file includes all the modules and contains data, this is best for new installs. The svy_navigation file includes all the modules, but no data, this one is for updating your existing installation.
This is the list of all the main changes/enhancements:
New - Possibility to have programs with empty foundsets by default, see program properties.
New - The function “Create table views” can now be disabled (can be set in the properties).
New - Advanced search can now be disabled (can be set in the properties).
New - Open tabs when multi tabs are used show the record description.
Fix - Fixed all warnings that were introduced in 6.0.0 final.
Known issues, there are three warnings about sort, those should be fixed in newer versions of Servoy.
There was a bug that favorites in the webclient did not open tabs. If you overwrite the method ‘svy_nav_shortcut_goto’ with the attached one, the problem should be solved.
There was a bug if you wanted a new record in a lookup window. If you overwrite the method ‘selectRecord’ of the form ‘svy_nav_fr_lookup_base’ with the attached one, the problem should be solved.
Hi Sanneke,
I’m trying to set up the FW to automatically open to one of the programs or forms in the solution, but it doesn’t seem to be working.
[attachment=2]fw_properties_start_prog.jpg[/attachment]
After experimenting with the ‘Properties’ tab in the Configurator & reading the PDF I can set the correct program that I want in ‘startup_program’, and it gets selected in the navigation tree, but the right hand pane doesn’t show anything, so it doesn’t seem to be doing the same thing as what happens when you manually click on the program name in the tree, which is what I want.
[attachment=1]fw_properties_start.jpg[/attachment]
If I set the ‘startup_form’ to the name of a form in my solution, it isn’t shown (& I am not setting both at the same time as you state in PDF).
[attachment=0]fw_properties_start_form.jpg[/attachment]
Please advise me what I can do or how I should configure it??
Thanks
Also, please can you add ASAP a way of exporting the setting in the FW so that I can take the things I have set up in my local dev. FW and export them to my client’s FW instead of trying to remember everything that I have done and re-creating it there???
Sorry for the late reaction, I think every one is back from holidays and have time to bug us.
I tried both of the options and they still seem to work fine. I think a webinar is best to look what is going wrong in your case.
sanneke:
I tried both of the options and they still seem to work fine.
I’m sure they work fine for you, as you wrote the FW, but I don’t know what format the data needs to be entered in,
e.g. with quotes ‘MyStartupProgram’ or ‘MyStartupForm’,
or without anything MyStartupProgram or MyStartupForm
I really don’t know and it’s not in the docs…
Thanks
Rafi
Without any qoutes. So if the name of the program is Suppliers you will have to enter Suppliers. If the name of you form is suppliers_dtl, you will have to enter suppliers_dtl.