Can we create a window in a window?

hi friends,
i am designinf a form.Can we create a window in window .I want in a window there is abox like thing hw to design that box .
please help me out.
Edited by: tumma vandana on May 14, 2008 5:49 PM

1. /: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]
2. /: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE]
3. /: SIZE [WIDTH] [HEIGHT] [WINDOW] [PAGE]
BOX
Syntax:
/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]
Effect: draws a box of the specified size at the specified position.
Parameters: For each parameter (XPOS, YPOS, WIDTH, HEIGHT and FRAME), both a measurement and a unit of measure must be specified. The INTENSITY parameter should be entered as a percentage between 0 and 100.
•XPOS, YPOS: Upper left corner of the box, relative to the values of the POSITION command.
Default: Values specified in the POSITION command.
The following calculation is performed internally to determine the absolute output position of a box on the page:
X(abs) = XORIGIN + XPOS
Y(abs) = YORIGIN + YPOS
•WIDTH: Width of the box.
Default: WIDTH value of the SIZE command.
•HEIGHT: Height of the box.
Default: HEIGHT value of the SIZE command.
•FRAME: Thickness of frame.
Default: 0 (no frame).
•INTENSITY: Grayscale of box contents as %.
Default: 100 (full black)
/: BOX INTENSITY 10
Fills the window background with shadowing having a gray scale of 10 %.
/: BOX HEIGHT 0 TW FRAME 10 TW
Draws a horizontal line across the complete top edge of the window.
/: BOX WIDTH 0 TW FRAME 10 TW
Draws a vertical line along the complete height of the left hand edge of the window.
/: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15
/: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW
/: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
/: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW
Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.

Similar Messages

  • How can I create a text pop up window in my Pages document? I want text to pop up when the reader hovers his/her cursor over a certain word.

    How can I create a text pop up window in my Pages document? I want text to pop up when the reader hovers his/her cursor over a certain word in the document. I am teacher. So for example when a student came to word he/she did not know, if he/she hovered the cursor over the word, a defintion or other information would appear.  You can do this in Word using bookmarks/hyperlinks but I can't figure this out in Pages. I can link it to another point in my Pages document but I just need the text to pop up - not take the reader to another location.  THANK YOU!!!!!!

    Have you tried Word for Mac?
    You will need to test if links survive export or printing to .pdf
    Peter

  • How can I create more than one main window in a page of SAP SCRIPT?

    How can I create more than one main window in a page of SAP SCRIPT? If anybody helps me I will be obliged.
    Regards,
    Subhasish

    Hi Ganguly,
    It is possible to have more than one main window in a same page.
    You create a main window and simply you copy and past it in the same page.. it will create first main window name as MAIN and other main windows as MAIN01,MAIN02.... up to MAIN99.
    Contets flow from MAIN , MAIN01, MAIN02.......................MAIN99. contents after filling the current window it flows to next window(by default, you skip as well with some keyword not sure could be NEW-WINDOW)
    you want print the main window data twice? or you want to create two main window in the same page ?
    1. give two copies in the no of copies in the output type screen ( Which pop up is coming after excute the program ).
    2. create two page with the same script form.
    3. you can write the coding inside the program to print twice the same page.
    Hope this information use full to you..

  • In smart form, can i create more than one main window,

    In smart form, can i create more than one main window,
    if no, then why?

    Hi,
    As for main window a page can have only one.
    You may have number of Variable windows
    Main window can only be one. One it can be copied to next page.
    but secondary window as many as u want.
    Reward if it helps..
    Regards,
    Omkar.

  • HT4436 can i create an icloud acct on windows

    can i create an icloud acct. from windows using my apple id?

    Welcome to the Apple Support Communities
    You can only create an iCloud account on a iPhone, iPad, iPod touch or Mac, not on a PC. See > http://www.apple.com/icloud/setup

  • Can't create data analysis views in windows 7/project server 2007

    In Project Server 2007, when trying to create a new Data Analysis view or edit an existing one, we get the following error: "An error was encountered in loading the page". Using the F12 developer tools, I tracked it down to the following line:
    "cn = new ActiveXObject("ADODB.Connection"), and in javascript the more specific error is "Automation server can't create object".
    I assumed it was a browser permissions issue, and so I ensured the site is in trusted sites, and set the security level to low, but the same error is still occurring.
    This error only occurs for users who are on Windows 7. This page works fine for users on Vista. The Windows 7 box has IE 9, the Vista box has IE 7.
    Is Project Server 2007 supported in Windows 7/IE 9? Is there another security setting to look for?
    edit: I have also checked the registry on the client and confirmed that adodb.connection is registered, and the dll exists.
    Thanks,
    Mike G.

    Hi Mike,
    If you refer to
    this link, IE9 is supported by PS2007. Anyway, in the F12 developer tool, try to set the default browser to IE8. Also add the PWA url to the compatibility site settings in IE.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Can't create a function in SQL windows of PL/SQL Developer.

    The function is :
    create or replace function Xgyh
    (pvc2Czy in varchar2,
    pnumYhid in number,
    pvc2Lfid in varchar2,
    pvc2Grzid in varchar2,
    pvc2Zbmid in varchar2,
    pvc2Bmid in varchar2)
    return number is
    intZxbz integer:=1;--返回值(1:正确,0:错误);
    numDxlb number;
    numGx number;
    begin
    --判断指定用户是否合法
    if pvc2Czy is null then
    intZxbz:=0;
    end if;
    if pnumYhid is not null then
    if pvc2Lfid+pvc2Grzid+pvc2Zbmid+pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Lfid is not null then
    if pvc2Grzid+pvc2Zbmid+pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Grzid is not null then
    if pvc2Zbmid+pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Zbmid is not null then
    if pvc2Bmid is null then
    intZxbz:=0;
    end if;
    elsif pvc2Bmid is null then
    intZxbz:=0;
    end if;
    --取当前登陆操作员在数据权限表中权限并判断是否允许更新当前用户
    if intZxbz=1 then
    select t.更新,
    decode(t.对象类别,'用户',0,'楼房',1,'供热站',2,'子部门',3,'部门',4,'集团',5)
    into numGx,numDxlb
    from 系统_数据权限_表 t
    where t.用户=pvc2Czy
    and (t.对象类别,t.对象识别码) in
    (('集团',0),('部门',pvc2Bmid),('子部门',pvc2Zbmid),('供热站',pvc2Grzid),('楼房',pvc2Lfid),('用户',pnumYhid))
    and rownum=1
    order by 2,1;
    end if;
    --返回信息
    return(numGx);
    end Xgyh;
    If get rid of the where condition
    'and (t.对象类别,t.对象识别码) in
    (('集团',0),('部门',pvc2Bmid),('子部门',pvc2Zbmid),('供热站',pvc2Grzid),('楼房',pvc2Lfid),('用户',pnumYhid))',
    this function can be created fast.
    Thanks for you help!

    This is duplicated question.
    Can't create a function in database
    William Robertson and I have described some advices for you.
    Is my English poor?
    If you couldn't get theirs (mikerault, William Robertson et al.) and my advices,
    You can ask that on ITPUB (this is Chinese site).
    Here it is. http://www.itpub.net/
    And this site is not only for Oracle.
    I think they can help you in Chinese words.
    PS.
    I learn that
    'Gongrezhan' means the center of supplying heating to building,
    and this center is the characteristic systems in Beijing or more cold district.
    PS.2
    Your script includes simplified Chinese character-set.
    Even if you were not Chinese person,
    we all think you can understand Chinese words.

  • Hyper-V can't create a network switch in Windows 8 enterprise evaluation

    Hello
    I have a problem with creating a new virtual network switch in windows 8.
     it's the error:
    [Window Title]
    Virtual Switch Manager for HYPER-VISOR
    [Main Instruction]
    Error applying Virtual Switch Properties changes
    [Content]
    Failed while creating virtual Ethernet switch.
    [Close]

    Hi,
    If you are using Wireless network adapters.
    Virtual switches can only be created that are bound to wired NIC's
    Best regards,

  • How can I create multiple libraries on a windows 8 HP computer?

    I just got the newest generation Ipod Touch, and the itunes is not supported on my iMac G5. My parents have a Windows 8 HP computer. My dad's itunes account is on that computer. So what I want to do is use my external hardrive to sync it to my Windows 8 computer. I am trying to find out how to create multiple libraries.
    Please help me out.

    These all have drm so i cannot read them without a i-Device. 
    Correct.  If you do not have an iOS device or a Mac running Mavericks, do not buy Apple iBooks.  They will be unreadable.

  • Can't Create or Organise Folders on Windows XP Home with a Zen Sleek (2

    Any idea why my home computer, which has Windows XP home version, won't give me the option of creating new folders or dragging/dropping files in and out of folders when I open the Zen Sleek dri've on 'My Computer'? And yet on my daytime computer (with XP Pro) it's as easy as anything to open new folders, drag and drop, etc. I, perhaps foolishly, installed all the extra software at home that came with my Creative Zen Sleek thinking this would surely solve the problem, thinking surely somewhere in all that stuff I would find a programme allowing me to open folders and re-organise my files....but no. The screens just remain sort of 'frozen', not allowing such basic functions. Please -- any clues as to the way forward here?Many thanks to the community for all the help on these boards!

    Me again -- just looked at all my files in my Zen Sleek - none of the folders are there. Am I totally off base? Is the Zen system just something other entirely than folder based? Where does a newbie get up to speed? Many thanks.

  • Can't create PDF file from Browser Window

    Hi, I used to use Acrobat extensively (but not recently) to create PDF files from various websites. Today when I tried to do it from IE and from Chrome I found out that the ability to do that is no longer there.
    I cannot figure out why it disappeared nor how to fix the problem.
    Does anyone have any insight to this?
    I'm using Arobat X, version 10.1.5.
    Karen

    I am clueless as to where to start. Adobe PDF and Adope PDF Conversion Tool Bar are both enabled, but they do not appear. I can, however, print to PDF (thanks for the head's up). My browser of choice is IE9 ... I also have Chrome installed and I can print to PDF from it, too, but do not see any PDF extensions (if that is what Chrome calls them).
    Given that I probably have upgraded IE someplace along the line (it just does it), is there a way to make that installed tool bar appear that you know of? 
    Again, thanks for the PDF printer tip!

  • Creating a New Folder in Windows Registry by java coding

    Good morning,
    hi to all,
    how can I create a New folder in Window Registry using Java coding. Can anybody help me out pls.
    I begin waiting for ur reply.
    Thanx

    Why do you feel you need to write to the Windows registry directly? Take a look at the Preferences class.
    {color:#0000ff}http://java.sun.com/javase/6/docs/api/java/util/prefs/Preferences.html{color}
    luck, db

  • Urgent,I can deploy a bean on websphere in windows;but an error occur in un

    urgent,I can deploy a bean on websphere in windows;but an error occur in unix.
    [Servlet Error]-[presentation]: Failed to load servlet: java.lang.LinkageError: LinkageError while defining class: com.s1.ccb.messaging.MessagingServlet
    Could not be defined due to: com/s1/ccb/messaging/MessagingServlet (Illegal constant pool type)
    This is often caused by having a class defined at multiple
    locations within the classloader hierarchy. Other potential causes
    include compiling against an older or newer version of the class
    that has an incompatible method signature.
    Dumping the current context classloader hierarchy:
    ==> indicates defining classloader
    the java version in unix and windows is the same.

    Hello FJasmine, no, it is not related the firefox update with that.
    see : [http://answers.microsoft.com/en-us/windows/forum/windows_7-files/cant-create-anymore-new-folders-in-windows-7/721a9129-c800-4224-8779-805dd6dfb80e Can't create anymore New Folders in Windows 7]
    [http://social.technet.microsoft.com/Forums/en-US/w7itprogeneral/thread/97de8a2a-12f2-4381-a409-a78f4ae551cf/ Cannot create new folder in Windows 7]
    thank you

  • I can't create an icolud account

    I tried to setup icloud on my PC and when i'm trying to log into icloud to the control panel it writes: the apple ID is valid but it's not an icloud account

    You can not create an iCloud account in Windows. You need a Mac, an iPhone or an iPad.
    If you have opened an iCloud account you can join it from a PC.

  • Can't create menu and shortcut in Win2003 when install Oracle9.2

    It can't create menu and shortcut in Windows server 2003 when install Oracle9.2.
    And show the error message.

    Several possible reasons.
    Start by describing exactly what you did, including user ids (or at least desctriptions of them) and the permission that those user ids have.
    And don't forget to detail which 'Windows 2003'. There are, as far as I know, several flavours of that product and there may be patches.
    95% of the effort here is to validate the assumptions - the more you tell, the fewer the assumptions.

  • How can i create a podcast ?

    Hello,
    am new here and am so anxious to know how can i create my own podcast using windows as am not a mac user.  I use both ipad and ipod and i purchased the garage band to help me with this issue but unfortunately to create podcasts i should be using a mac desktop.
    Can anyone help me with this issue please
    thanks a lot

    I think you are talking about chapter markers in an MP4 audio (.m4a) file? The chapters will work on both Mac and Windows, but unfortunately the creation of them is only supported on the Mac (as far as I know).
    They can be added to an audio track using Apple's Garageband, or LemonDreamz Podcast Maker. For a free alternative there used to be the command line ChapterTool from Apple, but it involves making XML files to describe the chapters. All these are Mac only.
    Hope this helps,
    Greg

Maybe you are looking for

  • A image with a drop shadow on a shaded background

    When I make a copy from my color printer of my PDF that has a image with a grey drop shadow on a grey shaded background. I get a shaded box around the image. This does not happen when I print from my b&w laser printer. The PDF was exported from Indes

  • Optical Audio Out to Speakers?

    I was wondering if it is possible to connect the optical audio out on my ATV2 to the 3.5mm audio jack on my bose Companion 3 speakers? -thanks

  • How do I reset?

    can't get my library bookshelf on my Nook Color, can someone help?  I may have too many activations, but already changed password 3 times.  I just have too many entries into adobe ID account, don't know what to do:-(

  • SPOTLIGHT and 10.8.x - A real disaster now ! My MAC Freeze

    (Version française de cet article plus bas) Hi, I just bought an iMac with 8GB RAMs because my old MAC was a bit slow but worked fine under 10.6.x At the time of receipt of this new machine, so I made my transfer data between the two MAC with the mig

  • GetConnection without Database Name???

    here's the part of my source code. try{      Class.forName(driverName);      conn = DriverManager.getConnection( ======== url Part ======== , "sa", "");                                                   stmt = conn.createStatement();      metadata =