Generation Error

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
zunair
User
Posts: 125

Generation Error

Post by zunair »

During Generation using Version 2020.0.2, facing following errors:

TypeError: Cannot read property 'TblVar' of undefined
at eval (eval at compile (C:\Program Files (x86)\PHPMaker 2020\node\node_modules\phpmaker\phpmaker.js:7:5491), <anonymous>:4:460)
at n (C:\Program Files (x86)\PHPMaker 2020\node\node_modules\phpmaker\phpmaker.js:7:5766)


arbei
User
Posts: 9401

Post by arbei »

zunair wrote:
TypeError: Cannot read property 'TblVar' of undefined

That usually means a table setting is undefined so the property 'TblVar' cannot be read, e.g. you have deleted or renamed a table, or you have enabled a feature that requires a table (e.g. lookup) but the table is not set, etc.


Post Reply