You are great. Thank you for clearing my doubts. Now, I open MBS developer guide and try to do some example...
Girish Bhatkal <[EMAIL PROTECTED]> wrote:
i have put my comments below.
Cheers,
Girish
-----Original Message-----
From: Padmaja Iyingar [mailto:[EMAIL PROTECTED]
Sent: 23 December 2004 04:34
To: [email protected]
Cc: [email protected]
Subject: [development-axapta] Active Vs Link Active, table_ds.refresh(),
table_ds.executequery()
Hi,
I am reasonbly new to Axapta. I didn't take any training. I have some
difficulty in understanding some of the std functions.
Here are some of those.
1. what is use of Super() call.
Ex.
1. myown_function()
super()
///
In case if you have written this on an MenuItem then your function is run
before the menuItem is called
In case if you have written this on modified method then your function is
run before the modification function is done.
///
2. super()
myown_function()
///
In case if you have written this on an MenuItem then your function is run
after the menuItem is called
In case if you have written this on modified method then your function is
run after the modification function is done.
///
What is the difference between those scenarios?.
2. what is the diffence between active() and linkActive().
Can you please help me with an example?.
// active - this is executed when the user scrolls to make a new record
// linkActive - this happens when the user scrolls to a new record in a form
with its datasource linked to another datasource (this happens only when a
link between 2 data sources has been established)
3. what is the difference between init() and initValue()?.
Can you please help me with an example?.
//Init - executed when the form is opened
// initvalue - executed when a new record is created. This is mainly sued to
fill in the intial values.
4. what does Tablename_ds.executeQuery() do?.
You use this method when you want some function to run when the form is
opened for data display. The function has to be written before the super()
5. what does TableName_ds.refresh() do?.
The super in this method updates all the fields in the datasource (used to
display the updated records)
Can someone in this community help me?.
Thanks in advance.
Padmaja
---------------------------------
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
[Non-text portions of this message have been removed]
Yahoo! Groups Links
Yahoo! Groups SponsorADVERTISEMENT
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
Do you Yahoo!?
Jazz up your holiday email with celebrity designs. Learn more.
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor |
| Get unlimited calls to U.S./Canada |
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

