... On a related note, are there any plans to migrate PPWizard to the newer Regina release? I noticed some additional functionality that would have been handy...
2566
Dennis
dbareis
Jan 4, 2012 6:47 am
Hi, ... And what is that functionality, does the new Regina break PPWIZARD, or you just don't want to use it because its slower? ... Does the latest SQL need...
2567
Gardner, Paul (CGI Fe...
paulggardner
Jan 4, 2012 11:57 am
Hi, ... And what is that functionality, does the new Regina break PPWIZARD, or you just don't want to use it because its slower? [pgg] Specifically the Readln...
2568
Rod Dav4is
dav4is
Jan 4, 2012 3:32 pm
Don't I know you from somewhere? IBM? Marist? -R. ... -- Regards, Rod Dav4is / P.O. Box 118 / Hyde Park, NY 12538 / USA Genealogy, et Cetera:...
2569
Gardner, Paul (CGI Fe...
paulggardner
Jan 4, 2012 3:40 pm
Me? Probably not - I've not worked at either of those places. Paul ... Don't I know you from somewhere? IBM? Marist? -R. ... On a related note, are there any...
2570
Rod Dav4is
dav4is
Jan 4, 2012 6:19 pm
Is it possible to make PPW include the Rexx version (i.e. as from /Parse Version/) into the console file? If not, I am making a request that it be done,...
2571
Dennis Bareis
dbareis
Jan 5, 2012 7:20 am
Hi, ... It is displayed in the debug output: [0.052] >Debug Header [0.052] >~~~~~~~~~~~~ [0.052] >Started@: "Thursday, 5 Jan 2012...
2572
Moritz Hoffmann
antiguru_de
Jan 5, 2012 9:05 am
... Hash: SHA256 On 01/04/2012 07:47 AM, Dennis wrote: [...] ... Hi, I think that would be a great idea! Maybe just host it on Sourceforge so that all...
2573
Rod Dav4is
dav4is
Jan 23, 2012 5:56 pm
I have fiddled with this all morning and am baffled! I cannot seem to be able to use {$?PARMS} to check the number of arguments passed. That first #IF never...
2574
Paul
paulggardner
Jan 23, 2012 6:56 pm
I haven't used that command, but in similar circumstances, I've noticed that the quotes need to mach. Try: #If ['{$?PARMS}' = '0'] ;; never...
2575
Rod Dav4is
dav4is
Jan 23, 2012 11:49 pm
I forgot that commands (e.g. #IF) are executed during _macro definition_. I don't understand how one is supposed to generate different code sequences depending...
2576
Dennis Bareis
dbareis
Jan 24, 2012 12:22 am
Hi, ... That's not true, I suspect you are thinking of #DefineRexx blocks, for those you can use rexx 'if' statements. Bye, Dennis...
2577
Paul
paulggardner
Feb 7, 2012 1:15 pm
Is it possible to break an #if / #endif combination across macro definitions? What I'd like to do is create a Region macro, sort of like this: #define Region...
2578
Paul
paulggardner
Feb 7, 2012 1:53 pm
... So after sending this email, I was able to create the Region macros using the code located in the #output help, where the output gets dropped. Works...
2579
Dennis Bareis
dbareis
Feb 8, 2012 6:07 am
... Yep I was going to suggest something like that, or the fact that maybe you shouldn't do it that way, for performance and clarity its probably better ...
2580
Rod Dav4is
dav4is
Jul 28, 2012 1:32 am
I had thought that the /Exclude switch would do it, but it doesn't. -- Regards, Rod Dav4is / P.O. Box 118 / Hyde Park, NY 12538 / USA Genealogy, et Cetera:...
2581
Rod Dav4is
dav4is
Jul 28, 2012 1:40 am
I should clarify. I wish PPW to ignore that certain files listed in the DEP files as outputs no longer exist. -R. ... -- Regards, Rod Dav4is / P.O. Box 118 /...
2582
Dennis Bareis
dbareis
Jul 28, 2012 1:49 am
Hi, On 28 July 2012 11:32, Rod Dav4is <dav4is@...> wrote: How to get PPW to ignore a particular file listed as an output dependency I had thought that...
2583
Rod Dav4is
dav4is
Jul 28, 2012 9:25 am
Not quite what I need. I have hundreds of DEP files that are listing a particular type of output file that I (now) want want to ignore. Those files are no...
2584
Rod Dav4is
dav4is
Jul 28, 2012 2:59 pm
... and that's what I did. -R....
2585
Luis Eduardo Pacheco
ovnidel17
Nov 6, 2012 6:23 pm
I'm trying to insert some code inside a page generated by PPWIZARD but the code appears no usable. I need to import this (which is located in some field of a...
2586
Dennis Bareis
dbareis
Nov 6, 2012 9:32 pm
Hi, That's one of the options, if after reading doco it's still not clear, add "#debug on" before the import that should make it clearer. ... Dennis Bareis...
2587
Luis Eduardo Pacheco
ovnidel17
Nov 7, 2012 1:30 pm
Thanks a lot. Debugged and solved. best regards 2012/11/6 Dennis Bareis <dbareis@...> ... -- Luis Eduardo Pacheco StratoCat - http://stratocat.com.ar ...
2588
Michael
mibaas
Jan 7, 2013 2:36 pm
Hi, I've just come back to PPW after 4yrs break, so my brain might need some refreshment - pls. forgive me if the following is too obvious ;) I have several...
2589
Michael
mibaas
Jan 8, 2013 3:18 pm
I need to create language-resources, so in order to keep these translations together I thought I'd use a macro to which I pass the name of the string as well...
2590
Dennis Bareis
dbareis
Jan 9, 2013 8:12 am
Hi, Whatever is specified in /Output does get generated, you can generate this somewhere where you won't see it "out\EmptyFile.DeleteMe". I thought generating...
2591
Dennis Bareis
dbareis
Jan 9, 2013 8:18 am
Hi, Its not a self contained example, but I hack irt a bit and now have a difeernt issue, I don't know what your issue was but this is a better syntax for your...
2592
Michael
mibaas
Jan 9, 2013 10:40 am
Thank you, Dennis - that helped to move forward, but now the program fails because it could not create the output-file, as the directory-structure did not...
2593
Michael
mibaas
Jan 9, 2013 11:03 am
Cool - thanks, that did the job (using the Q-switch) :) All the best Michael...
2595
Dennis Bareis
dbareis
Jan 10, 2013 7:59 am
Hi, 2 main issues with the code you were trying to create adirectory/.file name containing "^", I'm guessing that that is not allowed. You were also not ...