SAVING FMX FILES IN DATABASE

I would like to know whether there is any method to have fmx files stored in database at design time and later being called by the clients from their master menu?(like saving and retrieving the form module to the database in form builder environment).This is to facilitate any future upgrades being done on the module rather at the server level and not on individual client machines.
Version-forms6i/database9i
Please share your views
Thanks indeed
Jay

This is to facilitate any future upgrades
being done on the module rather at the
server level and not on individual client
machines.We has written the same task for our application. When client computer connects to DB, the application compares files in DB and on client computer. If the files are different, the application downloads the newest version of the files. So, clients always use the correct version.
The other way is using Web Forms. Maybe this is the best.

Similar Messages

  • Saving a pdf file in database

    can any one help how can i save pdf file in database???

    hi
    try the following link.
    Re: Store PDF files in database.
    sarah

  • Saving word doc in database and retrieving

    hai all,
    Is it possible to save a word file in database and retrieve the word file in web dynpro application?
    Thanks n Regards
    Sharanya.R

    Hi,
    To save the wordfile to the database make use of lob types.
    Make use of JDBC to do this.
    retreiving
    Make use of JDBC to fetch the previously saved doc.
    Populate a context of type IWDResource(Nw04s onwards) or  Binary(Nwo4).
    Set the appropriate  mime type
    Create a filedownload and bind this.
    Regards
    Ayyapparaj

  • Saving a document in Database

    Hi all,
    I am opening file from Mysql server using JSP and Tomcat. It opens in the associated program not in the browser. when it opens say, a word file is opened from database in MS Word. When try to change anything on that file, if i press save then it saves but i realised that it is saving in my computers
    C:/Documents/Local Settings/Temporary Internet Files/Content.IE5/UA40NN" folder
    Not saving in the MySQL database from where it was opened.
    This means that if anyone wants to change any document then they need to download that document, change it and then upload the updated version to the database.
    But this is a time cosuming process for the organisation.
    So can anyone please help me how can i save document in database by opening it and then making necessary changes in it.
    Thanks

    This means that if anyone wants to change any document then they need to >download that document, change it and then upload the updated version to the >database.Correct!!
    So can anyone please help me how can i save document in database by >opening it and then making necessary changes in it.You cannot, you will have to change the local copy, then upload it as you originally thought.
    An alternative would be to save the files on a networked drive which users can access directly. You could then store the file name and path in the database. Then when users opened the file, it would be the central copy.
    You could add code to delete documents etc. through your web interface.

  • Can we get the name of fmx file at runtime

    Hi all,
    can we get the name of fmx file which is doing some DML operation on a specific table Can we back track which fmx module has done DML on a specific table. The reason I need this because I've 7 different fmx files which are doing some DML operation on a specific table and these fmx files were used by different users. Not necessarily 1:1 For eg. one user can do DML through 3 different fmx files. So in such case if I want to want to know from which fmx file this DML has take place .How can I achieve that. I know I can get the oracle username through v$session but it will not suffice my needs. I need the name of fmx file also.
    I'm using:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Database 10g Release 10.2.0.1.0 - Production
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Any help?
    Warm Regards
    Percy

    Percy,
    For that you can set the Module Field in the V$session in each form by,
    DBMS_APPLICATION_INFO.SET_MODULE(MODULE_NAME => :SYSTEM.CURRENT_FORM, ACTION_NAME => USER);Write this in each form, and then you will get the form name in the V$SESSION's module field with form name.
    Hope this helps.
    Regards,
    Manu.

  • Error in file filename : Database Connector Error

    Dears,
    I face a problem from several days with one of my deployed reports to CMS.
    The problem is the same reports run for some users and other users keeps to give them this error:
    Error in file <filename>: Database Connector Error
    Note: there is no filteration or any condition on users name and data resulted from this report is one for all users.
    I tried everything, even i remove all objects from the report and keep only page headers it works.
    But, if i readded any field from my DB object in crystal report the error appears again.
    Please help, Thanks in advance.

    Hello,
    You are using the original release of Cr XI R2. This has likely been fixed after applying all Service Packs and Fix Packs.
    You should update the BOE Servers also so before doing so please check with the BOE Administrator.
    To get the BOE patches you have to log into Service Market Place. To get CR patches make sure you have your keycode saved and available.
    Uninstall CR using the Add/Remove Programs in Control Panel and then use the Full version of CR XI R2 Service Pack 4 and you can then apply SP 6, if it requires SP 5 first please do so:
    https://smpdl.sap-ag.de/~sapidp/012002523100011802732008E/crxir2_sp4_full_build.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100013876392008E/crxir2win_sp5.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    We do recommend that BOE and CR be on the same patch level.
    Thank you
    Don

  • How to Call Fmx file in the Linux Server

    Hi All,
    Iam having a server when ever i receive a file through FTP to the server , server will trigger to call a fmx file in another server. so that it reads the data of the file and insert into database .
    How this can be achieved in Linux server, at present it is working in Windows
    Please any solutions appreciated.
    Gunisetty Venkatesulu

    Using Forms to insert data from a file into a table is the wrong way to do this. It would be much more efficient and appropriate to use SQL Loader to insert the file data. Another option, depending on your database version, would be to use an external table. External tables are basically an interface that uses SQL Loader to read and write to the file just like you would a table. You must have RDBMS 10g or higher to use external tables.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Interactive report - Save as html, possible to save file in database?

    Hi
    I am in a situation where I want the output of a interactive report in HTML format, but I do not wan't to download the files to my computer. I want to automate my process to display the report and save the file to database and to be attached to a email from Apex in a later stage.
    Is this possible at all? tried different aproaches with saving data to clob and converting to blob, but it all look horrible for the end user.
    Sincerely
    Johnny

    Check if the subscription feature or download -> email available in apex 4.0 serves your purpose.

  • Uploading/downloading a file to database

    Hello friends,
    I have created a page into which there is a button names "Upload Resume".
    The idea is when an HR person clicks this button it should fetch out the resume
    from his local machine and it save resume into the database.
    My doubts are as follow:-
    1. Where does the resume get stored in database or at the unix box
    2. What we can do to download the same resume.
    Please guide me.
    Waiting for your responses.
    Regards,
    Pankaj Kedia

    user12055837 wrote:
    Hi,
    The code that you have referred to me is a lot different than what I currently have. For example in the code it seems like you have the following statements(below) in the Process Request of Controller, But I have it in the AMImpl. Please let me know where these should be.Off course you can have the code in the AM as well.
    >
    OAApplicationModule ap = pageContext.getApplicationModule(webBean);
    OAViewObject vo = (OAViewObject)ap.findViewObject("FndLobsVO");
    if (!vo.isPreparedForExecution())
    vo.executeQuery();
    Row row = vo.createRow();
    vo.insertRow(row);
    Also I have my BLOB in the same view object as other data(LacEmpExposureVO) which refers to a custom table. I am NOT storing them in the FND_LOBS.
    Do I need 2 columns one for storing the "uploaded file name" of type varchar2 and the other of type BLOB for the "uploaded file"
    Yes it is the same as in FND_LOBS, i have a column FILE_NAME that contains the name (varchar2) of the uploaded file.
    The OAMessageFileUploadBean View Attribute points to the BLOB column, called FILE_DATA (in the case of FND_LOBS).
    Either ways it is not working as expected.
    I modified the code like this and it is not erroring now, But not saving the file name either. When I display the column on the search page then it is displaying the contents of the BLOB column (UploadDataBlob) taking up the entire page instead of displaying it as a hyper link with the file name.
    // get a handle to the uploadbean. the column UploadDataBlob is of type BLOB
    OAMessageFileUploadBean uploadBean = (OAMessageFileUploadBean)webBean.findChildRecursive("UploadDataBlob");
    // set file name display in the column UploadDataBlobFilename of type varchar2
    OADataBoundValueViewObject displayNameBoundValue = new OADataBoundValueViewObject(uploadBean, "UploadDataBlobFilename");
    uploadBean.setAttributeValue(DOWNLOAD_FILE_NAME,displayNameBoundValue);
    In the code above if I change the following statement:
    OADataBoundValueViewObject displayNameBoundValue = new OADataBoundValueViewObject(uploadBean, "UploadDataBlobFilename");
    TO
    OADataBoundValueViewObject displayNameBoundValue = new OADataBoundValueViewObject(uploadBean, "UploadDataBlob");
    I get the following error:
    UploadDataBlob - JBO-25009: Cannot create an object of type:oracle.jbo.domain.BlobDomain with value:F1606_ApplicantFlowLog.pdf
    You cannot assign the BLOB column this way, because the OADataBoundValueViewObject is only used to get the UploadBean to display the uploaded file name, that is why i assign the FileName.
    Why do you want to assign the BLOB column ?
    Use this to assign the file name:
    // set file name display
    OADataBoundValueViewObject displayNameBoundValue = new OADataBoundValueViewObject(uploadBean, "FileName");
    uploadBean.setAttributeValue(DOWNLOAD_FILE_NAME,displayNameBoundValue);
    And for example this to assign MIME type (if you have this info in your table off course):
    // set content type (MIME)
    OADataBoundValueViewObject contentBoundValue = new OADataBoundValueViewObject(uploadBean, "FileContentType");
    uploadBean.setAttributeValue(FILE_CONTENT_TYPE, contentBoundValue);
    >
    Any Help is greatly appreciated..
    Thanks,
    Mir

  • Unable to pickup/pull Oracle(.fmx files) forms in the web site.

    Hi all
    We want to migrate from oracle 9i t0 10g. every thing is working fine, web page, forms, reports individually. But when oracle forms(.fmx) files included in the web page ,unable to pull/pickup the oracle forms files in the web page.
    I really appreciate your support
    Chaitanya

    I'm with Andreas on this one - what exactly are you trying to accomplish? I see you are new to the Oracle Forums so I recommend you take a look at the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    Following these guidelines will make your posts more meaningful and help us help you! ;-)
    I "think" you simply want instructions on how to take your Forms 6i application and migrate it to a web deployed Forms 10g application. Is this right? If so, there is a lot of things you need to do.
    <ul>
    <li>First: Must have a Database server, Application Server and a Forms Services Server. These can all be on the same server or seperate
    <li>Second: Your Forms 6i binaries (.fmb) must be converted to Forms 10g binaries (check out Using the Oracle Forms Migration Assistant
    <li>Third: Your Forms 10g binaries will need to be compiled on your new server (mentioned first).
    </ul>
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Error, on my machine, creating fmx file

    Hello - We are using Oracle Forms 6i. Do you know why I may get an ORA-00600 when trying to create the fmx file, but a co-worker does not? Could it be something on my machine that I should investigate? I used to have no issue compiling the form.
    I tried an older version of the form and I can no longer compile that either. I assumed something changed in the database, but since my co-worker is connecting to the same database, and can compile it, I thought it may be something with my machine. Any thoughts on where I can start to look?
    The errors is:
    ORA-00600: internal error code, arguments: [kqludp2], [], [], [], [], [], [], []
    Thanks for your help!

    Never mind. I read something about it being an issue with views and using partition by and someone had happened to make a change to the view this past week. I went in and recompiled the view and then I was able to compile my form. I still don't understand why my co-worker could compile the form and I could not. The only difference is that he is the one that made the view change. Any input, for my own understanding, would be greatly appreciated. But at least it's working now.
    Thanks!

  • Hot to call  forms11g  fmx file  through Java executable

    Hi,
    Iam having one file in some folder which will come through FTP , whenever file comes to the folder i should call the some form fmx file through JAVA so that my form will take care rest of the things .
    My question is how to call fmx through Java executable in windows environment.
    thanks in advance
    GV

    Hi All,
    Thnaks for the Info. But my requirement is different.
    1) whenever i received a file through FTP from other server to my server , some folder say d:\Test
    a) some batch program has to trigger and first it should take the backup of the received file to some other folder say d:\archive
    b) some batch program has to trigger to call the forms fmx file so that form will take care of reading from the file and put the data to database for the received file in d:\Test.
    Assume that it is in windows environment/Linux Environment . How i can achieve these tasks. There should not any user intervention in this , everything is automatic.
    Please guide me any solutions
    Thanks in advance
    GV

  • While saving a file, I have converted all my files to Pdf.  The only way to restore previous is to delete Adobe.  Does anyone have a soution?

    While saving a file, I have converted all my files to Pdf.  This made everything inaccessible, even Explorer.  I had to delete Adobe to get back to some of the previous files.  I tried to restore system to previous, but I kept getting a pop up message that said I did not have enough shadow space.  Does anyone have a solution?  Greatly appreciate your help.

    Application, file icons change to Acrobat/Reader icon

  • Help needed in reading text file to database table

    Hello experts,
    i have to insert the values from the column of this text file and insert them in my database table.
    I have done a few file to table insertions but i'm having some trouble with this one.
    Any suggestions plz
    thanks
    liab_report      1.00                                                                                                                              Page: 1
    CDC:00537 / Mon Jun-21-2010                           LIABILITY REPORT                               Mon Jun-21-2010 22:06:26
    DRAW    1; SET    1;  November 7, 2009
                         TOTAL       PAID ON         TOTAL    EXPIRED ON         TOTAL    FRAC   OUTSTANDING
                       WINNERS      06/21/10          PAID      06/21/10       EXPIRED   ROUND
      DIVISION          AMOUNT        AMOUNT        AMOUNT        AMOUNT        AMOUNT  AMOUNT        AMOUNT
        Div1              0.00          0.00          0.00          0.00          0.00    0.00          0.00
        Div2         701040.00          0.00     660146.00          0.00      40894.00    0.00          0.00
        Div3        1444128.00          0.00    1330056.00          0.00     114072.00    0.00          0.00
        Div4        4711900.00          0.00    3889700.00          0.00     822200.00    0.00          0.00
                    6857068.00          0.00    5879902.00          0.00     977166.00    0.00          0.00
    DRAW    2; SET    1;  November 14, 2009
                         TOTAL       PAID ON         TOTAL    EXPIRED ON         TOTAL    FRAC   OUTSTANDING
                       WINNERS      06/21/10          PAID      06/21/10       EXPIRED   ROUND
      DIVISION          AMOUNT        AMOUNT        AMOUNT        AMOUNT        AMOUNT  AMOUNT        AMOUNT
        Div1              0.00          0.00          0.00          0.00          0.00    0.00          0.00
        Div2         817817.00          0.00     817817.00          0.00          0.00    0.00          0.00
        Div3        1687405.00          0.00    1611742.00          0.00      75663.00    0.00          0.00
        Div4        3402100.00          0.00    3034200.00          0.00     367900.00    0.00          0.00
                    5907322.00          0.00    5463759.00          0.00     443563.00    0.00          0.00
    DRAW    3; SET    1;  November 21, 2009
                         TOTAL       PAID ON         TOTAL    EXPIRED ON         TOTAL    FRAC   OUTSTANDING
                       WINNERS      06/21/10          PAID      06/21/10       EXPIRED   ROUND
      DIVISION          AMOUNT        AMOUNT        AMOUNT        AMOUNT        AMOUNT  AMOUNT        AMOUNT
        Div1              0.00          0.00          0.00          0.00          0.00    0.00          0.00
        Div2         779933.00          0.00     769804.00          0.00      10129.00    0.00          0.00
        Div3        1605548.00          0.00    1525104.00          0.00      80444.00    0.00          0.00
        Div4        4891700.00          0.00    4256800.00          0.00     634000.00    0.00        900.00
                    7277181.00          0.00    6551708.00          0.00     724573.00    0.00        900.00

    Plz clarify whether u want to load text file as a file into database or value of this text file into database. If values are to be loaded from this text file, U can better format the text file and use SQL loader to load the file into database. By formatting the database, i mean remove the unnecessary headings and characters, kee only the values to be loaded idelimited by ' '(space) or ','(comma). Create a control file and load it into the target table.

  • When saving photoshop file in PDF, my document changes, how do I solve this?

    Hello everybody,
    Im trying to save my CS6 files as PDF documents. When I save my files as PDF some texts or images disappear or deform.
    Is there anything i'm doing wrong?
    Is there a setting I need to change for saving my files so they don't change?
    Thank you for your help!

    Hi,
    Which operating system and version of photoshop cs6 are you using?
    You can find out the exact photoshop cs6 version by going to Help>System Info from within photoshop and looking at the very first line that says Photoshop Version.

Maybe you are looking for

  • DECODE works in SQL but not in a CURSOR

    I have simplified my problem to "DUAL": While in a SQL session : select decode( (select 1 from dual) ,(select 1 from dual) ,1 ,0) from dual; Expected result: 1; Actual result: 1; Place this code in a PL/SQL block : declare X number; begin SELECT deco

  • Issue with changing bank details.

    MY iTunes account keeps telling me to come to this website when I try to change my bank details. What is the solution. thanks

  • Cisco ISE CLI and GUI password expire

    I had Cisco ISE version 1.1  i face a problem with the CLI and GUI password, as it expire and i can't login, i do the password reset using the ISE DVD, i navigate to the ISE CLI, and do the following commands: conf t      password-policy           no

  • Bug in socket.writeUTF ???

    I am writing a tcp/ip client. I am using socket .writeUTF to send the string to the server socket. However, there is a character being inserted in my utf string (that I am not putting there). I write the string to my display just before sending it, a

  • Current Tab Image bug?

    Hi, I tried to used Image tab for my page and I put "#WORKSPACE_IMAGES#tab01_off.gif" in the Current Tab Image. But when the page generate, I found out it will auto prefix the img src with /i/ and become /i/wwv_flow_file_mgr.get_file?p_security_group