can anyone tell me why i cannot populat a combo-box with the below code
DEFINE VARIABLE i AS INTEGER.
DEFINE VARIABLE itmcode AS CHARACTER FORMAT "X(26)" LABEL "Item-code" VIEW-AS COMBO-BOX.
FORM
itmcode
WITH FRAME main-frame SIDE-LABELS.
ON ANY-PRINTABLE OF itmcode
DO...
here is the code i have for the task at hand. Does this look good? Mike thanks for all the help!!!!!... All i will need to do is uncomment the buffer copy. Please let me know this the first time i have done anything in progress.
DEF VAR itmchng AS CHAR FORMAT "x(2)".
DEF VAR...
I am having trouble importing a file into a existing table. The table is iix and i am taking a item-code value substinging it and replacing the 1st number with a 1. I then export the stream to a csv file,which i thought i could import back into the table..I do not want to overwrite the old...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.