View Issue Details

IDProjectCategoryView StatusLast Update
0000753Ecere SDKcompilerpublic2014-07-11 18:52
Reporterredj Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version0.44 Ryoan-ji 
Target Version0.46 eC II 
Summary0000753: support setting a class_property of Field type by using dbfield
Descriptionbeing able to do this:
class_property(nameField) = dbfield("TableName", fieldName)

instead of this:
eClass_SetProperty(class(OrderType), "nameField", (int)&dbfield("OrderTypes", name));
Additional Informationthe nameField expects the 'address' of the field, because the field itself might not be set up yet
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-06-10 18:47 redj New Issue
2012-06-10 18:47 redj Status new => assigned
2012-06-10 18:47 redj Assigned To => jerome
2013-04-24 02:25 jerome Priority normal => urgent
2013-04-24 02:25 jerome Target Version 0.44.1 64 => 0.45 Ginkakuji
2013-04-24 20:36 jerome Status assigned => new
2013-04-24 20:36 jerome Assigned To jerome =>
2014-07-11 18:52 jerome Target Version 0.45 Ginkakuji => 0.46 eC II