Search results

  1. S

    Standing up a new environment

    I am standing up another occurance of our existing Production DB (Progress 10.1b) on another server for testing purposes. I was simply going to copy of the .ST files and the last backup saveset and then do a PROREST to create the new database. Here's what I get... >>$DLC/bin/prorest ./mfgprd...
  2. S

    uslh_hist (User Logon History Table)

    I had something strange happen a few weeks ago and would like to bring before you guys and see if anyone has seen the same thing before. On 8/21/2009, something occured to cause approximately 21,000,000 uslh_hist records to be written to the database. Each record contains blank values for...
  3. S

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

    Does anybody have a collection of Excel templates for converting a spreadhseet to a QAD CIM Load format? The tables I'm looking for are: Customers Vendors Items Product Structures Routings Thanks for your help.
  4. S

    Transfering data from one database to another

    We have another location, which is also using QAD, that utilizes a separate database. We would like to export all of their data into a newly created domain within our database. Does anyone have any insight as to the best method for doing something like that? Thanks for your assistance.
  5. S

    Code for Reporting a Product Structure

    It seems like QAD's vanilla code for reporting product structures is a bit convoluted and I was wondering if any of you guys have developed a better, cleaner way of reporting product structure information. I'm looking for a good way of reporting the multiple, nested levels of a product...
  6. S

    Trying to set a field's default with a wrapper program (1.10.1.1)

    So, to be sure that I understand, I would insert your code above my "on entry" section of my wrapper program? Is that correct? Sorry....it's been a long week... :o
  7. S

    Trying to set a field's default with a wrapper program (1.10.1.1)

    I am trying to write a wrapper program for the 1.10.1.1 (Price List Maintenance) function. I would like to be able to set the default of the Amount Type (amt_type) and Comb Type (comb_type) fields. The issue is that these two fields are not DB fields. When I do a ctrl-F on these fields on...
  8. S

    List of all global_ fields available

    I was wondering if anyone had or knows where I can find a list of all the global fields available to me within MFGPRO. (i.e. global_domain, global_userid, etc...) Thanks for your help. Greg
  9. S

    Right Justifying Input on Form

    I have an input form that I've defined that consists of some fields that I would like to be displayed and entered as right-justified (numeric). Does anyone have a sample of code or simple instruction on what I need to do in order to do this? Thanks for your help.
  10. S

    Simple question from a new Progress programmer

    Worked like a champ. Thanks for all the help.
  11. S

    Simple question from a new Progress programmer

    Let me provide the scenario and see if that helps... I have a table created that lists table field names that are required for, in this case, "displaying". So, I read a table that has 3 fields stored for numerous parts. They are: fld1 = "pt_domain" fld2 = "pt_desc1" fld3 = "pt_um"...
  12. S

    Simple question from a new Progress programmer

    In this particular case, I want to actually display the value of the field "pt_domain". "pt_domain" is a field in a table. For simplicity sake, I just ASSIGNed the variable disp_field to a value. I want to be able to use the value of disp_field in the display statement, rather than actually...
  13. S

    Simple question from a new Progress programmer

    I know this is probably pretty simple, but being a newbie to Progress, it's confused me a bit. How can I substitute the value of a field within a display? (See sample code below) I want to display pt_domain, not disp_field. *** DEFINE VAR disp_field AS CHAR FORMAT "X(20)" NO-UNDO. ASSIGN...
Back
Top