Simple code not working in .net

urikoa

New Member
Hi,
I always working with GUI version until today .
Now I learning .net version and
i can’t to run simple program in .net:

{mfdeclre.i}
FOR EACH so_mstr NO-LOCK WHERE so_dom = global_domain :
DISPLAY so_nbr so_cust so_ship .
END.

The program working in GUI and CHARACTER but not working in .net .
What is the problem ?
Please help me .
 

urikoa

New Member
{mfdeclre.i}
FOR EACH so_mstr NO-LOCK WHERE so_dom = global_domain :

DISPLAY so_nbr so_cust so_ship .
END.

this printScreen is the result from the .Net UI after i've compiled it in character mode(in unix server).

 
Top