Do not let any software impress you!

Only let it convince your intellect.
Slider img 1
Do not look for a business paradise!

It is a waste of time.
Slider img 2
Only yourself can push you uphill.

There is no easy road to prizes.
Slider img 3
Productivity is the name of the game.

And you have to conquer it.
Slider img 4
As long as you understand it,

you will start to build your know-how.
Slider img 5
We can help with that.

We have the tools and the method.
Slider img 6

Comments
Subject

Title : Generic Setup

Toolbars

call CloseForm(True)
call CloseForm(False)

Buttons

Fields


Comments (AU_REQUEST.COMM)
Subject (AU_REQUEST.SUBJECT)


AutoScript

lib

proc Form_Start()

     f = TopForm()
     task = FormTask(f)
     p = PByName(f,"AU_REQUEST")
     t = TByName(p,"AU_REQUEST")

     call TEdit(t)
     call TSetFld(t,"SUBJECT","First Time Generic Setup")
     call TSetFld(t,"COMM","Setup")
     call TPost(t)

     call ReLoadEditFields(f)

end

proc Form_End ( uvalue )

     if (task = ptAppend) then

        call bpm_startcoordinator ( "AU_SETUP_GENERIC_COORDINATOR", uvalue )

     endif

end