Page 1 of 1

Problem with open stack

Posted: Tue Feb 05, 2013 3:25 pm
by info26
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

Re: Problem with open stack

Posted: Tue Feb 05, 2013 3:51 pm
by Klaus
We need to take a look at the script(s) of the substack!
Guessing is a waste of time 8)

Re: Problem with open stack

Posted: Tue Feb 05, 2013 4:46 pm
by info26
Main stack has a buttn with

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
If you need some other thing tell me

Thank's

Re: Problem with open stack

Posted: Tue Feb 05, 2013 7:44 pm
by Klaus
Hi,

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

Posted: Thu Feb 14, 2013 4:52 pm
by info26
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

Re: Problem with open stack

Posted: Thu Feb 14, 2013 6:26 pm
by Klaus
Hi,

did you try to debug the "preopencard" script?
That might give at least a hint on WHERE it crashes...


Best

Klaus