ScriptCase 8 - Bugs

SOLVED (until it is fixed)…
for the read-only field work on adding new record, you must include in event scriptinit sc_field_readonly({field})
regards

so it is confiremd bug

ADD, SC guys, read-only option doesn’t work for some people in insertion mode of the form.

you must include in event scriptinit sc_field_readonly({field}

V8 Grid link application blank parameter to Form

Hello, in V7 (attached image) I have a Grid with application link to a Form with blank parameters. In V8 (attached Image)
with the same converted or developed project do not work. In V8 duplicate the where conditions.

More than 50% of my projects use this functionality. when I was convert from V7 to V8, shows me the sql error.

I posted a similar thread in the Spanish forum, but I think that is a more appropriate forum.

For the new features of the V8, I already have implemented projects with this problem,
I need a solution or if you have other alternative I would appreciate it.

Thanks,

Roger

V7.jpg

V8.jpg

V7 sql.jpg

[QUOTE=rogerrod61;26179]Hello, in V7 (attached image) I have a Grid with application link to a Form with blank parameters. In V8 (attached Image)
with the same converted or developed project do not work. In V8 duplicate the where conditions.

More than 50% of my projects use this functionality. when I was convert from V7 to V8, shows me the sql error.

I posted a similar thread in the Spanish forum, but I think that is a more appropriate forum.

For the new features of the V8, I already have implemented projects with this problem,
I need a solution or if you have other alternative I would appreciate it.

Thanks,

Roger[/QUOTE]

As I mentioned, this is not a bug for me. Yes, it worked for you before, but this is not a sign about being a bug on v8…

What do you want can be achieved checking on Init if param exists and then modifying where clause with macros. This is the correct way to work. If you prepare an application with a where, don’t understand why it should be ignored if a param is not specified.

[QUOTE=Giu;26180]As I mentioned, this is not a bug for me. Yes, it worked for you before, but this is not a sign about being a bug on v8…

What do you want can be achieved checking on Init if param exists and then modifying where clause with macros. This is the correct way to work. If you prepare an application with a where, don’t understand why it should be ignored if a param is not specified.[/QUOTE]

As you can see in the images the sql statement of the V8 duplicates where condition:

SELECT count (*) from dbo.produccion
where (customer = 4) and (customer = 4 and id_produccion =)

In V7 :

SELECT count (*) from dbo.produccion where (customer = 4)

anyway, I think that in building the sql statement in the V8 could exist an error

[QUOTE=resakse;25885]The other software you’re using might not use pdo connection. Try

 sudo apt-get install php5-mysql

if you’re using ubuntu/debian.[/QUOTE]

That was already installed.

OK, I had to install mysql server on my client PC to get the connection to the remote db server to work? Very strange, especially since mysql workbench had been (and is) working fine with remote dbs.

It’s sad. if there’s any hope that this will change?

daretzki

I think no …

Hello,

I used SC 8.00.0004. After SC 8.00.0005 I exported my projects, uninstall SC 8.00.0004 and install SC 8.00.0005. BUT when I want to Import my exported project SC sais “The file was noy created by Scriptcase version 8”
The zip files are not corrupted.
Any idea?

[QUOTE=kreativ1024;26222]Hello,

I used SC 8.00.0004. After SC 8.00.0005 I exported my projects, uninstall SC 8.00.0004 and install SC 8.00.0005. BUT when I want to Import my exported project SC sais “The file was noy created by Scriptcase version 8”
The zip files are not corrupted.
Any idea?[/QUOTE]

I found the problem, perhaps you can learn from it:
In backup zip file, there is a file named “indice.bkp” The first line of this file contains which version from this built from. If you made backup from SC8, this file first line is “V8”, if you make backup from SC7, this line contains “V7”.
SC8 can import project, when the first line contains “V7” instead of “V8”, if the first line contains “V8”, SC8 sais “The file was noy created by Scriptcase version 8”

I get an error when starting Scriptcase with a file to send to Netmake but there is no link to click on to email.

The file has the following message -

Invalid argument supplied for foreach() | Script: C:\Program Files\NetMake\v8\wwwroot\scriptcase\devel\class\page
mPageTop.class.php linha: 1198

How do I get it to them or is posting in this forum sufficient?

[QUOTE=Ians;26267]I get an error when starting Scriptcase with a file to send to Netmake but there is no link to click on to email.

The file has the following message -

Invalid argument supplied for foreach() | Script: C:\Program Files\NetMake\v8\wwwroot\scriptcase\devel\class\page
mPageTop.class.php linha: 1198

How do I get it to them or is posting in this forum sufficient?[/QUOTE]

hi Ians, i get this all the time too, never cared, i don’t think it is related :slight_smile: do you have specific error related to this? if yes then send it to them by email, otherwise, relax and “wait” for fixes.

No error except at startup. Does not appear to cause any issues at this stage.

Ians,

Try to make a manual update from your Scriptcase, download the last .zip version and uncompress it on the Scriptcase folder, don’t mind to overwrite all files.

overall total error in report form type grid

Dear, do a form with dynamic grid type and total groups, to display graphic w1, we see that the entire row of the Grand Total is moved further to the right, but after selecting a cluster for this example the customer and deploy field again (graphic w2) clearly shows that Grand Total row is aligned.
The above problem occurs when dynamic clusters in new projects and / or projects migrated from Version 7 to Version 8 new projects in version 8 is used, but only used static pools not exhibit this problem.

greetings

Thanks for your reply.

w1.jpg

w2.jpg

Capture link can’t filter (URGENT)!!!

Capture Link doesn’t allows to choose variable or field to filter a grid waiting a param to filter.

Don’t works either on V7

This is needed on a lot of situations. Right now, I need from a form, capture a field, filtering the capture grid with the customerid, to just show records associated to this customer, and to create associated records too from there.

I consider it as CRITICAL BUG, because is a very important feature, and don’t allows to continue working on the project.
Don’t know how something trivial like this is not a knowed bug.

Captura.JPG

Carlos,

I was going to follow your instructions but this morning when Scriptcase was started the error did not occur. No system changes, just a security update from Windows today but I do not see how that can have an effect.

I will leave as is for the moment until it happens again.

Thanks, Ian

I had a similar issue with totals not lining up - they were all one column out.

Solution for me was in the GroupBy section - under Static GroupBy - in Settings - I enabled “Use empty group by”. Unclear why this was needed…

http://www.scriptcase.net/forum/showthread.php?6820-Grid-totals-do-not-line-up-with-columns

BUG on layout pages blocks

Hi!

There is a BIG BUG on handling layout pages and blocks data definedt see the image on atch

Tabs is not handled on single iframe but queued to the first tab

please correct this

vincenzo

definition.jpg

first_page_of_layout.jpg

first_tab_of_second_page.jpg

second_page_3_tab.jpg

second_page_second_tab.jpg