• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

send application to another user

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • send application to another user

    Hi.. i got a case
    2 user login
    1 user = vvadmin
    2 user = cnx
    Vvadmin open hello world application, after fill up the form and enter... can i send the hello world aplication to user cnx?
    Is that possible to send application
    To different user in valence framework?
    Or how i can get this things work? Really need help here...
    Thx

  • #2
    If you want to send a message to another user logged into to Valence, you could try something like this:

    Make physical file of messages:

    Message
    From
    To
    Date
    Date Read
    etc...

    User vvadmin can invoke a pgm which creates a new message in that file.

    You can attach to the poll or create your own call to check for new messages every 5, 10, 15, or 30 seconds. When there is a message in the queue file, you can alert the user. Additional programming could be done to show them a message, pop open a certain application, and even to open an application and autoload certain values.

    Does this help you?

    Comment


    • #3
      Nice...
      i like to try make it...

      1. my a file message : if user vvadmin want to sned msg to another user.. have to write to file message?
      2. another user login... have to read file message to check for message? it's like that?
      3. do u have any examples of it?

      Thx

      Comment

      Working...
      X