Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: carolinaof
  • Content: Threads
  • Order by date
  1. carolinaof

    Error displaying JPG in Forms

    I am usind read_image_file to display JPG files from my file system in an image item in my form, but for files as large as 800 KB, I get an "FRM-47100: Cannot read image file.". It works fine for 500 KB or smaller JPG files. Is there a size limit for read_image_file? How do I work...
  2. carolinaof

    refresh record in block

    Is there a way to show changes in records in a data block in forms, without using execute_query? I want to refresh only the select record. Is there a way to do that? Thanks in advance for help. Carol.
  3. carolinaof

    word OLE

    I am trying to edit a word document replacing bookmarks. The following code is opening the document, wich is an embedded databease item OLE, but the gotos and inserts are not working. In my tests with an independently executing word application, the inserts work, but the gotos to the bookmarks...
  4. carolinaof

    I need to turn data entered by user

    I need to turn data entered by user in a form to upper case, but accents are displayed incorrectly if I set item property "case restriction" to upper. The same happen if I run the following in Sql Plus: SQL> select upper('Informações') from dual; UPPER('INFO ----------- INFORMAGUES...
  5. carolinaof

    Center icon in iconic button

    I have a form with several buttons. They are identical, only changing the icon filename, but some icons won't be centered in their buttons and are displayed in the lower right bottom of the button. There is no button property related to icon position. Is there a way to workaround this? Thakns...
  6. carolinaof

    Use bind variable in parameter list of values

    How can I populate the list of values of a parameter in reports, using the value entered in a previous parameter? I have a list of companies, and when the user choses one, I want the list of departments to be the ones of the chosen company. Can I do that? Thanks in advance for help.
  7. carolinaof

    How to workaround graphics 2000 character limit

    How do I workaround the limit of 2000 characteres imposed by graphics?
  8. carolinaof

    Problems compiling OG package in Forms6i

    I am trying to use a chart item in my form, but I am getting compilation erros using og.refresh, og.close or any other built-in from OG package. Can't I use this package in Forms6i?
  9. carolinaof

    How do I turn Forms6i items properties back to <Unspecified>?

    How do I turn Forms6i items properties back to <Unspecified>? I want the foreground and background colors of my canvases and LOV's to be the same as the Windows default, but forms does not allow me to leave the property blank, after I changed it. I don't want to redo all my forms.
  10. carolinaof

    Workaround global variable size limit

    Is there any simple way to workaround the size limit of global variables in forms? I have an information that may be larger than 255 characters, but I do not wish to break it in small parts, specially because this information size may vary a lot. thanks in advance for help. Carol.
  11. carolinaof

    problem creating trigger through forms

    I am creating a trigger through forms using forms_ddl. The trigger is created correctly, but is invalid, even though there's no error in it. How can I make it valid through forms? The same problem happens if I use exec_sql. Thanks in advance for help.
  12. carolinaof

    loosing non base table itens values when navigating

    I have a form with 2 blocks: one master and one detail. When I navigate in the master block I loose the values of the items that are not base table items in the detail block. How can I preserve the values entered in those items while navigating in the master block? Thanks in advance for help.
  13. carolinaof

    record position in block

    Is there any way I can scroll to the selected record in a block in forms, so that it will appear in the first position? go_record select the record, but does not place it on the top of the block. Thanks in advance for help.
  14. carolinaof

    How do I get the block relation's join condition?

    How do I get the block relation's join condition? I can't do it using get_relation_property. Is there any way I can do it?

Part and Inventory Search

Back
Top