What is the command to convert abc.pll to abc.txt in forms 10g

Dear All,
I want to convert all my .pll files into .txt.
Is there any command to convert abc.pll to abc.txt in forms 10g.
Any Help Appreciated..

If you are attempting to produce an Object List Report from the command line with Forms Builder, yes, this is possible. According to My Oracle Support, you can use the command line call:
frmcmp.exe batch=yes module_type=library userid=[username]/[password]@[db] forms_doc=YES module=<<Lib_name>>However, when I tested this it didn't produce what I expected. It does produce a .txt version of my Forms Library file, but it was simply the output from the Forms Compiler - not the Object List Report I was expecting. After playing around with the Forms Compiler, you can produce an Object List Report (.pld) with the Forms Compiler using the SCRIPT= parameter. So I modified the above command line to the following:
frmcmp MODULE=MY_LIBRARY MODULE_TYPE=Library BATCH=YES LOGON=NO SCRIPT=YES OUTPUT_FILE=MY_LIBRARY.txtThis command in turn produced the file: MY_LIBRARY.txt. When you open this file in a text editor - it lists all of the library program units. It should be noted that if your Forms Library has any attached libraries, you will have to produce an Object List Report seperately for them.
Hope this helps,
Craig B-)
If someone's response is helpful or correct, please mark it accordingly.

Similar Messages

  • Hi I cannot make the accessibility zoom option work. What are the commands on a non Mac keyboard?

    Hi I cannot make the accessibility zoom option work. What are the commands on a non Mac keyboard?

    If you want to convert SWF to DVD in freeway, find a converter to convert SWF to normal video such as: SUPER, then burn to DVD.

  • What are the commands available to read a file from application server and

    What are the commands available to read a file from application server and store the file into an internal table?

    Hi,
    To read a file from an Application Server to an Object there is a command in ABAP called <b>READ DATASET</b>. After that file is transported to that object you have to do a loop and put that data in an Internal Table.
    This statement exports data from the file specified in dset into the data object dobj. For dobj, variables with elementary data types and flat structures can be specified. In Unicode programs, dobj must be character-type if the file was opened as a text file.
    For dset, a character-type data object is expected - that is, an object that contains the platform-specific name of the file. The content is read from the file starting from the current file pointer. After the data transfer, the file pointer is positioned after the section that was read. Using the MAXIMUM LENGTH addition, the number of characters or bytes to be read from the file can be limited. Using ACTUAL LENGTH, the number of characters or bytes actually used can be determined.
    In a Unicode program, the file must be opened with an arbitrary access type; otherwise, an exception that cannot be handled will be triggered.
    If the file has not yet been opened in anon-Unicode program, it will be implicitly opened as a binary file for read access using the statement
    OPEN DATASET dset FOR INPUT IN BINARY MODE.
    . If a non-existing file is accessed, an exception that can be handled can be triggered.
    Influence of Access Type
    Files can be read independently of the access type. Whether data can be read or not depends solely on the position of the file pointer. If the latter is at the end of the file or after the file, no data can be read and sy-subrc will be set to 4.
    Influence of the Storage Type
    The import function will take place irrespective of the storage type in which the file was opened with the statement OPEN DATASET.
    If the file was opened as a text file or as a legacy text file, the data is normally read from the current position of the file pointer to the next end-of-line marking, and the file pointer is positioned after the end-of-line marking. If the data object dobj is too short for the number of read characters, the superfluous characters and bytes are cut off. If it is longer, it will be filled with blanks to the right.
    If the file was opened as a binary file or as a legacy-binary file, as much data is read that fits into the data object dobj. If the data object dobj is longer than the number of exported characters, it is filled with hexadecimal 0 on the right.
    If the specified storage type makes conversion necessary, this is executed before the assignment to the data object dobj. Afterwards, the read data is placed, byte by byte, into the data object.
    System Fields
    sy-subrc Meaning
    0 Data was read without reaching end of file.
    4 Data was read and the end of the file was reached or there was an attempt to read after the end of the file.
    Thanks,
    Samantak.
    <b>Rewards points for useful answers.</b>

  • What is the best video converter for DVD to iMovie? Either free or to purchase.

    What is the best video converter for DVD to iMovie? Either free or to purchase.  And one that is 'fool-proof' and very easy to use.  Many thanks, anyone who can advise.

    You want to 'reverse engineer' the compressed mpeg2 DVD file back to something iMovie can use?
    You need to convert the VOB files in the TS-Folder of the DVD back to DV which iMovie is designed to handle. For that you need mpegStreamclip:
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    which is free, but you must also have the  Apple mpeg2 plugin :
    http://www.apple.com/quicktime/mpeg2/
    (unless you are running Lion in which case see below))
    which is a mere $20.
    Another possibility is to use DVDxDV:
    http://www.dvdxdv.com/NewFolderLookSite/Products/DVDxDV.overview.htm
    which costs $25.
    For the benefit of others who may read this thread:
    Obviously the foregoing only applies to DVDs you have made yourself, or other home-made DVDs that have been given to you. It will NOT work on copy-protected commercial DVDs, which in any case would be illegal.
    And from the TOU of these forums:
    Keep within the Law
    No material may be submitted that is intended to promote or commit an illegal act.
    Do not submit software or descriptions of processes that break or otherwise ‘work around’ digital rights management software or hardware. This includes conversations about ‘ripping’ DVDs or working around FairPlay software used on the iTunes Store.
    If you are running Lion:
    From the MPEG Streamclip homepage
    The installer of the MPEG-2 Playback Component may refuse to install the component in Lion. Apple states the component is unnecessary in Lion, however MPEG Streamclip still needs it.
    To install the component in Lion, please download MPEG Streamclip 1.9.3b7 beta above; inside the disk image you will find the Utility MPEG2 Component Lion: use it to install the MPEG-2 Playback Component in Lion. The original installer's disk image (QuickTimeMPEG2.dmg) is required.
    The current versions of MPEG Streamclip cannot take advantage of the built-in MPEG-2 functionality of Lion. For MPEG-2 files you still need to install the QuickTime MPEG-2 Playback Component, which is not preinstalled in Lion. You don't have to install QuickTime 7.

  • What are the commands using in SAP ECC 6.0 ehp on SYBASE Database? Backup and restore commands?

    Hi All,
    What are the commands using in SAP ECC 6.0 ehp on SYBASE Database? Backup and restore commands?

    Hi Jayachander,
    Have a look at these sap notes:
    For taking backup: Schedule from DB13 and get the exact command from Logs
    1841993 - SYB: How to schedule backups in DBA Cockpit
    1887068 - SYB: Using external backup and restore with SAP Sybase ASE
    How to restore DB
    1611715 - SYB: How to restore a Sybase ASE database server (Windows)
    Divyanshu

  • I have uploaded a pdf-file. Where is the command to convert it to docx?

    I have uploaded a pdf-file. to https://files.acrobat.com/?trackingid=KGLHY#folder/0662976a-3059-4bd3-8f49-87041736f7c2.
    It appears in the list of files.
    Where is the command to convert it to docx?

    Hi TRee2,
    When you logon to the Acrobat.com service on the top left corner click on 'Tools' an now on the top right side select 'Export from pdf'.
    Now select the files and click on 'Export'.

  • What is the command to verify the configuration that are not saved or sent to local controllers?

    Q: What is the command to verify the configuration that are not saved or sent to local controllers?
    A: We can execute the command that is shown in below image to check the status of the configuration that has been made.
    Note: For example I made changes to the default VAP profile and executed the command "show master-configpending" which shows the pending configuration to be saved/sent to local controllers.

    But that jar file loads without images and icons when it is in other directory.Images should be accessed via a URL rather than using a filename because they will exist as entries in the jar archive not as files. Typically this URL would be obtained by using the Class method [getResource()|http://java.sun.com/javase/6/docs/api/java/lang/Class.html#getResource(java.lang.String)]. There are details in this [Java World article|http://www.javaworld.com/javaworld/javaqa/2002-11/02-qa-1122-resources.html].

  • I am trying to connect my iMac with my MacBook What is the command keys and process in doing so. Have firmwre in place.

    I am trying to connect my iMac with my MacBook What is the command keys and process in doing so. Have firmwre in place.

    Here's the Apple Support article on Target Mode http://support.apple.com/kb/HT1661

  • I want to upload multiple pictures what is the command on my keyboard?

    I want to upload multiple pictures to an email. What is the command on my keyboard???

    Selecting multiple items (pictures, files etc.) is pretty standard across most apps.  To select a block of items click on the first then shift-click on the last.  To select multiple non adjacent items click on the first then command-click on each of the remaining items.  You can then do copy/paste, drag/drop or whatever other command may be appropriate for the app you are using.

  • What is the command to look at process at os level ?

    what is the command to look at process at os level ?

    Do you want Dispatcher processes or else all sap related processes?
    Any ways:
    Try with this:
    ps -ef/grep XXXX/grep DEV..here XXXX..give process name
    If you want for all then just go with ps -ef/grep DEV
    If you want to have cpu utilization then just go with
    TOPAS cmd ....
    Use dpmon for a single dispatcher.
    Satish

  • HT1391 what is the command to copy and also the command to paste?

    What is the command to copy and paste something?

    In Mac OS X, press the Command and C or V keys.
    (87331)

  • HT1343 What is the command to turn my screen from a positive white background to a negative black background

    What is the command to change my screen from a positive (white background) to a negative (black background)  Is the command the same for
    mac book as it is for the imac?

    Option-Control-Command-8, or the setting on the Display pane of the Universal Access system preference. It's the same for all computers running Snow Leopard.
    Regards.

  • What are the commands in smartforms

    hi gurus
    can anyone suggest me
    what are the commands in smartforms
    thank you
    regards
    kals.

    Hi,
    Check the below link for complete information on smartforms
    [SMARTFORMS|http://sapabap.iespana.es/sapabap/manuales/pdf/smart.pdf]
    Regards,
    Chandru

  • What is the command to check if there are any active calls before restarting the voice router?

    what is the command to check if there are any active calls before restarting the voice router? thanks

    Hi.
    I can suggest show call active voice or show voice call status or show sip-ua call brief in case of SIP TSP.
    HTH
    Regards.
    Carlo

  • What is the command to see the database

    what is the command to see the database?iam using oracle express edition in that i tried to create a database but it showing database already created.
    i need to check which database is created.

    Probably you are thinking that Oracle database is a kind of file something like which we sees other files like .txt, .doc, .pdf etc which we sees by ls or dir commands.  Of course there are files for Oracle database, but they have their own nomenclature and setup which finds in C:\oraclexe\oradata\XE\ (For example in Windows) or /usr/lib/oracle/xe/oradata/XE/ (For example in Linux).
    By default, the database is started for you after installation and every time your computer is restarted. However, to reduce the overall performance load on the system, you can manually stop the database, and then manually restart it later.
    Oracle&amp;reg; Database Express Edition
    Ok, now if you wish to login to the database (we don't says "see" the database, because database is different thing than a picture or image ), you just open your command window and say :
    sqlplus sys/your_password_of_sys_user as sysdba
    If you get SQL> prompt, you have logged in the database as sys user and this is your database. 
    If you wish to login with different user then you can :
    1.login from command window by sqlplus username/password
    2.login from SQL> prompt by connect username/password
    Regards
    Girish Sharma

Maybe you are looking for

  • Regarding the running the jsp file

    i am getting an error class names date.jsp are only acceptable is annotation processing is explicitly requested i have saved this file by name date.jsp and when i run this .jsp file in commant prompt i am getting an error so what should i do do i nee

  • SPECIAL1 user defined Trigger not firing in Forms

    Hi All forms Gurus, I have a need of creating a menu under tools in forms and call another from from this new menu option. I have done the below: on my block I have written a PRE-BLOCK Trigger with the below code: app_special.instantiate('SPECIAL1',

  • 'Network Error' on Start Up?...

    Hi all, I had just upgraded my PPC G5 to MacOS X.5.2 Leopard - 'Clean Install'. After a successful installations, it would prompt me an error on every start up, stating - *Network Error* This computer's Internet connection appears to be offline. *Net

  • Firefox is not campatible with F5 Networks Host Plugin and I need it to run a remote website

    Firefox is not compatible with F5 Networks Host Plugin and I need it to run a remote website

  • New Nano- 1) Firmware File Corrupt error  2) how do I backup songs?

    Hello - I just got a new 8.0 gb Nano. My husband had a friend put some songs on it before he gave it to me. But the person used a MAC to do this and I have a PC. Now I have 2 problems. 1) How do I save the songs that are already on it before doing a