Recent content by rinoesc

  1. R

    store field name into variable

    thank you for your help. i finally solved the main problem. but now i have another one. i have to calculate some intermediate sums. and i have to break by some fields. but old fashion "if first-of(field)" doesn't work. def var qh as widget-handle. def var qs as char. create query qh...
  2. R

    store field name into variable

    Hello everybody, It is possible to store a database field name into a variable for further use in queries like the one below. def var x as char. x = "field_name"; for each table where x = "value" ... I'm asking you because I have a report which have a "for each" that breaks by many...
Top