Re: Is it possible to use 'sheet' stack and then go to a specific card of that stack?

2008-12-14 Thread Mark Schonewille
Hi William, go cd 2 of stack bla as sheet works fine for me. I think that the card reference used in your script is incorrect. What exactly do you have in your field? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com

Re: Is it possible to use 'sheet' stack and then go to a specific card of that stack?

2008-12-14 Thread William de Smet
Hi Mark, One again you're my hero for the day! I trtied several things and now it works: *on **mouseup* * put **fld dr into tNaam* if the hilitedLine is not empty then put the value of the clickline into tData --then go card tData of stack tNaam -- then sheet stack tNaam --then

Is it possible to use 'sheet' stack and then go to a specific card of that stack?

2008-12-13 Thread William de Smet
Hi there, I wonder if it is possible to use 'sheet' stack and then go to a specific card of that stack? I call the cards of a stack in a field and when I click on it it will open the card. This works fine! Because I like 'sheet' stack on OSX I'd like to combine both. Is this possible? When I use

Re: Is it possible to use 'sheet' stack and then go to a specific card of that stack?

2008-12-13 Thread Paul Gabel
William: Can you put everything that you would have put on different cards on the sheet stack into groups on card 1 of the sheet stack, then show and hide the groups? Paul Gabel --- On Dec 13, 2008, at 10:51 AM, William de Smet wrote: Hi there, I wonder if it is possible to

Re: Is it possible to use 'sheet' stack and then go to a specific card of that stack?

2008-12-13 Thread Paul Gabel
William: add to what I just wrote: ... using a preOpenCard or preOpenStack handler. On Dec 13, 2008, at 10:51 AM, William de Smet wrote: Hi there, I wonder if it is possible to use 'sheet' stack and then go to a specific card of that stack? I call the cards of a stack in a field and