Lets play "copy & paste" ;-))

WebForm Basics


WebForms are created in the same way as normal Microsoft Axapta forms. However, 
it should be noted that WebForms hold certain qualities that make them differ 
from normal forms.

When you are working with a form in Microsoft Axapta using the Windows client, 
the form executes "on top" of the database, which means that the data flow is 
fast enough to allow a rich interaction with the system. This is not the case 
with WebForms, where the clients (browsers) accesses Microsoft Axapta via the 
HTTP protocol with many different distances and band-widths.

Part of the user's rich experience when using the Microsoft Axapta Windows 
client comes from the fact that this client may interactively evaluate code as 
the user browses the data. While the Web application certainly has access to 
all the business logic that the Windows client has, it may only be accessed at 
particular times. In short, what the user sees in the browser is a result of 
HTML code generated from the WebApps framework, as the result of specific user 
initiated actions. Consider the case where the user is filling out a field in a 
form on the Windows client. As soon as the user leaves the field in question, 
X++ code is run to determine the validity of the field content, and the user is 
notified if the value is illegal. On the Web, however, the browser does not 
evaluate X++ code, and validation is deferred to the time where the user 
submits the form for entry. This is not a restriction caused by flaws in the 
Microsoft Axapta WebApps Framework, but simply a consequence of the way the Web 
works: The server generates the whole content of the page at once. "

 

this one was taken from the Axapta Dev. Handbook - for more detais just read on 
...

hth Tobias

        -----UrsprÃngliche Nachricht----- 
        Von: ptmhki [mailto:[EMAIL PROTECTED] 
        Gesendet: So 16.01.2005 20:53 
        An: Axapta-Knowledge-Village@yahoogroups.com 
        Cc: 
        Betreff: [Axapta-Knowledge-Village] Web form question
        
        



        Can anyone tell me the different between web form and normal form?
        
        
        
        
        
        ------------------------ Yahoo! Groups Sponsor --------------------~-->
        In low income neighborhoods, 84% do not own computers.
        At Network for Good, help bridge the Digital Divide!
        http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/kGEolB/TM
        --------------------------------------------------------------------~->
        
        Sharing the knowledge on Axapta.
        Yahoo! Groups Links
        
        
        
        
        
        
        
        



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

<<winmail.dat>>

Reply via email to