I am trying to manually set a label in a maint program by using AT. It show in char mode but not in .NET.
FORM
so_nbr side-label "SO#" colon 10
"Quantity" at 3
with frame a width 80 SIDE-LABELS.
The label for "Auantity" shows up fine in char but not in .NET. If I change the AT to COLON then I can see it. Does AT not work in .NET??
FORM
so_nbr side-label "SO#" colon 10
"Quantity" at 3
with frame a width 80 SIDE-LABELS.
The label for "Auantity" shows up fine in char but not in .NET. If I change the AT to COLON then I can see it. Does AT not work in .NET??