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...
here is my code, as you can see i have no idea what i am doing..this is the export. I need to manulipate a couple more fields i used the, i need to switch the unit1 with unit2 and i have to divide the unitratio by 1..the export I used is below...I have checked the table and it does look like...
Hi Mike, I tried the buffer but I don't see how it will insert a new line with the specific item-codes into the table? When i ran a sample it looked, good but i then ran it against iix table and it only added to the 1 to the front of the item-code. I have changed that but i am still wondering...
Seems that i have found the issue, when using substring it is truncating the item-code which is the reason i cannot import...at least this is what i believe, does anyone know how the overlay is used.
Thanks.
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.