Recent content by Nellida

  1. N

    Question How To Convert Decimal Data To Time

    Hello. I have a maintenance screen that allows the user to enter in a start time and an end time then minutes taken for a break in decimal format. (No, I didn't create this but I have to deal with it.) I have a browse that displays this data, but now I need to somehow convert this decimal data...
  2. N

    Multiple Function calling in Browse Maintenance

    Thank you, Pechadre. I am using Progress within QAD when creating a Browse. Using a buffer for local-var02 worked as long as I put local-var02 column before the local-var01 which uses the function. If I change the order in the query tab then the local-var02 is blank. The order of columns...
  3. N

    Multiple Function calling in Browse Maintenance

    Hi dulecki. In local-var01 I'm referring to function getWORelQty (wo_part) in the expression field. In local-var02, I'm referring to function getSumStuff (wo_part, wo_nbr). In the Query tab, If I select "No" in the Include section for local-var01 , then I get data in local-var02. Also, if I...
  4. N

    Multiple Function calling in Browse Maintenance

    I'm having the same problem. I'm new to Progress, I'm familiar with SQL Server so this is very different from what I'm used to. I have 2 functions that I'm calling in 2 local-var fields and only the first column will display data, the second column is always blank. Here are the functions...
Top