Hi Chris
The SQL that is driving the tablepane is incorrect somehow
Would need to see yr full code to help
Peter
--
You received this message because you are subscribed to the Google Groups "InterSystems: Zen Community" group.
To post to this group, send email to InterSys...@googlegroups.com
To unsubscribe from this group, send email to InterSystems-Z...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/InterSystems-ZEN?hl=en
Zen Community Terms and Conditions: http://groups.google.com/group/InterSystems-ZEN/web/community-terms-and-conditions
Hee Hee
My naming convention has all properties beginning with a “p” (for poperty) so I would call it “pDesc” or “pTable” this way it avoids any SQL reserved word clashes
BTW you can always change the SQL name of a property with the “SQLNAME” property parameter
So you can say
Property DESC as %String (SQLNAME=”somthingelse”);
But then you have the issue that you have to remember two different names according to if you are using the object or SQL projections – I prefer my way :}