Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: spoye
  • Order by date
  1. spoye

    populate combo box

    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...
  2. spoye

    import into tables buffer Look Good?

    thank you for all the help!! I ran the check sytax and all is well!
  3. spoye

    import into tables buffer Look Good?

    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...
  4. spoye

    Need to import a csv or txt file into a existing database table.

    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...
  5. spoye

    Need to import a csv or txt file into a existing database table.

    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...
  6. spoye

    Need to import a csv or txt file into a existing database table.

    That didn't work for me it added a 1 to the front of every number, I need to replace the leading 0 with a 1. Thanks though.
  7. spoye

    Need to import a csv or txt file into a existing database table.

    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.
  8. spoye

    Need to import a csv or txt file into a existing database table.

    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...

Part and Inventory Search

Back
Top