Re: I want to go to a different card of another stack. This works but not always in my script?!

2008-10-17 Thread William de Smet
Bonjour Eric, When I started learning and using Rev I got a stack in which it was done this way. So I thought this was the only way and the right way to do it. You showed and learned me today that it can and should be done differently. Still learning Rev every day and loving it (me being a teacher

Re: I want to go to a different card of another stack. This works but not always in my script?!

2008-10-16 Thread Eric Chatonet
Bonsoir William, Le 16 oct. 08 à 21:12, William de Smet a écrit : if the hilite of btn "Y" of cd i of stack "X" is true then put the short name of cd i of stack "X" into ab then put ab into fld "C" of stack "X" I go late in this thread but there is something I don't understand in

Re: I want to go to a different card of another stack. This works but not always in my script?!

2008-10-16 Thread William de Smet
Hello all, I knew it had to be easy and I was overlooking something: then put ab & cr after the last item of fld "C" of stack "X" Now it shows every cd with the hilited btn :-) Greetings! 2008/10/16 William de Smet <[EMAIL PROTECTED]>: > Thanks Klaus, > > it works now but I want to define it t

Re: I want to go to a different card of another stack. This works but not always in my script?!

2008-10-16 Thread William de Smet
Thanks Klaus, it works now but I want to define it to show not all cards but only the ones with a hilited btn on it. on mouseUp repeat with i =1 to the number of cards of stack "X" if the hilite of btn "Y" of cd i of stack "X" is true then put the short name of cd i of stack "X" into

Re: I want to go to a different card of another stack. This works but not always in my script?!

2008-10-16 Thread Klaus Major
Hi William, Hello there, I have a main stack with serveral substacks. I call the cardnames (from a substack) with: put the cardnames of stack "X" into fld "Y". I set up the field as a clickable list with: on mouseUp if the hilitedLine is not empty then put the value of the clickline into tDat

I want to go to a different card of another stack. This works but not always in my script?!

2008-10-16 Thread William de Smet
Hello there, I have a main stack with serveral substacks. I call the cardnames (from a substack) with: put the cardnames of stack "X" into fld "Y". I set up the field as a clickable list with: on mouseUp if the hilitedLine is not empty then put the value of the clickline into tData then go c