Re: UPDATE: Missing Functionality

2016-04-08 Thread J. Landman Gay
If the stack is in RAM then you should be able to reference the fields if you use a complete reference, like "fld x of cd y of stack z". -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 8, 2016 6:19:36

Re: UPDATE: Missing Functionality

2016-04-08 Thread Bob Sneidar
AND I've isolated my Send Email code and compiled as a standalone. THAT also works! I think I've isolated the issue to the fact that I am referencing a couple fields on a card in another stack that is open, but I may not be able to do that in a standalone. In the test standalone I put everything

Re: UPDATE: Missing Functionality

2016-04-08 Thread Bob Sneidar
Well with the time calculator I discovered I was calling another custom function in my timeCalc function which I had NOT included in the card script of the standalone. So that is solved. I have not been able to figure out the revMail problem though. I'll loook into that later. Thanks for humor