hi, i'd like to know how do you set lines in a page for
Smartforms? thanks in advance
Answer / bun's
You can do it in 2 ways....
First One:- Use this character/symbol continously which is
called underscore '_'.
"___________________________________________" .
Second one:-
create a window whose length will be the page width and
height will be 1mm.Put a frame around that...it will come
as a line on smartform
Thanks
| Is This Answer Correct ? | 2 Yes | 0 No |
What is SOLID Principle in Programming Language?
i am exeprienced person what is selection process
A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : "design", "Graphics", "lovely", "beautiful", "amazing" and "mesmerising" Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
can php support multiple inheritence?
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
what is the basic and unique feature of dotnet
What is dialog programming?
Who is providing best mainframes online training in Hyderabad
write a program for finding the union of two integer array in java?
How do you initialize a static member of a class with return value of some function?
Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout