Component
Message Component
7 language-reference entries were extracted for this component.
- Fnd_Msg_Broadcast The Fnd_Msg_Broadcast routine sends the message out to all processes with the specified name. The process name can contain wildcard characters. Does not broadcast to 4D created...
- Fnd_Msg_Get This function returns the next message queued up for the current process. $processmessage_t:=Fnd_Msg_Get (->messsage_blob)
- Fnd_Msg_GetParameter
- Fnd_Msg_Info Returns the requested information about the component. $language_t:=Fnd_Msg_Info (“language”)
- Fnd_Msg_PackParameters
- Fnd_Msg_QuitBackgroundProcess This method ends the message loop background process. If there are messages still waiting to be delivered, this process waits until a timeout period is reached so hopefully the...
- Fnd_Msg_Send This method sends a message to another process. Fnd_Msg_Send (Process number(◊YourProcessName);"Hello, World")