Forms 9.0 (Imagem)

I am making a system in Forms 9 and I need to do a screen that will record some images (BLOB). THE problem is in as to capture this image in Forms 9 since he works in the Web.
Respectfully Alessandro

Oracle has moved much of their older software to their new [Oracle E-Delivery | http://edelivery.oracle.com] site. Likely, what you are looking for is available there.
Hope this helps.
Craig...

Similar Messages

  • Eu consigo adicionar um campo de imagem no adobe forms central ?

    eu consigo adicionar um campo de imagem no adobe forms central ?

    Show de bola! Valeu pela ajuda Rodrigo! =)
    - Ralph

  • Ajuda no Caminho Completo da Imagem no Upload

    Amigos,
    Será que alguem poderia me ajudar, estou utilizando o ADDT e fazendo um upload de uma imagem, só que para o bando de dados vai apenas o nome da imagem e eu necessito de que para o banco de dados, vá o caminho correto de onde esta há imagem, ou seja ( vejo o exemplo abaixo).
    No bando de dados a imagem está sendo cadastrada desse jeito: imagem.jpg (apenas com o nome da imagem)
    o que eu preciso, que quando a pessoa cadastrar e enviar uma imagem, a imagem vá para o banco com o endereço: ../../../imagem.jpg
    ou seja, eu preciso cadastrar um caminho, já que no upload (na configuração do ADDT) eu determino o caminho de onde a imagem será guardada, só que no bando de dados, fica apenas o nome da imagem e não o caminho completo.
    Preciso dessa ajuda.
    Abaixo segue o código da página.
    Obrigado...
    Patrick
    [email protected]
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    <%@LANGUAGE="VBSCRIPT"%>
    <!--#include file="../../Connections/gresil_conexao.asp" -->
    <!--#include file="../../includes/common/KT_common.asp" -->
    <!--#include file="../../includes/tNG/tNG.inc.asp" -->
    <%
    'Make a transaction dispatcher instance
    Dim tNGs: Set tNGs = new tNG_dispatcher
    tNGs.Init "../../"
    %>
    <%
    ' Start trigger
    Dim formValidation: Set formValidation = new tNG_FormValidation
    formValidation.Init
    tNGs.prepareValidation formValidation
    ' End trigger
    %>
    <%
    'start Trigger_FileUpload trigger
    'remove this line if you want to edit the code by hand
    Function Trigger_FileUpload (ByRef tNG)
      Dim uploadObj: Set uploadObj = new tNG_FileUpload
      uploadObj.Init tNG
      uploadObj.setFormFieldName "Foto"
      uploadObj.setDbFieldName "Foto"
      uploadObj.setFolder "../../d/"
      uploadObj.setMaxSize 1500
      uploadObj.setAllowedExtensions "pdf, txt, jpg"
      uploadObj.setRename "auto"
      Set Trigger_FileUpload = uploadObj.Execute()
    End Function
    'end Trigger_FileUpload trigger
    %>
    <%
    ' Make an insert transaction instance
    Dim ins_bateria_cadastro: Set ins_bateria_cadastro = new tNG_insert
    ins_bateria_cadastro.init MM_gresil_conexao_STRING
    tNGs.addTransaction ins_bateria_cadastro
    ' Register triggers
    ins_bateria_cadastro.registerTrigger Array("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Insert1")
    ins_bateria_cadastro.registerTrigger Array("BEFORE", "Trigger_Default_FormValidation", 10, formValidation)
    ins_bateria_cadastro.registerTrigger Array("END", "Trigger_Default_Redirect", 99, "../html/validacao_cadastro_ritmista.html")
    ins_bateria_cadastro.registerTrigger Array("AFTER", "Trigger_FileUpload", 97)
    ' Add columns
    ins_bateria_cadastro.setTable "bateria_cadastro"
    ins_bateria_cadastro.addColumn "Foto", "FILE_TYPE", "FILES", "Foto", ""
    ins_bateria_cadastro.setPrimaryKey "Código", "NUMERIC_TYPE", "", ""
    %>
    <%
    'Execute all the registered transactions
    tNGs.executeTransactions
    %>
    <%
    'Get the transaction recordset
    Dim rsbateria_cadastro
    Dim rsbateria_cadastro_numRows
    Set rsbateria_cadastro = tNGs.getRecordset("bateria_cadastro")
    rsbateria_cadastro_numRows = 0
    %>
    <html>
    <head>
    <title>GRESIL - BATERIA SWING DA LEOPOLDINA</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="../../includes/skins/mxkollection3.css" rel="stylesheet" type="text/css" media="all" />
    <script src="../../includes/common/js/base.js" type="text/javascript"></script>
    <script src="../../includes/common/js/utility.js" type="text/javascript"></script>
    <script src="../../includes/skins/style.js" type="text/javascript"></script>
    <% Response.Write tNGs.displayValidationRules()%>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <p>
      <%
        Response.Write tNGs.getErrorMsg()
    %>
    <form method="post" id="form1" action="<%= KT_escapeAttribute(KT_getFullUri()) %>" enctype="multipart/form-data">
      <table cellpadding="2" cellspacing="0" class="KT_tngtable">
        <tr>
          <td class="KT_th"><label for="Foto">Foto:</label></td>
          <td><input type="file" name="Foto" id="Foto" size="32" />
            <%=(tNGs.displayFieldError("bateria_cadastro", "Foto"))%></td>
        </tr>
        <tr class="KT_buttons">
          <td colspan="2"><input type="submit" name="KT_Insert1" id="KT_Insert1" value="Insert record" /></td>
        </tr>
      </table>
    </form>
    <p> </p>
    <p> </p>
    </p>
    </body>
    </html>

    Faça uma ''Reinstalação Limpa''.
    #Baixe a última versão do Firefox para Desktop em http://www.mozilla.org e salve o arquivo de instalação no seu computador.
    #Quando o download acabar, feche todas as janelas do Firefox (clique no botão Sair ou através do menu Arquivo).
    #Delete a pasta de instalação do Firefox, que está localizada em um dos seguintes diretórios, por padrão:
    #*'''Windows:'''
    #**C:\Arquivos de Programas\Mozilla Firefox
    #**C:\Arquivos de Programas (x86)\Mozilla Firefox
    #Agora, vá em frente e reinstale o Firefox:
    ##Dê um clique duplo sobre o arquivo de instalação e siga os passos do guia de instalação.
    ##Quando o guia terminar, escolha a opção para abrir o Firefox assim que o botão Concluir for pressionado.
    Mais informações sobre como reinstalar o Firefox podem ser encontradas [[Troubleshoot and diagnose Firefox problems#w_5-reinstall-firefox|aqui]].
    <b>Atenção:</b> Não use um desinstalador de terceiros como parte desse processo. Porque isso poderia excluir permanentemente os dados do seu [[Profiles|perfil do Firefox]], incluindo mas não limitado a extensões, cache, cookies, favoritos, configurações pessoais e senhas salvas. <u>Estes não podem ser recuperados, a menos que tenham sido copiados para um dispositivo externo!</u> Veja [[Back up and restore information in Firefox profiles]]. <!-- Starting in Firefox 31, the Firefox uninstaller no longer lets you remove user profile data.Ref: Bug 432017 and https://support.mozilla.org/kb/uninstall-firefox-from-your-computer/discuss/5279 [Fx31] Windows uninstaller will no longer offer the option to remove personal data -->

  • SMARTFORMS - Impressão de imagem dinâmica

    Olá senhores, bom dia.
    Estou participando de um projeto no qual devo fazer a impressão de um objeto de imagem  dinâmico, alguém saberia me informar qual a melhor forma de se fazer isso.
    Se possível não gostaria de usar a SE78, o carregamento da imagem será feito pela CV01N.
    Desde já agradeço a colaboração.
    Att,
    Felipe.

    Movendo para o forum correto.
    Att,
    Henrique.
    Equipe de Moderação SAP Community Network

  • É possível que o Thunderbird ao fazer o download das imagens remotas troque uma imagem, por outra? Pois tenho um caso assim

    Infelizmente estou esse erro me ocorre pela segunda vez. O Código HTML img src=CID: até altera porém percebi que isso altera em todas as mensagens, porém é um e-mail que tem pelo menos 7 respostas ou seja um conversa, e a assinatura de um dos e-mails foi alterado. O problema disso é que ele carregou a imagem de outra empresa.
    Não acontece sempre tenho apenas duas ocorrências na empresa, porém eles estão pegando no meu pé colocando a culpa na ferramenta, precisa entender o porque isso acontece, para evitar futuros problemas. Não sei afirmar se o erro esta na Função de Imagens Remotas, ou no TEMP, CAche do Thunderbird, que possa ter carregado uma imagem que foi armazenada ou que teve seu endereço definido no lugar da outra. Assim sendo carregada de forma incorreta.
    Alguém pode me dar uma luz?
    Atte
    Wellington Nery

    Já vi alguns usuários reclamando disso, mas não sei se o problema foi resolvido, faça uma pesquisa aqui no fórum, talvez você encontre alguma resposta. Infelizmente estamos com poucos contribuidores no fórum de suporte do Thunderbird.

  • Error when starting Adobe Form

    I have an Adobe Form which works Ok in the development SAP Portal, but that, when I log in the production portal gives the following error:
    Error when reinitializing the form (I guess, it's Error al reinicializar el formulario, in Spanish)
    I think maybe there is something missing to transport, or some misconfiguration, but I haven't been able so far to find it...
    Can someone give me a hand?
    Thank you in advance,
    S.

    Hi,
    Can you tell me when does the error message comes? Does it comes when you are trying to open the Form or when you are trying to execute it.
    Please check if it is still working in the development box?
    Regards,
    Susanta

  • Data blocks in forms 6i, can not see the data

    i have built an application in forms with some data blocks. the blocks a connect to some tables in the db. i have built them connectd as "system". but when i run the applicatio as user x i can do select, insert, update, delete, but i can not se the records in the datablocks (they are empty), but i can do all transactios. why?

    First of all, developing from the System schema is not a good idea.
    Who owns the tables your form is connecting to? The table owner should create a public synonym for each table name, and also needs to grant user x access to the table.

  • SSO to Oracle Forms 6.0 and Oracle Reports 6.0

    Hi,
    Could somebody please explain how I should implement the SSO so that I can log on a forms application?
    Should I use external partner app. ??
    How can I parse the right parameters to the forms server ??
    thanks,
    Jerome

    Hi,
    Oracle Forms 6i does not support Advances Security for SQL*Net if this is what your question is. ASO is supported with Forms 9i and above
    Frank

  • Portal Forms are not getting displayed in the new oracle environment.

    Hi All,
    The Forms in our Portal applications are not getting displayed after we have done the upgradation of Database in Unix from 8i to 9i. The reports are working fine.The forms that were added as portlets are not getting displayed and other forms that are called thorough links returns error when it is run. The Newly created forms are also not running but returns error. The Portal Version is 3.0.9.8.3. Pls help.
    Regards,
    Tom

    Hi ,
    Based on the requirement , check whether the customer contact has been done carried out for the invoice  , then possibility it must have gone out of the worklist , chekc whether the Invoice posted in the AR has been transferred to FSCM collection .

  • Data is not getting displayed in my form

    hi,
    i have declared variable to hold amount in that as v_amt type konv-kwert in my program and in form interface in import parameters i gave it the same as v_amt type konv-kwert..............and in text i gave the variable v_amt.............
    but it is not getting displayed................

    Hi!
    on the application toolbar on the top a icon is there for Field list on/off.
    click on it.
    below left hand side field names will be displayed.
    now from the import parameter drag that parameter and drop it in the text boc where you are to display it.
    try this way.....it can work.....sometimes there is problem when u don't drag and drop the fields from the list box in the text nodes.
    Regards.

  • Not null and enable or disable  column in tabular form

    Hi,
    Using apex version 4.1 and working on tabular form.
    ACT_COA_SEGMENT_MAS is Master table
    and
    ACT_SEGMENT_VALUES_MAS is detail table
    I have entered 8 rows in master table and PARENT_SEGMENT_ID is column in master table which is null able. If i specified PARENT_SEGMENT_ID with value in master table then in detail table there is column PARENT_ID that should not be null and enable.
    How i can enable or disable column when in master table PARENT_SEGMENT_ID column is null then in detail table PARENT_ID column should disable and vice versa.
    I have created tabular form on Detail table. before insert into the tabular form Check in master table in first entry if PARENT_SEGMENT_ID is not null in first row of master table then in tabular form PARENT_ID should enable and not null able in corresponding to this first row id's lines in tabular form.
    Same should check for second row in master table if PARENT_SEGMENT_ID is not null then entered rows with PARENT_ID into tabular form corresponding to 2nd id in master table should not nullable and column should enable in tabular form.
    Thanks & Regards
    Vedant
    Edited by: Vedant on Jan 9, 2013 9:12 PM

    Vedant,
    You need to create you own manual tabular form and not use the wizard.
    Using APEX_ITEM api you should be build you own form and you will be able to control how you wan to display the rows. (See Link [Apex Item Help|http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35127/apex_item.htm#CACEEEJE] )
    select case when PRIMARY_TABLE_COLUMN is null then APEX_ITEM.DISPLAY_AND_SAVE(3 , DETAIL_COLUMN ) else APEX_ITEM.TEXT(2,detail_column) end "ALIAS" from detail table
    Hope that help.
    Vivek

  • Form feed, null and StringTokenizer

    is form feed recognized as null when using the StringTokenizer?
    i currently have my StringTokenizer set with a blank space and i am attempting to read until the value is (EOF) null and while it hasMoreTokens. the text file that i am reading from spans across several pages. my code falls out of my loop when it hits the last space on my first page.

    a form feed (\f) is not a null but that shouldn't be stopping the StringTokenizer, I suspect that the manner in which you're reading in the data may be the culprit. Try to use the BufferedReader class to read your file.
    V.V.

  • Contact form check boxes will not work on a Tablet

    Hi there,
    I created a website (Desktop) and a mobile version (Phone).  I did not create one for a tablet but have relied on the Desktop version if someone views it on a Tablet.
    Here's the thing, I created a contact form with checkboxes.  It works great on a desktop (because people check the boxes with their mouse), however, it doesn't work on a Tablet, when you try and check the boxes with your finger.
    Help!

    Please share the site URL.

  • How to get the values from a html form embedded in a swing container

    Hi all,
    I am developing an application in which i have to read a html file and display it in a swing container.That task i made it with the help of a tool.But now i want to get the values from that page.ie when the submit button is clicked all the values of that form should be retrived by a servlet/standalone application.I don't know how to proceed further.Any help in this regard will be very greatful
    Thanks in advance,
    Prakash

    By parsing the HTML.

  • When I login to EBS as Japan language session some Forms Application is Eng

    Hi ,
    have recently applied japan NLS on r121.1 and later upgraded to 12.1.3 also applied 9239090(japan as well).
    But customer has complained the error below.
    Any ideas on it .
    Forms Application is still English.
    When I login to EBS as Japan language session, some Forms Application is English.
    e.g
    user MFG
    pass welcome
    Resp Manufacturing and Distribution Manager
    Path Inventory>品目>品目関連
    Thanks

    ls: /u100/app/HONDA1/orhonda1/oracle/aphonda1/apps/apps_st/appl/po/12.0.0/forms/JA/POXRQVRQ.fmx: No such file or directoryThis indicates that the fmx file was not generated via adadmin -- Can you upload the adadmin log file here?
    and also, after logging into the application selecting japan,to the left side i can see some responsibilities in english still..Is this the normal behaviour.No.
    Have you generated all NLS menus via adadmin? If possible, upload the log file.
    In the preferences tab when i check,logging to application with english can see the below..
    Current Session Language :- American English
    Default Session Language :- American English
    Is the above correct ?
    Do we need to perform any steps to so that we can see the responsibilites in english.Change the session language to Japanese and check then.
    Thanks,
    Hussein

Maybe you are looking for

  • Content tab for a fact table

    Hi Please , help me in knowing the use of content tab for a fact table in the repository in OBIEE. Thanks.

  • Wiping corrupt FI documents from DB

    I need to get completely rid of FI documents that somehow got corrupted and could not be rebuilt via SAP-supported utilities. There is an exact list of documents that are missing one or more item records in table BSEG. The financial aspect of this pr

  • ISU 0uc_sales_stats_01 Delta extraction Issue

    Hi All, we have a strange issue. We recently went through migration/conversion during which we did a reinit of 0uc_sales_stat_01. I have re inited it on 10th then on every day it adds up the delta records starting from 10th till that date. on 11th it

  • New Hard Drive for Macbook Pro.

    Hi, My old harddrive completely failed on my Macbook Pro. My new harddrive arrived today, i've fitted it with no issues but thats about it. I need to install OSX Lion from the original disk that came with the Macbook. I've tried starting it up from t

  • Integration of Assets in Project System

    Hi Guru's We are able to create assets number in Project System, but the same is not connected with Purchase Requestion and system will not able to create accounting document. Or Unable to integrate asset number in Project System. Will anyone help me