In this thread, Alain wrote: >You're using a variable that is not declared in Fn KensGridBuilder. >Either you must declare grid as a global variable at the top of your >prog or pass the record variable onto the function. and Dick added: >I made the following change to the program: > >dim grid as gridBuilder >end globals > >>and removed the line: dim as gridBuilder grid > >and it worked for me with cpuPPC and Appearance runtime Thank you gentlemen. A definite case of my not being able to see the forest for the trees due to brain fog. Ken