‎2008 Oct 29 9:15 AM
Hi friends,
i run program RCF_GENERATE_URLS and i get a list of urls.
i copy one of the url and ran it at start->run and than i paste the address.
than i enter password and user name.
than i click at enter external application.
My question is:
The user want to add a id no field, and he want me to do some checks on that field.
(if the ID no exist etc.)
how do i do that?
where do i put the code, where do i do this checks?
i tried to debug it, i put a break-point in classes but i dont know, i didnt get anywhere with that.
hope u can help me,
thank you in advanced,
dana.
Edited by: Julius Bussche on Oct 29, 2008 10:39 AM
‎2008 Oct 29 9:19 AM
in this case you have to go for custom application, the popup is coming is standard one,it is not possible to change that. after logging to application, you may try to give another popup there you do your checks. but the enduser will confuse a lot. instead try to control the flow with authorizations.
‎2008 Oct 29 9:26 AM
someone from the programmer did put the id field.
all i need is to do is the checks on that id number that the user input.(like if the user id already exist, if it exist at all etc.)
i dont know where do i put those checks.
how can i know where to put the checks.
thanks you.