Project

General

Profile

Bug #2554

Temp-tables with different labels / column labels are converted to the same TempRecord class.

Added by Stanislav Lomany about 9 years ago. Updated about 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/22/2015
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version:

Related issues

Related to User Interface - Feature #2422: add features to BROWSE Closed 10/17/2014

History

#1 Updated by Stanislav Lomany about 9 years ago

Conversion bug - two temp-tables with different labels / column labels are converted to the same TempRecord class. Example:
test.p:

def temp-table tt1
               field f1 as integer label "label 1".                              
create tt1.

test2.p:

def temp-table tt1
               field f1 as integer label "label 2".                              
create tt1.

Also available in: Atom PDF