what is difference between scripts, smartforms and adobe forms
Answer Posted / hanimireddy
scripts :script are client dependent ,script does not
generate any function module ,scripts need to have driver
program is mandatory
smartform:
smart form is user friendly nature ,it is web compatability,
it can be allowed multiple pages,smartforms are
interactive operation s are not allowed like (delete ,
insert ,update ) smart form non interactive from
adobeform:
adobe is a interactive from it can be allowed database
operation and web compatability
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
how pseudo column works?
Write a program to create a process in UNIX
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
5. Which of the following can you do with DB2 Express- C? Query databases with SQL Query databases with XML using XQuery and XPath Use SQL in Xquery and Xquery in SQL All of the above
how do we provide security for web services
What r the attributes using in Win Runner?
Difference between delegates and Events?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance
what is the difference between read the data from table and infotype
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)