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
how does database connection using ADO.NET?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
what is the work of 1tier,2tier,&ntier? Plz Explain it!
public static void main(String args[]) describe it
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
What is %Type,%Rowtype?
8.In DSP,Define Signal and System?and various type of signals.
in IBM PC -AT.WAT AT REFERS TO?
What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
How can we develop a multi-tier application in Java?
how do find the user exit for selected feild whatis the process and can u plz explain it
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
what is the BAM? where we can use it in BizTalk server?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)