Recent content by falcor

  1. F

    Error 5192

    Hi One of our MFG users suddenly start to get an error message when he try to start MFG. The error is: "Unable to find server prdwr_srv with protocol TCP in file SERVICES or SERVICES file not found in expected location. (5192)" The wierd thing is that we didn't change anything in the services...
  2. F

    A bug of mfg/pro?

    Hi I didn't heard on this issue but from looking at your test code I can only guess that it is something with the global_userid. Try to pop up a message with its value ( "message global_userid view-as alert-box. "). This might help you to found out why it doesn't find the record you're looking...
  3. F

    F5 in CIM

    Hi Thanks for the detail answer :) Falcor
  4. F

    F5 in CIM

    Hi I would like to write a simple CIM that delete records in 2.1.1 (Customer maintenance). The problem is that I don't know how to put F5 or Ctrl-D in the CIM file. This is the program I wrote: def var i as int. DEF VAR lBRun AS LOG NO-UNDO. def var ipcprog as char init "yyadcsmt.p"...
  5. F

    Serial Numbers on Invoice Form

    Tr_hist table Hi The serials come from tr_hist table. (from the records with transaction type "iss-so") Falcor
  6. F

    how to using matches in browse mainten ?

    Matches Operator Hi Judy Matches is an operator therfore you don't need to use parenthesis. After matches you put a string which describe the string you look for. Use * (an asterisk) to represent any number of characters (include a null group). Use . (a period) to represent one single...
  7. F

    Problem in accessing MFG-PRO 7.4G

    Hi :) See the MFG messages help: Too many users requested semaphore undo, increase SEMMNU. (1081) The number of processes requesting semaphore undo is limited by the system SEMMNU. The limit was exceeded, a semaphore operation was done without the undo option. In rare situations some users...
  8. F

    Need to import csv list of menu groups

    something similar I did Here is something I wrote when I need to update our permissions. The csv had three columns: menuselectioncanrun and the table that was updated was: mnd_det. Notes: 1. I just updated existion records of this table. 2. In the csv file I replaced the comma between the...
  9. F

    Printer setting

    Hi First of all Hello to everyone, I'm new here :) And now to my problem: One of our MFG users has a new HP 5510 printer installed in her machine. she wants to print with this printer from MFG. I told her to define this printer as the default printer and then to choose "printer" as usual. She...
Top