Hello everyone,
I want to have my adres field at an bigger width. (80 char)
This is my code.
SELECT *,;
IIF(LENC(caddress1) => 0, "contact", "persoon") AS src,;
IIF(LENC(caddress1) => 0, cacct_name, pacct_name) AS bedr_naam,;
IIF(LENC(caddress1) => 0, caddress1, paddress1) AS adres;
into CURSOR rol;
Can someone help me with this?
I want to have my adres field at an bigger width. (80 char)
This is my code.
SELECT *,;
IIF(LENC(caddress1) => 0, "contact", "persoon") AS src,;
IIF(LENC(caddress1) => 0, cacct_name, pacct_name) AS bedr_naam,;
IIF(LENC(caddress1) => 0, caddress1, paddress1) AS adres;
into CURSOR rol;
Can someone help me with this?