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 dencom 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
  • Content: Threads
  • 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?

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