Developer problem

Hi,
I am developing applicationn in developer 6i and I am facing problem regarding
displaying records in form. My query is
select ename, edept from sale where city = 'NYK'
suppose this query fetch 10 records and I dispalyed them in developer but problem is that I donot
want to display scroll bar in form and only 10 text items to display 10 record.
some times my query fetch 15 record and I have opted to display 10 record and unchecked the
scroll bar in FORMs designing it displays 10 records and 5 records where shown when i use
key board to go down and then I can see them.
kindly tell me whether I can use some commands to generate text items
dynamically depending upon my records.
If I have ten record then only 10 text items will be displayed and if 15
then only 15 text items.
Thanks

Please post your question in Forms topic
Kamran Agayev A. (10g OCP)
http://kamranagayev.wordpress.com

Similar Messages

  • Re: Development problems

    I've seen this sort of behaviour on two occasions.
    The first is when the partition being started does not have enough memory
    and rather than complain as you would normally expect simply grinds to a
    halt. Its worth checking the ftexec and node manager log files to see if
    this is the case.
    The second is when an ftexec process is being started for the first time
    and the node upon which it is starting is very busy. Every now and then
    the partition workshop will sit there with the ftexec pending with no
    discernable activity going on. In this case I would normally expect an
    exception after about 10-15 minutes. If I then attempt to re-run the
    application everything is normally fine.
    We are currently running Forte 3.0.G.2 and we use sequent symmetry boxes
    for our server.
    One other thing worth checking is whether it is the machine causing the
    problem, or, the workspace you are running from. We have had some
    interesting problems with a single workspace in a repository getting
    completely confused, which, when integrated wipes out all the other
    workspaces in the repository as they are updated.
    Good luck.
    Darren
    PanCredit Ltd
    UK
    From: [email protected]
    To: [email protected]
    Subject: Development problems
    Date: 03 February 1999 16:55
    We recently started having problems running one of our applications fromthe
    partition workshop in development, but it ONLY seems to be on one persons
    machine. When running the application from this particular machine, it
    appears to start running, but then just sort of goes off into lala land &
    never dies or raises an exception or any sort of error. If we bring upthe
    NT task manager, the ftexec seems to be getting cpu time for awhile, but
    then it just stops getting cycles??
    I had him create a new workspace(I was able to run the application on my
    machine from his old workspace) which didn't matter. Other developers can
    run the same application from their machines too?? We have NT 4.0 clients
    running Forte 3.0.J.1 & a the rpserver is running on Digital Unix 4.0.D.Any
    ideas would be GREATLY appreciated!! Thanks!
    Doug Scurr
    HealthPartners
    8100 34th Avenue South
    Minneapolis, MN 55440-1309
    (612)883-7317
    [email protected] <[email protected]>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Douglas,
    I concur with Len. Try trc:os:1:1 and 5:5. I suspect that it's a
    memory problem, especially if the same workspace works on other
    machines.
    Len,
    Boy, once you became an internationally recognized FORTE consultant, I
    never hear from you! Drop me a line. I hear it got chilly in the
    midwest this winter.
    Mark.
    Len Leber <[email protected]> wrote:
    >
    Douglas --
    I suggest you turn on some extra logging and collect dayta while itruns. Some
    likely symptoms are missing files or memory problems.
    -- Len Leber
    ATG
    [email protected] wrote:
    We recently started having problems running one of our
    applications from the
    partition workshop in development, but it ONLY seems to be on onepersons
    machine. When running the application from this particularmachine, it
    appears to start running, but then just sort of goes off into lalaland &
    never dies or raises an exception or any sort of error. If webring up the
    NT task manager, the ftexec seems to be getting cpu time forawhile, but
    then it just stops getting cycles??
    I had him create a new workspace(I was able to run the applicationon my
    machine from his old workspace) which didn't matter. Otherdevelopers can
    run the same application from their machines too?? We have NT 4.0clients
    running Forte 3.0.J.1 & a the rpserver is running on Digital Unix4.0.D. Any
    ideas would be GREATLY appreciated!! Thanks!
    Doug Scurr
    HealthPartners
    8100 34th Avenue South
    Minneapolis, MN 55440-1309
    (612)883-7317
    [email protected]
    <[email protected]>
    >>
    >>
    >>
    Part 1.2 Type: application/ms-tnef
    Encoding: base64-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive<URL:http://pinehurst.sageit.com/listarchive/>
    >
    DO YOU YAHOO!?
    Get your free @yahoo.com address at http://mail.yahoo.com
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Oracle Developer problem

    Hi,
    I downloaded and installed the developer suite 10.1.2. When I launched Forms builder I received the message, 'Oracle Forms Designer has encountered a problem and needs to close. The error report said it was in the uiw.dll module. I uninstalled and tried to install it again and got the same error. I then downloaded and installed the 9.0 version. I received the message for the uiw90.dll module. I am running Oracle 11g, on a Windows XP SP3 environment.
    Has anyone encountered this error before and have a solution to it?
    Thanks,
    Marshal

    Please start by reading this:
    http://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo
    Then please explain what you are asking. Proceed further with what?
    Information about Forms and how to use it can be found in the product documentation libraray and various white papers available here:
    http://www.oracle.com/technetwork/developer-tools/forms/overview/index.html
    Designtime information about LOV (list of values, visual attributes, and other objects) are explained in the Forms Builder Online help

  • Compiling a java source in pl/sql developer - problems

    Hi,
    i'm using pl/sql developer and i created a javasource like this:
    import net.sf.jasperreports.engine.JRException;
    import net.sf.jasperreports.engine.JasperFillManager;
    create or replace and compile java source named Test as
    import net.sf.jasperreports.engine.JasperPrint;
    import net.sf.jasperreports.view.JasperViewer;
    import persistencia.JdbcDaoFactory;
    * @author igor.simoes
    public class ProcessoRelController {
    the problem is: when i compile the source, an error is displayed(canno't find symbol) in the first line (import net.sf.jasperreports.engine.JRException;)
    i wanna know how can i make the oracle JVM see the package(.jar) that contains net.sf.jasperreports.engine.JRException class, and the others classes in the import statement..
    thank's
    Igor Simões

    Hi,
    Refer the 'Implementing the report service' section in the following article: http://java.dzone.com/articles/java-reporting-part-2
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    import java.util.HashMap;
    import net.sf.jasperreports.engine.JRException;
    import net.sf.jasperreports.engine.JRExporterParameter;
    import net.sf.jasperreports.engine.JasperCompileManager;
    import net.sf.jasperreports.engine.JasperExportManager;
    import net.sf.jasperreports.engine.JasperFillManager;
    import net.sf.jasperreports.engine.JasperPrint;
    import net.sf.jasperreports.engine.JasperReport;
    import net.sf.jasperreports.engine.export.JRXlsExporter;
    public static Connection establishConnection()
    Connection connection = null;
    try
    Class.forName("oracle.jdbc.driver.OracleDriver");
    String oracleURL = "jdbc:oracle:thin:@localhost:1521:mySID";
    connection = DriverManager.getConnection(oracleURL,"username","password");
    connection.setAutoCommit(false);
    catch(SQLException exception)
    exception.printStackTrace();
    return connection;
    -Priyanka

  • SQL Developer Problems with Microsoft Word Apostrophes

    Hi,
    I'm trying to copy and paste a list like the following from Microsoft Word to SQL Developer -
    '123','456','789'
    Shouldnt be a problem.
    But when ever I paste it into an sql file in Developer it comes out with different styled apostrophes which SQL Developer does not seem to like -
    ‘123’,’123’,’123’
    Obviously I can just do a find and replace and change all of the problem apostrophes but is there a way to stop the problem occuring?
    It doesnt matter what font I am using in Word, I always get the slanted style apostrophes. But in Developer, if I just normally type an apostrophe, I get the acceptable version - '

    I hate copying and pasting to/from word it does far to many things I don't want it to do.
    A trick that sometimes works for me is to copy in word, paste in notepad, then copy in notepad and paste into SQL developer.
    I have replicated your issue but I have found that even this dosn't work.
    You could write a VBA macro in word linked to the ctrl + c short cut that does a text copy and a find and replace on the special chars turning them into normal ones but I think this might be overkill.

  • SQL Developer:Problem with multi byte size after import using excel format

    Hi,
    Need your help. I am trying to export multibyte characters from our China instance(r11i instance) using SQL Developer's export data via Excel format into an R12 Vision instance. I have a staging table with exactly the same structure in both instances. Prior to export to excel, I check the byte size of the sample data below using LENGTH and LENGTHB sql functions and these are the results:
    Sample data = 材料LI(USD)
    LENGTH=9
    LENGTHB=13
    Then, I exported the table as excel file. Afterwards, I used SQL Developer to import the excel file into the table of the target instance. I check the bytesize again and here are the results:
    Sample data = 材料LI(USD)
    LENGTH=9
    LENGTHB=17
    The byte size increased from 13 to 17. I did not change anything on the excel file. Just straight forward export to excel file then imported it to the target instance. How come there is an increase in byte size? Has anyone encountered this in SQL Developer? We really need to export the files as excel.
    Source:
    Database version = 9.2.0.5.0
    Target:
    Database version = 11.1.0.7.0
    Regards,
    Wendell
    Edited by: user13038177 on May 13, 2010 9:05 PM
    Edited by: user13038177 on May 13, 2010 9:06 PM

    Wendell,
    This forum is for handling issues migrating from non-Oracle databases to Oracle databases.
    As this is an Oracle to Oracle issue using SQL*Developer export it would be better to open a new thread in the SQL*Developer forum -
    SQL Developer
    There will be more people there who can help with this problem.
    Regards,
    Mike
    Edited by: mkirtley on May 14, 2010 10:16 AM

  • SQL Developer problem

    Hi,
    I have a little problem.
    When I enter SELECT* FROM HR.COUNTRIES; just too see if it's working,everything works fine,except I can't see any results under "Results".
    The same query works just fine in SQL* Plus.
    Please help,I'm new in Oracle.
    Thanx.

    Yes,but i just can't see any results.
    It's driving me crazy!Did you click on the "Results" tab of the bottom pane of your SQL Worksheet in SQL Developer ?
    Did you drag the divider high enough so as to see the results in the bottom pane ?
    Do you see the column headers in the bottom pane ? And no data below it ?
    Did you open up command line sqlplus simultaneously, run the query and see the results in there ?
    isotope

  • SQL Developer problem viewing tables

    When I connect to a particular database at work I cannot see the tables under a schema I have access to.
    I know that my permissions are correct because i can connect to the same db with Enterprise Manager Console and i can see the tables under the particular schema. In SQL Developer however when i log in, under the connections tab i expand the connection, then expand Other Users, expand the schema i need to get the tables from, I then expand Tables. When i do that last step SQLD acts like it is looking up the tables but then it just hangs and is perpetually looking for the tables. If i try to click cancel that will stop it but then if i click anywhere else in the program im locked up and have to use taskman to kill it off.
    There are a large number of tables under this schema so i have even let this run for 5+ minutes and nothing happens. Like i said i know i have permissions to get to the tables because i can do so in another program.
    Forgot to mention that this is a connection to our live dbs...I can connect and see the exact same tables under the same schema when connecting to one of our archive dbs, so i know that i can actually see tables in the program.
    Im not sure what else to post here to tell you how im setup so ask any questions and ill see if i can answer them.
    TIA for any help or ideas you can give me.
    btw im using version 1.5.3 Build MAIN-5783
    Edited by: RedDeuce on Feb 18, 2009 1:44 PM

    There is a known problem with the performance of the tables node on the connection navigator in SQL Developer 1.5.3 - see Re: Still experienceing problems "tables" node performance. We need to wait until 1.5.4 to get the fix, whenever that is going to be released.
    theFurryOne

  • SQL Developer problem. Rows without columns on data tab

    Hello,
    I have a strange behavior in Oracle SQL Developer Version 2.1.0.63. When I'm trying to open the "Data tab" for some tables, SQL Developer shows data rows but without columns! It seems that I can select different rows but I can't see neither any data nor column names.
    Under the filter setting there are no available columns either.
    At the same time, when I'm trying to open sys tables they are displayed normally.
    From the other side, those tables which are not displayed correctly in 2.1.0.63, could be opened in Version 1.5.5 without any problems.
    Do you have any ideas?
    Thanks in advance.

    Hi,
    Refer to the SQL Developer forum: SQL Developer for SQL Developer related questions

  • SQL Developer Problem: Connect Database Windows Wont Show

    Hi,
    I have Windows Vista Home Basic and I have installed Oracle XE 10g which works great. However, I need to install SQL Developer too but it wont work. I think it may be a compatibility issue, or else some problem with Java. The thing is that no matter how hard I've tried I couldn't beat all the problems I had with the interface. First of all, when I try to make a new Database connection, the option window won't show. Second, when I enter in Preferences, I cannot choose anything but the general option. Also, I don't know where is the connection window.
    I would appreciate all the help you can provide. Trying to start with my school project....
    Have a nice day. Thanks in advance.
    Mikywan.
    P.S.: Sorry about my english.

    I add these lines at <sqldeveloper>\ide\bin\ide.conf and worked.
    AddVMOption -Duser.language=en
    AddVMOption -Duser.country=US

  • Applet development problem

    hi...this is my first post in this forum....
    my problem is very strange...im a newbie at applet development.....when i wrote the following program:
    import java.applet.*;
    import java.awt.*;
    public class Display extends Applet
    Image img1;
    Image img2;
    public void init()
    img1=getImage(getCodeBase(),"Images/Duke.gif");
    img2=getImage(getCodeBase(),"Images/Sctonly2.gif");
    public void paint(Graphics grph)
    grph.drawImage(img1,10,20,this);
    grph.drawImage(img2,10,20,this);
    now on compiling this program, the compiler gives the following error...
    illegal start of expression: public void init()
    im completely stumped....why is it giving this error and what to do to correct this.
    thank you

    Remove the { before the method declaration public void init(){}
    and a } after grph.drawImage() method call.

  • TimesTen and Eclipse java development problem

    Hello all
    Using TimesTen with JDBC in from a Java code developed on Eclipse I encounter a problem: when running the program in debug mode, everything works fine. Running without debug, or outside Eclipse, results in the following error:
    java.sql.SQLException: [TimesTen][TimesTen 7.0.5.0.0 ODBC Driver][TimesTen]TT0837: Cannot attach data store shared-memory segment, error 8 -- file "db.c", lineno 7891, procedure "sbDbCreate"
    Does anyone know the cause of this, or can point me to logs or other resources I can look into?
    Regards,
    Shaul Peled
    Nuance Communication Inc.

    Okay, it is almost certainly an address space issue. Unfortunately 32-bit Windows is about the most problematic platform from this perspective. A TimesTen datastore is a single, contiguous memory region of size approximating PermSize+TempSize+LogBuffSize+DS header. In your case that will be about 1098 Mb. To 'connect' to this datastore, it is necessary to map the datastore memory (it is a shared mapping allocated from the Windows paging file) into your process (in this case the JVM) as a single region. Unfortunately, unlike most O/S, in Windows shared libraries (DLLs) have to be loaded at fixed locations in the address space defined when the DLL was linked. This means that although your process has a 4 GB address space (with quite a bit reserved for WIndows and other uses) that space is often highly fragmented with various DLLs (system and application) located all over the place. This means that often it is hard to find a single contiguous address space region to map a large datastore.
    into.
    To verify that this is the issue, could you try reducing the datastore size to say PermSize=128, TempSize=64 and see if you can connect then. If you can then you will have to experiment by slowly increasing Perm and Temp until you find the maximum size store you can accomodate. If you are using no logging (Are you sure that is what you want? You will end up with a single threaded datastore if you do that...) you could reduce LogBuffSize to the smallest allowed value (128 Kb).
    If it does turn out to be an address space issue then you have 3 options:
    1. Live with a smaller datastore size.
    2. Try and re-arrange the memory map by rebasing DLLs to create a larger contiguous region. Note that ijn any event it is very unlikely you will ever be able to exceed ~1.5 Gb for a datastore.
    3. Switch to 64-bit Windows, 64-bit TimesTen and a 64-bit JVM. Then the only limit on datastore size is available RAM.
    Let me know the outcome.
    Regards,
    Chris

  • Midlet development problem?

    Hi, all
    I am trying to develop a midlet with 3 form (logo,preference,query). When the midlet start, all 3 form will be initialized in startApp() method than put into a hashtable named 'views'. The above hashtable and display object of midlet all passed to these 3 form, so proper form can be presented when user make selection. It may not a good approach, but I can't figure out better solution yet. Please let me know if any articles or resources available.
    Here is the problem. When user reach query form, this class will start a new thread and get some data from a URL to present. The thread started but never return any data or finish. But I will get correct data if put query code in midlet class. It seems a thread issue but I can't figure out why. Any idea?
    BTW: I already saw producer and consumer example in tutorial, but still not sure how to wait a thread to finish. How can I wait a thread to finish and continue to execute code?
    Thanks,
    Vincent Chen

    Hi, all
    I am trying to develop a midlet with 3 form (logo,preference,query). When the midlet start, all 3 form will be initialized in startApp() method than put into a hashtable named 'views'. The above hashtable and display object of midlet all passed to these 3 form, so proper form can be presented when user make selection. It may not a good approach, but I can't figure out better solution yet. Please let me know if any articles or resources available.
    Here is the problem. When user reach query form, this class will start a new thread and get some data from a URL to present. The thread started but never return any data or finish. But I will get correct data if put query code in midlet class. It seems a thread issue but I can't figure out why. Any idea?
    BTW: I already saw producer and consumer example in tutorial, but still not sure how to wait a thread to finish. How can I wait a thread to finish and continue to execute code?
    Thanks,
    Vincent Chen

  • Iphone development problem

    Guide me Please
    i am new to the iphone development i would like to develop a iphone application i have power pc with Mac X and i have installed xcode and iphone sdk when i try to run a simple hello world program i am gtting the following error.
    Error
    Building target "HelloWorld" of project "HelloWorld" with configuration "Debug" - (1 error)
    CompileXIB /HelloWorld/MainWindow.xib(1 error)
    /com.apple.ibtool.errors/
    Internal Error:
    Description:"MainWindow.xib" could not be handled because ibtool cannot open files of this type.
    Failure Reason:ibtool cannot open files of this type
    Command /usr/bin/ibtool failed with exit code 1
    Build failed(1 error)
    Please guide me to solve this problem
    Thanks And Regards
    A.Mohan.

    Development questions should go in the development forums.
    iPhone development requires an Intel Mac.
    From the SDK readme:
    Compatibility with Mac OS X Versions
    iPhone SDK requires an Intel-based Mac running Mac OS X Leopard version 10.5.7 or
    later. Xcode 3.1.3 is also available separately for Mac-only development and is
    compatible with Intel and PowerPC Macs running Mac OS X Leopard 10.5 and later.

  • Cartridge Development Problems

    I have recently aquired the Oracle Application Server 3.0 for
    linux and I am tring to create a cartridge for the Forms
    Server. The Forms Server uses DLLs that are written for Windows
    NT which reside on a remote node on our network. There is not
    much documentation regarding Multi-node configurations in any
    book I have read and even less when you are considering using a
    different platform (ie NT) for developing cartridges.
    My problem seems to be that the cartridge does not recognize
    that it's required DLLs reside on the remote node, thus the path
    supplied for the "Object Path" in the WRB specific parameters is
    not recognize as a valid path.
    Any Suggestions on How to get this to work Without sacrificing
    the OAS for Linux to do my development.
    Thanks
    null

    The short answer is "yes", the cartridges do have a lifetime in the printer.  It depends on a number of issues, including the printer model and cartridge type. An error with the color cartridge would generally indicate an electrical issue either with the cartridge itself or the electrical contacts between the cartridge and printer.  Cleaning the contacts as shown here may resolve that issue.
    What makes you think the black is 90% full?  Did it indicate full when it was first installed?  
    What is the printer model?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

Maybe you are looking for

  • XSLT Mapping - Getting current date in XSLT version 1.0

    Hi, I want to fetch the system date and compare it with another date, say 06.04.2010. How can I do this in XSLT 1.0? Thanks & Regards, Aditi Naik

  • My wifi on my ipod touch has discontinued

    I am at odds with my new ipod touch 2.0. i recently got it as a replacement through my warranty and it has worked fine for about a week. One day i tried to use it to connect at starbucks, and the wifi settings page showed no wifi signals. i went all

  • Field Symbols in methods

    Hi all, i'm working with classes and interfaces.i have a class and some methods in it.in one of the method i create a new transaction number and this transaction number should be stored in some structures.there are 6 structures.in OO Abap internal ta

  • Mac OS X 10.5.8- trying to download Ffox 6.spins-says it is done-no icon to move to application folder. What's my problem?

    I click on the spot to download. It then says it has so much time to finish downloading the file. Then I get a blank download screen and FFox is still 3.6.2. Can't find the 6. anywhere on my hard drive under applications.

  • Cant open cd-rw on desktop

    can anyone help me ...i can burn a cd-rw on my e mac just fine ......open up on a pc and see the information , but it wont appear on my computer. any suggestions as to why or how i can fixed this ? cd-r seem to be fine, but not a re recordable disc