Search results

  1. N

    I don't want to show OS-COMMAND output...

    Works as expected, thanks a lot! You are right about the security risk, but only system's department people has access to the server, so it's not that bad. Thanks anyway for the advise.
  2. N

    I don't want to show OS-COMMAND output...

    Hi everyone, I have a problem with the data output from a OS-COMMAND statement. I don't want to show the output of this commands, because that output is printed out to the report that the application being executed return. The commands are: os-command silent value("find /home/example/ -type...
  3. N

    Suggestive search? aka "Do you mean.... ‘chips’?”

    I don't know how to do it in MFG/QAD (I don't even have a clue), but I think you could look for some "Natural Language Processing" literature out there on the web. There are 2 ways (at least that I know) to take this kind of problem: one of them is the probabilistic approach, for example...
  4. N

    Display text file contents in PAGE

    Probé el código, y funciona, pero sólo en la versión terminal (CHUI). En la versión Desktop me muestra la pantalla vacía. ¿Hay que escribir algo adicional? Estoy usando QAD 2009 (v 2.8.1.487) Gracias! I've tried the code, and it works fine in CHUI, but it's not working in Desktop. There is...
  5. N

    Display text file contents in PAGE

    Gracias mrobles, voy a agregarlo a mi código y te cuento. ¿A qué te refieres con un archivo "asociado a una impresora"?. Hasta donde yo sé, el .prn es un archivo plano, más algunos caracteres de control, como ^L... Thanks mrobles, i'm going to put that on my code and let you know then. What do...
  6. N

    Display text file contents in PAGE

    Hi to you all, I need to know if there's a way of displaying the contents of a flat file (in this case, a .prn previously created by an mfg option) in the screen, in PAGE or PRINTER. I've try with streams and displaying a character variable with the text, but neither of this had worked. Thanks,
  7. N

    Desktop2

    I'm right now dealing with this problem too. Like oldemanw said, QAD desktop connect through the desktop user (in my case, mfgprod, mfgpilo, or mfgdesa, refering to the instance been used that moment). I find out (reading progresstalk) that global_userid returns the QAD login name that is used...
  8. N

    How to take a range of days for an specific month

    Auto response: I find that I can use the calendar: for first glc_cal where glc_cal.glc_domain = "foobar" and glc_year = 2009 and glc_per = 9 no-lock: end. display glc_year glc_per glc_start glc_end. The above code give as a result: Year Per Per Beg Per End -----...
  9. N

    How to take a range of days for an specific month

    Hi everyone, I'm having trouble doing a report in QAD. I am programming a report to make a sum of the ammounts in a group of accounts, and I give it as input to a function inside this program a range of dates (date0 and date1) to make the sum from date0 to date1. How can I do to use the...
  10. N

    Running QAD .NET Client in Linux

    Hi everyone, Is there any way that we can run the QAD 2008 .NET Client in a Linux machine, like a pc with Debian or SuSE? Maybe some "hack" using Mono libraries, or something using Wine. Some time ago I try to run the installer with Wine, and it works, but then when I try to enter the...
  11. N

    How to connect the table pod_det and (gltr_hist | ac_mstr | cc_mstr)

    Hi, seems like the join that do the trick was: gltr_ref = trgl_gl_ref tr_trnbr = trgl_trnbr pod_nbr = tr_nbr pod_line = tr_line tr_type = "rct-po" | "iss-prv"Now I can see the pod_desc field in the browser. The only problem is that the browser is extremely slow now. Thanks a lot for your...
  12. N

    How to connect the table pod_det and (gltr_hist | ac_mstr | cc_mstr)

    Hi Shiva, thanks a lot for your replies. I still don't see any registers in the browser. I do the links that you posted, but I don't have the "gltr_hist" field in the gltr_hist table, so I can't do the glt_ref = gltr_hist link. Instead, I made glt_ref = gltr_ref, that I suppose were the same...
  13. N

    How to connect the table pod_det and (gltr_hist | ac_mstr | cc_mstr)

    I have this: QAD Enterprise Applications 2008 Standard Edition Technical Reference Entity Diagrams 78-0728A QAD 2008 Standard Edition March 2008 I still can't see any results with the path that you described. I think I have to put some "outer joins" in between the tables. Any ideas? Greetings,
  14. N

    How to connect the table pod_det and (gltr_hist | ac_mstr | cc_mstr)

    What I want do is show up in a browser the pod_desc field (Purchase Orden Description). The browser already use the gltr_det, ac_mstr and cc_mstr tables to show up the information. I don't know the browser name in english, cause this QAD is setup in spanish; I supposse is something like "Applied...
  15. N

    How to connect the table pod_det and (gltr_hist | ac_mstr | cc_mstr)

    Hi both of you. Thanks for your replies. Shiva, I already have the binds for ac_mstr and cc_mstr, cause they were already there in the browser that i want to modify. I follow the path that you described, but then the browser doesn't show any results. The path that I setup is...
  16. N

    How to connect the table pod_det and (gltr_hist | ac_mstr | cc_mstr)

    Hi everyone, I am trying to connect the table "pod_det" with the tables "gltr_hist", "ac_mstr" and "cc_mstr", but I don't know how to do this. I search in the entity diagrams reference, but there is no way to do this, either in a direct way or using another table in between. What I want to do...
  17. N

    Question about wc_mstr

    Yes, I know. Work Center was setup properly.
  18. N

    Question about wc_mstr

    Hi everyone. I'm using QAD 2008 SE, and I'm trying to filling in some data in the option 18.22.13. After putting some data like (in spanish, cause i'm from chile) employer, effective date, shift, site, part (item number), operation, line, and so on. Then, when i'm going to move to the next...
  19. N

    An issue exporting a db into a text file with delimiters ";"

    Wow, I think that was what I was looking for. I'm a total newbie in Progress, so I doesn't know that this kind of parameters exist (such an obvious thing, I don't know how I didn't think of something like that at the first time). Thanks a lot, both of you. I going to explore more in the systems...
  20. N

    An issue exporting a db into a text file with delimiters ";"

    Yes, I know. The fact is that this is not an "export to excel", like the option bundled in the application it self. This is a program made by me ("program.p") that do the creation of a file that can be read in Excel. In fact, QAD is exporting without any problem to an Excel file; the problem...
Back
Top