Call one report of another

Hello

Reports * 10 g * is it possible to call one report of another? So I have a button on a report, and how do I call another report? (with some parameter of the calling report). I know in Developer 2000 it is possible, but in 10g (which is based on the web I've heard is not possible).

Please give me an answer if you know.

Thank you

Hello

Several documents are available in "My Oracle Support":

Tips for using hyperlinks in Drill Down reports (Doc ID 756110.1)
How to design dynamic Drilldown Web Hyperlink reports (Doc ID 109507.1)
How to create Drill Down Web of relationships using hyperlinks (Doc ID 160262.1)
...

Concerning

Tags: Oracle Development

Similar Questions

  • How could call a report from another report?

    Dear developers,

    How could call a report from another report?

    is this possible? and what is the call statement?

    Note: I use the 6i report



    Thanks in advance,


    Bil

    Hello

    It seems that you 'open' a quote before: orderby.
    You must "close" this quote after: orderby

    SRW.run_report ("report = SDCRVRF106 Cl_NO ='|"'|: CLIENT_no | "") ' || ' d1='||'''' || :D1 ||'''' ||' d2='||''''||:D 2 ||'' ' |' orderby =' | '''|| : o rderby | " ') ;

    concerning

  • Value from one report to another report

    Hi all

    I want to retrieve a value calculated based not formula not in the database from one report to another report.is is possible?

    Thank you and best regards,
    Konrad.

    Do you mean to another grid in the same report, or a totally different report?
    If it is an independent report, I don't think that will be possible.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Simple enough, but calling one method from another class

    Hi all
    I know it's pretty simple, even though I do not see where I am going wrong for some reason any. Basically, I have a class that extends JPanel but when I try to call one of its methods in my main class I get an error. The code (I hope) is:

    Main.Java
    import java.awt.BorderLayout;
    // ...
    import javax.swing.UIManager;
    
    public class Main extends JFrame implements ActionListener {
    
         JFrame frame;
         public static JPanel statusBar;
    
         public Main() {
    
              // ...
    
              // Add a status bar
              statusBar = new StatusBar();
              mainPanel.add( statusBar, BorderLayout.SOUTH );
    
              setContentPane( mainPanel );
              // ...
         }
    
         // ...
    
         public static void setStatusBarText( String s ) {
              statusBar.setStatusText("Test");
         }
    
         // ...
    }
    StatusBar.java
    import java.awt.Color;
    // ...
    import javax.swing.SwingConstants;
    
    public class StatusBar extends JPanel {
    
         private int barWidth;
         private static JLabel status;
    
         public StatusBar() {
              super();
              //barWidth = Main.getProgramWidth();
              //setPreferredSize( new Dimension(barWidth,22) );
              setLayout( new FlowLayout( FlowLayout.LEADING ) );
              setBorder( BorderFactory.createMatteBorder(1, 0, 0, 0, new Color(160,160,160) ) );
    
              status = new JLabel("Test", SwingConstants.LEFT);
              //status.setVerticalAlignment( SwingConstants.CENTER );
              add( status );
         }
    
         protected void setStatusText( String s ) {
              status.setText( s );
              revalidate();
         }
    }
    The "statusBar.setStatusText ("Test")"; call in the main class file does not work and I get the error:

    >
    cannot find symbol
    symbol: setStatusText (java.lang.String) method
    Location: class javax.swing.JPanel
    statusBar.setStatusText ("Test");
    >

    Any ideas what I am doing wrong? I created an instance of the class called status bar StatusBar, can I use it to call the setStatusText() method (via statusBar.setStatusText ()) I thought everything is OK, then it does not work? Even if there is an easier way to do what I want to achieve (i.e. to update a JLabel since the 'central' main class file instead of setting the JLabel static and have all classes call him directly), I'd be glad to know where I am going wrong here nevertheless.

    Thank you very much
    Tristan
         public static JPanel statusBar;
    
         public static void setStatusBarText( String s ) {
              statusBar.setStatusText("Test");
         }
    

    >
    cannot find symbol
    symbol: setStatusText (java.lang.String) method
    Location: class javax.swing.JPanel
    statusBar.setStatusText ("Test");
    >

    The type of variable statusBar is JPanel. That's all the compiler takes into account. It is not relevant that at a certain point in the program, the type of the object pointed to by this variable is a subclass of JPanel (because at another time, it might be an instance of another subclass or JPanel itself.

  • Navigate one report to another

    In the area of subject schallon, I have a report 'A' with a countdown on the 'packed case' with guests 'Rental', 'Month' and 'year '. I created another report 'B' to display the details of 'Created cases' and I made sure to have all the columns of propted 'B' as well, but some how 'B' report is displaying all records not on the details of a particular account of the report 'B '.

    I'd really appreciate your quick response. Thank you.

    So your report displays a total number of cases packaged by type of place and created.

    If your select statement is

    Select count (boxes), type, location, created from table 1, table 2
    where table1.a1 = table2. A1
    and group by type, location, created.

    If the entire group of columns should be "is"bring"in the report therefore type, location, B created should be"is "bring" in the B report for navigation to work you need.

    If the B SQL report will look something like this

    Select case_id, type, location, created from table 1, table 2
    where table1.a1 = table2. A1
    and type = 'a '.
    and location = 'b '.
    and created = 'c '.

    This way all the filters will report A pass to the detailed report report B

    It may be useful
    Thank you
    Prash

  • How to call one process of another?

    Hello

    I created two process and two buttons on a page.
    Button1 runs termpol1.
    Button2 runs Process2, which is supposed to run termpol1 before execution of its own logic.

    How can I implement this?

    Thank you

    Gabor

    Make sure that Process1 has a sequence number less than Process2, then do the condition for the execution of termpol1 PL/SQL Expression with

    :REQUEST in ('Button1', 'Button2')
    

    in the Expression 1. Note that this condition is case sensitive.

  • How to use go URL to navigate from one report to the next

    I used the option Actionlink to navigate from one report to another, it's nopt working on the dashboard because I used in my first report presentation variables and its throwing me an error below, I have to pass the ID of a summary to the report detail report, I created URL go, do I have to use this URL in my column of the synthesis report?

    Need information ~ thanks ~ Srix



    An invalid object was consulted during the evaluation.
    Error details
    Error codes: QBB4RZQS:SDKE4UTF
    Geographical area: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Expression: report.variables ['TimePeriod']

    Hello

    See the link below. This link should give you an idea how to do it:

    http://oraclebizint.WordPress.com/2008/02/17/Oracle-BI-EE-101332-drilling-on-measures-passing-multiple-parameters-during-drills-go-URL-and-HTML-formatting/

    Allocation of points, it is useful.

    Thank you
    Satya

  • How to migrate a report created by a user in OBIEE from one Instance to another?

    Hi all

    How to migrate a custom report created by the user in one instance to another.

    For example the user created a custom in the instance of the UAT report now I need to move it to PROD.

    Thank you

    Vishwamber Shetty

    Hello

    In a simple way, you can select State of catalog goto and Archieve it. Copy this physical file on the other machine new catalog goto and unarchieve it.

    AjitR

  • I can't move files from one folder to another on Windows Vista.

    Hello

    I can't move files from one folder to another in windows Vista.
    It is quite frustrating.
    I am an administrator of the account.
    I get an error saying that I don't have permission to do the action.
    It is said: Destination folder access denied. You need permission to perform this action. Then the buttons 'Try Again' and 'Cancel '.
    Help, please!
    Here is a link to an image of the error I get when I try to move a file:
    Thank you
    Jeremy

    Explorer

    Explorer (explorer.exe) is the program that is the start menu and taskbar, windows folder and the office (which is a folder window).

     

    To see if a fix is available

    In Control Panel (and select Classic discovered in the left pane) select reports on the problems and Solutions (problem of type in the START search box), go to historical problem, right-click of your error and choose check for the Solution.

    You can also right-click and choose Details for more information. Post these details here. The name of the Module fault is important information.

    If the problem affects Panel press the Windows key + R and type wercon (or type it at a command prompt).

     

    Close the browser and start a command prompt

    • Close Windows Explorer
    • Start - All Programs - Accessories - right on command prompt and choose run as administrator.
    • Click Start. Ctrl + Shift + Right-click on an empty spot (just above the power of buttons is one place) then Exit Explorer.
    • Press Ctrl + Alt + Delete then Task Manager.
    • Control all processes to explore are closed. On the process tab select explore and right-click and choose end process, repeat if more of an Explorer in the list.

    Then to restart the Explorer after trying all of the following

    • Press Ctrl + Alt + Delete and choose Task Manager
    • In the Task Manager, click the file menu and then click new task (run) and enter explorer
     

    If you cannot start the Explorer at all

    • Press Ctrl + Alt + Delete and choose Task Manager
    • Under the processes tab, click Show processes from all users to elevate to administrator
    • In the Task Manager, click the file menu and then click new task (run) and type cmd
    • Other things you can try typing

      Explorer
      Explorer c:\
      Explorer/e, c:\
      wercon
      control
      Iexplore
      Rstrui

    If you cannot start a folder window you can use the Browse button in the new task dialog. Don't forget that you must right click and choose Open rather than double-clicking.

     

    Reregister the shell registry entries

    It is important that each order is accepted. If the command fails it means the file is damaged and must be repaired.

    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).

    regsvr32 /i shell32
    regsvr32 /i urlmon.dll
    regsvr32 RPCRT4.dll
    regsvr32 PROPSYS.dll
    regsvr32 MSCTF.dll
    regsvr32 cscui.dll
    regsvr32 rsaenh.dll
    regsvr32 timedate.cpl
    regsvr32 ATL DLL
    regsvr32 OLEACC.dll
    regsvr32 actxprxy.dll
    regsvr32 USERENV.dll
    regsvr32 msshsq.dll
    regsvr32 NaturalLanguage6.dll


    regsvr32 thumbcache.dll
    regsvr32 WINTRUST.dll
    regsvr32 MMDevAPI.DLL
    regsvr32 audioses.dll
    regsvr32 audioeng.dll
    regsvr32 ExplorerFrame.dll
    regsvr32 msi.dll
    regsvr32 FirewallAPI.dll
    regsvr32 netshell.dll
    regsvr32 pnidui.dll
    regsvr32 QUtil.dll
    regsvr32 c:\windows\system32\wpdshserviceobj.dll
    regsvr32 WINHTTP.dll
    regsvr32 C:\windows\system32\qagent.dll
    regsvr32 C:\windows\system32\portabledeviceapi.dll
    regsvr32 wbemprox.dll
    regsvr32 wbemsvc.dll
    regsvr32 fastprox.dll
    regsvr32 imapi2.dll
    regsvr32 wshext.dll
    regsvr32 gameux.dll
    regsvr32 msxml6.dll
    regsvr32 vbscript.dll
    regsvr32 jscript.dll
    regsvr32 wshext.dll
    regsvr32 wshom.ocx
    regsvr32 wshcon.dll
    regsvr32 scrrun.dll

     

    Delete the folder and the settings of the Menu

    This will remove the settings are saved for each file that you visit. Also the order of the start menu.

    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).

    Reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell" /f

    Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams" /f

    Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2" /f

    Reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder" /f

    Delete the thumbnail and icon Caches

    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).

    attrib - r s h '% userprofile%\AppData\Local\*.db '.

    del "% userprofile%\AppData\Local\*.db".

    Disable thumbnails and previews

    Damaged documents and particularly corrupt pictures or videos, can cause Explorer crash all trying to generate a thumbnail or an overview. This miniature and previews active option off.

    If you can start the Explorer, previews is Union on the command - folder and Search Options - framework of tasks use classic Windows foldersbar.

    Thumbnails are organized on the command bar - folder and Search Options - view tab - and check under Advanced settings - always show icons, never thumbnails and uncheck Show icon file in the pictures.

    If you cannot start the Explorer close Explorer as above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "IconsOnly" /t Reg_DWord /d 00000001 f

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "ShowPreviewHandlers" /t Reg_DWord /d 00000000 f

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "ShowTypeOverlay" /t Reg_DWord /d 00000000 f

    Turn around after testing the Explorer.

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "IconsOnly" /t Reg_DWord /d 00000000 f

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "ShowPreviewHandlers" /t Reg_DWord /d 00000001 f

    Tracking Add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" v "ShowTypeOverlay" /t Reg_DWord /d 00000001 f

     

    A boot is a way to explore

    It can be caused by a shell extension.

    Explorer (explorer.exe) is the program that is the start menu and taskbar, windows folder and the office (which is a folder window).

    The Explorer is built on addin programs called Extensions of Shell. The standard is provided by Microsoft, but programs add their own.

    • Download Autoruns http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
    • Close Windows Explorer
    • Start Autoruns by right-clicking and choose run as administrator
    • Click on the menu Options - Filter Options and check hide Microsoft entries and disable include empty locations
    • Go to the Explorer tab and uncheck everything to the left.
    • Click Start. Ctrl + Shift + Right-click on an empty spot (just above the power of buttons is one place) then Exit Explorer.
    • Press Ctrl + Alt + Delete and choose Task Manager.  Control all processes to explore are closed. On the process tab select explore and right-click and choose end process, repeat if more of an Explorer in the list.
    • Click the file menu and then click new task (run) and enter explorer

    If this can help, reactivate ½ at a time to identify those who. If this does not help, restart AutoRuns and go to the all tab and uncheck everything that it and restart. If this can help, reactivate ½ at a time to identify those who.

    Run Microsoft Fixit

    Microsoft has a range of automatic programs to solve common problems. To see problems explore

    http://support.Microsoft.com/mats/windows_file_and_folder_diag/en-us

    For the visit of the list the most comprehensive

    http://support.Microsoft.com/FixIt/en-us

    When you choose to download, choose the option to run on another computer. You can then save it to your hard drive. Open the folder, open the folder fix this laptop and run Run Fix It. It will contain all 27 FixIt.

    Recycle Bin
     
    If the problem is the trash bin remove the storage folders. It will be automatically re-created next time you delete a file or open the Recycle Bin. It will remove the trash and the files it contains for all users.
     
    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).
     
    RD C:\$RECYCLE. BIN/s/q
     
    then repeat for each drive to change the drive letter, for example
     
    d:\$recycle Rd. BIN/s/q
     
    e:\$recycle Rd. BIN/s/q
     
     
    If the Office does not start
     
    This will create a new empty by user and common desktop computer. This will allow to test if a file on your desktop to start the Explorer.
     
    Close the Explorer like above and then type at the command prompt (or copy and paste by clicking in the command prompt window and choose Paste).
     
    MD "% userprofile%\DesktopTest".
     
    Add reg "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" / v/t desktop REG_EXPAND_SZ /d "% USERPROFILE%\DesktopTest" /f
     
    MD "% public%\desktopTest".
     
    Tracking Add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" v "Common Desktop" REG_EXPAND_SZ /d "% Public%\DesktopTest" t f
     
    To restore default after having tested if begins to explore.
     
    Set ExpFix1 = % user
     
    Set ExpFix2 = % profile
     
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" / v/t desktop REG_EXPAND_SZ /d "% ". ' ExpFix1 ExpFix2%% \Desktop "/f
     
    Set ExpFix1 = % Pub
     
    Set ExpFix2 = % lic

     
    reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "Common Desktop" /t REG_EXPAND_SZ /d "% ". ' ExpFix1 ExpFix2%% \Desktop "/f
     
    You will need to disconnect then.
  • I got a virus, tried to remove it and now I get missing ntfs.sys, I don't have the windows xp cd, anyone know how to copy this file from one pc to another system

    The virus was called MS works, it disquises himself as a virus scanner who want you tho sign up to buy, basically a scam phishing for personal information.  The ntfs.sys file has been deleted by mistake, and we do not have the windows cd.  That I can download the file somewhere or I can copy form one pc to another?

    Hello BarbaraFain,

    Take a look at the following article:

    http://www.Microsoft.com/security/PC-security/antivirus-rogue.aspx

    Best regards

    Matthew_Ha

  • BSOD after copying the large number of files from one disk to another

    Hello. I hope you can help because this issue is very frustrating. Just built a new PC:
    -Gigabyte Z97X Gaming 7 mobo
    -8 GB Corsair vengeance 1866 mhz
    -EVGA GTX 770 video
    -CPU Intel 4770K
    -two hard drives of 1 TB WD black in RAID 1
    -one ADATA 256 Gb SSD as drive OS
    -a 1 TB drive Toshiba
    -Windows 7 64-bit professional
    -F3 Bios Rev

    System can work very well for everyday, but when I copy large number of files from one disk to another (i.e. 70 000 files, 80 GB), shortly after (10 to 30 minutes), I get a BSOD bugcheck.

    I ran MEMTEST86 for hours without error. I can run PRIME95 with max heat without error. And as I said, it seems to be fine until I do a copy of large files. It seems not to matter to this disc, I copy to/from. Start WIndows, I see no activity CHKDISK. Ideas?

    Log name: System
    Source: Microsoft-Windows-WER-SystemErrorReporting
    Date: 25/06/2014 19:55:50
    Event ID: 1001
    Task category: no
    Level: error
    Keywords: Classic
    User: n/a
    Computer: Daddys-PC
    Description:
    The computer was restarted after a bugcheck.  The bugcheck was: 00000124 0 x (0 x 0000000000000000, 0xfffffa8008788028, 0x00000000bf800000, 0 x 0000000000200401). A dump was saved in the: C:\Windows\MEMORY. DMP. Report ID: 062514-6692-01.
    The event XML:

     
       
        1001
        0
        2
        0
        0
        0 x 80000000000000
       
        32358
       
       
        System
        Daddys-PC
       
     

     
        0 x 00000124 (0 x 0000000000000000, 0xfffffa8008788028, 0x00000000bf800000, 0 x 0000000000200401)
        C:\Windows\MEMORY. DMP
        062514-6692-01
     

    No problem, thank you!

    All attached files of the DMP are the verification of bug WHEA_UNCORRECTABLE_ERROR (124) .

    A fatal hardware error occurred. This fatal error data error Architecture WHEA (Windows Hardware).

    If we run one! errrec on the 2nd parameter of the bug check (address of the WER structure), we get the following:

    ===============================================================================
    Section 2: x 86 / x 64 MCA
    -------------------------------------------------------------------------------
    Descriptor of @ fffffa8008788138
    Article @ fffffa80087882c0
    Shift: 664
    Length: 264
    Flags: 0x00000000
    Gravity: Fatal

    Error: Internal unclassified (Proc 4 row 1)
    Status: 0xbf80000000200401
    Address: 0x00000000fee00040
    Misc.       : 0 x 0000000000000086

    Internal unclassified error, this implies that it is not publicly documented and there is no way to identify the error.

    -----------------------------------------

    1. AppleCharger.sys is listed and charged, which is the driver GIGABYTE on / off Charge. See here for more information - http://www.gigabyte.us/MicroSite/185/on-off-charge.htm

    Very annoying software, so please uninstall ASAP!

    2 remove and replace Norton with Microsoft Security Essentials for purposes of troubleshooting temporary, as it can be at the origin of the conflict:

    Removal of Norton- https://support.Norton.com/SP/en/us/home/current/solutions/kb20080710133834EN_EndUserProfile_en_us;JSESSIONID=841A6D40BA6872C47697C6C6B19C8E11.4?entsrc=redirect_pubweb&PVID=f-home

    -MSE http://Windows.Microsoft.com/en-us/Windows/Security-Essentials-download 

    3 uninstall Gigabyte Saver Easy, Easy Tune, as well as all the another bloatware Gigabyte, it is very problematic.

    4.

    2: kd > lmvm marvinbus64
    start end module name
    fffff880' 04c 51000 fffff880'04 c 95000 MarvinBus64 (postponed)
    Image path: \SystemRoot\system32\DRIVERS\MarvinBus64.sys
    Image name: MarvinBus64.sys
    Timestamp: Fri Sep 23 17:17:03 2005

    Pinnacle Studio Marvin Bus driver, dated 2005. Too old to work with the operating system, so please delete the software + the device (if any).

    5 please remove your Rainbow Tech/SafeNet USB security device if there is no update for its software, device drivers are too old.

    -----------------------------------------

    If all else fails, there's only so much you can do with an error like this, checking until it boils down to a faulty processor that needs to be replaced. Start from 1 and work down:

    1. make sure your temperatures are the norm and nothing is overheating. You can use a program such as Speccy if you want to monitor the time - http://www.piriform.com/speccy

    2 clear your CMOS (or optimized load BIOS default) to ensure that there is no parameter incorrect BIOS - http://pcsupport.about.com/od/fixtheproblem/tp/clearcmos.htm

    3. make sure that your BIOS is up to date.

    4 if all else fails, the only one left to do is replace your CPU because it is defective.

    Kind regards

    Patrick

  • navigate from one screen to another sc

    Hello

    I have a java Application with some screens Developpers.

    each screen is in a different java file.

    I want to navigate from one screen to another screen, but I can't UST copy the following code: Pushscreen (new BilanScreen());

    How can I do?

    Yes, it is expected that pushScreen cannot be called from the class of the screen, as the original method belongs to the UiApplication class... So if you want it to be used in a form, then you should go:

    UiApplication.getUiApplication().pushScreen(new Screen's Instance);
    

    However, before doing so, I suggest you to skip the old screen. This can be done:

    UiApplication.getUiApplication().popScreen(UiApplication.getUiApplication.getActiveScreen());
    

    See you soon...

    Note: Through the thread sticky by tbilisoft, KB articles and videos of developer for effective development...

  • This serial number is not for a product calling.  Please try another.

    It is an old NET, but I'll re - purpose it

    I am running the latest version of Win 10 (9.6.16)

    Have the full Adobe Creative Suite 3 Design Standard and to register. It works very well.

    Try to install the upgrade to Adobe Creative Suite 6 Master Collection.

    We performed this facility in the past on two workstations without problem. One in-office and one at home. We do not use them simultaneously. I recently reformatted my computer at home and added an SSD. Still, CS3 installed fine, but having trouble with the upgrade.

    Enter the serial number upgrade produces this message "serial number you provided is valid, but calling it a product was not found on this computer.

    error.PNG

    Another thread of the forum said that we should enter the key series for CS3 here. I have Adobe Standard CS3 Design and enter the key of CS3. I get this message. "Serial number is not for a product calling." Please try another. "

    error2.PNG

    What Miss me?

    Is it possible to register if I install as a trial first?

    Thank you

    Problem has been resolved by support cat.

    A code produced by the installation program challenge was given to a technician who then returned another code which allowed for the installation.

    The technician said:

    Because your CS3 serial number is Volume License serial number, that is the reason why you are not able to use it. So, on an exceptional basis, we can do this challenge code method. Volume license is the license key that can be used by several people, and at the office, school, etc. But your CS6 is the commercial version, which can be used by a single user.

    The process took about 5 minutes once the conversation has been started.

  • How to copy from one Application to another custom Page template

    Hello

    12.1.3 Jdev

    How can I copy a created exculpatory to one application to another?

    I don't want to create the existing application as a jar and add a library to the following. I want to copy an existing template and begin to change in the next request.

    See you soon

    AJ

    Each application that uses the model page, have the file called pagetemplate - metadata.xml, which is basically a repository of page template.

    When you create a page template, some entries are added to this file automatically for you.

    That's why I said lets you create a new model.

    Well, next to the source code of the template page, if the original model have pageDef, you need this pageDef too, so do the same - create Def page for your new template and just copy - paste the contents of the original.

  • move the CS6 from one computer to another

    I'm trying to move the CS6 from one computer to another, but I can't get the serial number to activate.  Help

    Hello

    Please visit the below mentioned link doc KB and try the solutions:

    Error: "this serial number is not for a product calling it" | Adobe Creative Suite

    Hope this will help.

    Kind regards

    Ana Maria

Maybe you are looking for