My question is in FLASH I will take 10 or 5 questions and
last I will give my username and password and also I will
give score to the answers which user submitted and that too
the score and details of of the user should come in
separate file, this entire thing should be done in Flash
only. Is it possibe?
No Answer is Posted For this Question
Be the First to Post Answer
when will we use lsmw , bdc and bapi? which will be easy to use and which is used for which type of data
what should i conten when company ask me abt tell me abtyour profile
can a merchant exporter adjust or claim refund of input service tax ??
Hi can any one help me below two steps in sap FICO, 1.Create document number ranges for company code. 2.Copy document number ranges to fiscal year. was trying to do it but i am not able to completing successfully,
hi all, I am in the process of learning qtp. i havve windows vista in my system whenever i try to run flight reservation application , i am getting the following error "Operation must use an updateable query Fractional truncation (null) . And am unable to open Mercury tours web application due to some other error Can anyone help me please
I am Recording the QTP Script..the Script is below VbWindow("mdiPP").VbWindow("frmPOSOLocking").ActiveX ("SSTab").VbListView("lstPO").SetItemState "272 [10-11]", micChecked. After when when Run then give error property not found.
how many profit center can we assig to material master
Flow of fluid takes place due to its?
What is Virus? plz give me full description
why will eskimo spend so much money on buying a refrigerator?
how can i write script for sending mail
hai this is shanthi, is this code right? please check and correct the lines. import javax.swing.*; import java.awt.*; class Flow extends JFrame { JButton b1,b2,b3,b4; JPanel p; FlowLayout FL; Flow() { FL=new FlowLayout(FlowLayout.RIGHT,20,20); b1=new JButton("button1"); b2=new JButton("button2"); b3=new JButton("button3"); b4=new JButton("button4"); p=new Jpanel(); p.add(b1); p.add(b2); p.add(b3); p.add(b4); p.set Layout(FL); getContentPane().add(p); setSize(400,400); show(); } public static void main(String args[]) { new=Flow(); } } but i have an error in p.set Layout(FL); in this line. i tryed all the ways but it showing the in this line only. please check and correct it.