Hi Mark,

I guess that error is complete...

The code on the card 3, no preopenstack, only openstack.

on Openstack
   
   Global tLine
   put the menuHistory of btn "opt_search_supplier" of card 3 into tLine
   
   put "0 records found." into fld lbl_status of card 3
   set the uUTF8Text of fld f_buscar_supplier of card 3 to empty
   
   ## Establecer tamaƱo del stack y centrar
   if the environment is not "development" then
      set the resizable of me to false
      set the height of me to 575
      set the width of this stack to 865
      set the loc of this stack to the screenLoc
   else
      set the resizable of me to true
   end if
   
   uiNewSupplier
   uiRefreshSupplierList
   
end Openstack

The code on the menu.

on menuPick pChosen
   replace "..." with empty in pChosen
   
   --set the lockMessages to  true
   switch pChosen
      case "Items"
         put glxapp_getProp("executable folder") & "/components/" &
"s_main_productos_v1.rev" into tStackName
         go to card 1 of stack tStackName
         break
      case "Suppliers"
         put glxapp_getProp("executable folder") & "/components/" &
"s_main_productos_v1.rev" into tStackName
         go to card 3 of stack tStackName
         break
      
   end switch
      --set the lockMessages to false
end menuPick
-- 
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Error-go-to-card-1-of-stack-from-a-Menupick-tp2232529p2232977.html
Sent from the Revolution - User mailing list archive at Nabble.com.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to