Recent content by ttobba

  1. T

    wdmdeclr.i - ISS - Multi Domain Help

    We have an older version of ISS and we are upgrading our system to a new version of QAD. We are using eframework and webspeed. My question, what needs to be done in the wdmdeclr.i and domain.i include files to determine which domain the user is in? I know the domain name is set in domain.i, but...
  2. T

    Selection List dont work .NET UI

    Close this thread. Found all I needed in include files.
  3. T

    Selection List dont work .NET UI

    Hi All, I have a basic report that I need to run in .NET UI. The problem is that .NET doesnt allow selection lists. The Selection-List pulls about 25 different account types, so I cannot make them all into check boxes and it needs to be dynamic so that if any new types are added to the wkfl...
  4. T

    Real Time Monitor Screen

    What we have is a program that will allow a user to add items t list and when the user runs it will loop every 30 seconds and display the inventory present for that item. So in real time no, but it refreshes every 30 seconds so its as close as you going to get without having the screen flash...
  5. T

    cim load problem _getting error in excel

    Little late, check the path of the file your VB script outputs to. That is the problem. Linux or windows? How are you getting the file on the server?
  6. T

    Excel Cim load for Purchase Order Maintenance

    Use the visual basic editor in MS Excel to output the data to a .csv file in the format desired. Then create a progress program to validate and load the data. Just make that the values in the excel file never change cell position or you VB script wont work right!
  7. T

    CIM Load Budget Maintenance

    Oh i have tried. The only errors i get is invalid account codes and it seems that it just doesnt load that account. I'm loading almost 4,000 groups! I have cimed before using your method 2 (from progres code) before just fine with only a small amount of headaches. My problem is that i would...
  8. T

    CIM Load Budget Maintenance

    I have removed the @@batch and @end before and it just causes errors and cannot load the data. It actaully fails on the first load. I am sure that my cim file is in the correct format. I use 36.15.1 & 36.15.2 and the data loads just fine. And throws me the errors where their are invalid accounts...
  9. T

    CIM Load Budget Maintenance

    Not running it from 36.15.1 I have ran the cim file using 36.15.1 and only get errors for invalid accounts which i have my progress program to account for that. But all of the groupings load in 36.15.1 and 36.15.2. here is how i run it. I also do some validation in the prog aswell but that...
  10. T

    CIM Load Budget Maintenance

    Have posted this in another thread but i some sort of direction. MFG/PRO Release eB 01 Progress 9.1E Linux I have created a cim file for Budget Maintenance. I am able to load the file using CIM Data load(36.15.1). the file loads fine with some errors pertaining to invalid accounts. When i...
  11. T

    problem with import

    Use a delimiter or remove the "," in the csv file and replace it with a space. /* Temp-table for Input from a file */ /* Note : tt1 = the first column in cvs file tt2 = the second column in cvs file tt3 = third ect. */ define temp-table tt-Table field tt1 as char field tt2 as char field tt3...
  12. T

    CIM load Error

    ** File input too long: @@ba. (557) Keep getting the same error. I have loaded the CIM file using 36.8.11 debug cim document and it gives me no errors at all. Only the ones for invalid accounts, which i validate. I dont understand why this error is occuring. How is the input to long on the...
  13. T

    Does anyone have Excel templates for converting spreadsheet to CIM Load format?

    shaveyh10, Create your own! Use visual basic within Excel. Its pretty easy as long as the user dont move the cells around! Message me and ill send you my excel to cim file.
  14. T

    CIM or eCommerce

    The easiest way I have extracted data out of an excel file is with visual basic within excel. If the data in the excel sheet doesnt not move around, you can create a csv file with that data. I have done this before where an excel file has like 40-60 different worksheets in a workbook. The data...
  15. T

    how can i utilize Webspeed 'check-syntax' from within Windows text editor ?

    Since i cannot connect to the database thru windows, I map my linux directory and code in a text editor. I still have to run a compile command in unix. Somehow, i still just end up editing code in vi.
Top