Problem with open stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Problem with open stack
My application and has three stacks, main and two secondary connected with the main. When, form the main stack, I open with OpenStack secondary stack , it opens but then freezes everything, and no part of the screen is no longer usable. At the opening of the secondary stack there is a procedure to send the user to a specific page, but this does not work.
Do you have suggestions?
thanks
Do you have suggestions?
thanks
Re: Problem with open stack
We need to take a look at the script(s) of the substack!
Guessing is a waste of time
Guessing is a waste of time

Re: Problem with open stack
Main stack has a buttn with
but the application in the emulator open "Schede_cliniche" stack but open only first page and freeze
the card 8 have this code in the card script
If you need some other thing tell me
Thank's
Code: Select all
go to card 8 of stack "Scheda_clinica"
but the application in the emulator open "Schede_cliniche" stack but open only first page and freeze
the card 8 have this code in the card script
Code: Select all
on preopencard
--set the visible of button "Tab Menu" to false
set the dgData of group "DataGrid 2" to empty
set the dgData of group "DataGridAni" to empty
put empty into field "codclie"
put empty into field "cognome"
put empty into field "nome"
put empty into field "identif"
put empty into field "specie"
put empty into field "razza"
put empty into field "nomeani"
put empty into field "peso"
put empty into field "cercacli"
end preopencard
Thank's
Re: Problem with open stack
Hi,
nothing unusual in the script!
Are you sure all these fields and datagrids really exist on that 8th card?
Best
Klaus
nothing unusual in the script!
Are you sure all these fields and datagrids really exist on that 8th card?
Best
Klaus
Re: Problem with open stack
Thanks for the response.
I also do not see anything strange, all the fields and data grid are present.
I can not seem to understand
bye
I also do not see anything strange, all the fields and data grid are present.
I can not seem to understand
bye
Re: Problem with open stack
Hi,
did you try to debug the "preopencard" script?
That might give at least a hint on WHERE it crashes...
Best
Klaus
did you try to debug the "preopencard" script?
That might give at least a hint on WHERE it crashes...
Best
Klaus