Ticket #1612: formula-attribute.diff

File formula-attribute.diff, 674 bytes (added by humdinger, 15 years ago)

Add an attribute for the formula of a query

  • src/data/beos_mime/application/x-vnd.be-query

     
    3232    $"0107201C200A070108201C200A080109201C200A000100201E240A0C0100201C"
    3333    $"20"
    3434};
     35
     36resource(7, "META:ATTR_INFO") message(233) {
     37    "attr:name" = "_trk/qrystr",
     38    "attr:public_name" = "Formula",
     39    "attr:type" = 'CSTR',
     40    "attr:viewable" = true,
     41    "attr:editable" = true,
     42    "attr:width" = 200,
     43    "attr:alignment" = 0,
     44    "type" = "application/x-vnd.Be-query",
     45    "type" = "application/x-vnd.Be-query"
     46};