How to capture the location of the file

Hello...

I want to capture the location n file pass it in a textbox...

I have all my files .fmx and reports in the MYAPP folder.

In one of my form I have to go to this folder to get the location of the file of the .fmx n save it n use for module access rights.

I click a browse button, then it should lead me to open an open dialogue
showing readers in my system n and then selecting the particular drive I have to move to inside folders. As we do for file download...

juice I want to capture the location of a file only.
Ex: If the file is located in MYAPP/Pay/forms/app_01.fmx
the dialog box should lead me to file forms and after selecting the location of the file must be passed to a textbox in my block of app_ol.fmx.

I hope you ppl hav understood wat I want to...

is then any function to capture wat I want...

Thanks in advance...
with cheers
Sprity...

If you go to otn.oracle.com/proucts/forms there is a page (linked at right) for webutil. You can read about the features selection dialog for deployed web forms file that is part of webutil. Webutil demo has some examples of exactly what you need.
Concerning
Grant

Tags: Oracle Development

Similar Questions

  • How to capture the file name using af: inputFile?

    We had a user download a file without file in an application extension, we built using JHeadstart. Looking through the jdeveloper forum, it seems that the way to 'prevent', it is through the valueChangeListener. I understand that this must be a fix server side, the client is therefore always able to download this file, but then I want to check and return an error message and throw the file if it is not an extension. How is this possible when JHeadstart has already created a valueChangeListener?

    JDeveloper 11.1.1.4
    JHeadstart 11.1.1.3
    Oracle 11g
    ORDDoc column

    Thank you
    Michelle

    Michelle,

    You can make a subclass of JHeadstart FileHandlerBean, override the uploadFile method, check the ecxtension in your class and then call super.
    Create a custom template for the fileHandlerBean.vm (or fileHandlerBeanInTable.vm) to use your custom subclass.

    Steven Davelaar,
    JHeadstart team.

  • How to move the FILE from one place to another and keep "Indexing" have to move to the unknown location so you can't discover its full file path? Windows instructions provide information wrong re: how to do this!

    Make a bunch of audio files, placed in a folder on my desktop. Files initially sent to RealPlayer to burn, but when finished burning CD and went to read a CD, folder got seized by Media Player, 'Indexed' and disappeared from the office. I'm a relatively new computer user, and I need to learn more about file paths, how to view the path FULL of a file on my computer and how to type (create) full path when I need to. The "Indexing" feature seems to erase this lesson for me, and after having spent four hours trying to find Vista instructions on "How to move the file from one place to another", I gave up! Windows 'Help and Support' on my computer gives wrong directions. It states that if I right click on a folder > properties, a dialog box opens with a tab by which I can move my account. There is no tab location here. I found locations tab when right click on the "Mobile" folder, but still no option to "move file". No idea what is the folder "Roaming" or why it's on my computer. I want my audio files in the My Music folder, but this place is "access denied." Don't know how to get the audio file it in any case, but if anyone has any advice, I would be very happy! Thank you. PS - I had no problem moving folders in XP. I don't like the idea that a computer is to decide where to put my files. I want to control where I put my files. I don't like the way search works under Vista. I liked the XP search companion better because, for a computer fool like me, it was really easy to organize and find files and folders and had an option specific to find audio and video file TYPES.

    Here is an article on how to move your personal folders in Vista: http://www.howtogeek.com/howto/windows-vista/moving-your-personal-data-folders-in-windows-vista-the-easy-way/.  If you're talking about the special folders (such as photos, Documents, office...), then here is an article on how to move: http://www.winhelponline.com/articles/95/1/How-to-move-the-special-folders-in-Windows-Vista.html.

    If you have trouble with the search after you move the files, then rebuild the index: http://www.tech-recipes.com/rx/2103/vista_rebuilding_the_search_index/.  Here is an article on how to use Indexing Options in Vista that may be useful for you: http://www.vistax64.com/tutorials/69581-indexing-options.html.

    If the above does not help, your problem seems to relate to the image of the files/folders and their interactions with Media Center (which operate on different other folders).  Please repost your question in images and video Forum at: http://social.answers.microsoft.com/Forums/en-US/vistapictures/threads where the people who specialize in issues of the image will be more than happy to help you with your quesitons.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How to delete the files from my HP ePrint app after download / print?

    Can someone tell me how to delete the files from my HP ePrint app after that I downloaded and printed. Thank you

    jmsandkds,

    I apologize for the confusion. Options you speak of "photos, web and file" are located on the phone somewhere, lets say you click files. When you click on files, it will search the phone for available files that are able to print the ePrint app. To the extent where they are on the phone, you will need to search for them via the search screen, connection to the computer, or some files are program specific and only available in this program to be read, edited, or deleted.

    I hope this helps.

  • I have an Apple Macbook Pro. My photos are in the iPhoto files. How to transfer the file I want to work on Photoshop?

    I have an Apple Macbook Pro. My photos are in the iPhoto files. How to transfer the file I want to work on Photoshop?

    Where the iPhoto photos are located and how to access the photo library, iPhoto and image files

  • How to remove the file from the client machine

    Hi all
    We use the database: oracle: 10 g,.
    and forms/States 10g (developer suite 10g - 10.1.2.2).

    can someone help me how to remove the file from the client computer in the location specified using webutil or everything
    (I tried with webutil_host & client_host but this only works for the application server)
    Thank you.

    Hello

    Checkbox not tested.

    PROCEDURE OPEN_FILE (V_ID_DOC IN VARCHAR2)
    IS
    
    --------------------------------------------------------------------------------
    -- Open a stored document --
    
    --------------------------------------------------------------------------------
    LC$Cmd Varchar2(1280) ;
    LC$Nom Varchar2(1000) ;
    LC$Fic Varchar2(1280);
    LC$Path Varchar2(1280);
    LC$Sep Varchar2(1) ;
    LN$But Pls_Integer ;
    LB$Ok Boolean ;
    -- Current Process ID --
    ret WEBUTIL_HOST.PROCESS_ID ;
    V_FICHERO VARCHAR2(500);
    COMILLA VARCHAR2(4) := '''';
    BOTON NUMBER;
    MODO VARCHAR2(50);
    URL VARCHAR2(500);
    
    Begin
    
    V_FICHERO := V_ID_DOC;
    
    LC$Sep := '\';--WEBUTIL_FILE.Get_File_Separator ; -- 10g
    LC$Nom := V_FICHERO;--Substr( V_FICHERO, instr( V_FICHERO, LC$Sep, -1 ) + 1, 100 ) ;
    --LC$Path := CLIENT_WIN_API_ENVIRONMENT.Get_Temp_Directory ;
    LC$Path := 'C:';
    LC$Fic := LC$Path || LC$Sep || LC$Nom ;
    
    If Not webutil_file_transfer.DB_To_Client
    (
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    
    Raise Form_trigger_Failure ;
    
    End if ;
    
    LC$Cmd := 'cmd /c start "" /MAX /WAIT "' || LC$Fic || '"' ;
    Ret := WEBUTIL_HOST.blocking( LC$Cmd ) ;
    LN$But := WEBUTIL_HOST.Get_return_Code( Ret ) ;
    If LN$But 0 Then
    Set_Alert_Property( 'ALER_STOP_1', TITLE, 'Host() command' ) ;
    Set_Alert_Property( 'ALER_STOP_1', ALERT_MESSAGE_TEXT, 'Host() command error : ' || To_Char( LN$But ) ) ;
    LN$But := Show_Alert( 'ALER_STOP_1' ) ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    Raise Form_Trigger_Failure ;
    End if ;
    
    If Not webutil_file_transfer.Client_To_DB
    (
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    NULL;
    Else
    Commit ;
    End if ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    
    Exception
    When Form_Trigger_Failure Then
    Raise ;
    End ;
    

    Sarah

  • How to capture the values

    Hi friends,

    I came across one of the scenarios, i.e.

    In my application, I have a report page and a form page, the report and the form are based on the unique table...

    If a record is inserted medium, means it will be inserted in the report...

    in the region of report I have an button called then if I clicked the next button means a form page must open to capture all values which is inserted in the report of each field of the form...

    How to capture the values of the ratio to form shortly after clicking on the button NEXT in the region of report...

    Help me solve this question friends,

    Thank you
    Saro...

    Hello

    For the Next button , which is located in the region of report,

    change the Action: to redirect to the page and give the respective page number: (i.e.) the target...

    And specify the value of these items: what are all the elements of the target.

    with these values: describe the elements of the source where you will take the values of the corresponding points...

    Izz all wells
    GTA...

  • How to read the files on time capsule

    How to read the files on time capsule from iPad?

    Thank you

    Using an application like navigation on the iPad. More info here:

    Stratospherix - FileBrowser - overview

  • Anyone know how to sort the files in windows 7.

    Anyone know how to sort the files in windows 7. All of a sudden my file says "a long..., there is this month...» Last week... today. I can't deal with all the files in the folder now. How can I keep rid of one a long time ago..., this month... Last week... today) so that I can fix the whole folder?

    Hello

    Right-click on an empty area of the concerned window, select Group By, and then select None.

    Best wishes

    DP - K

  • How to reinstall the file MSVC90.dll

    My computer cannot read the real player as it says im lack the file above. some can guide me on how to reinstall the file.

    Hi tonyuniformat


    You have Microsoft Visual C++ 2008 installed on the computer?


    Method 1:

    You can try to reinstall the program and check if that helps.

     

    Method 2:

    If the problem persists you can check if you install Microsoft visual C++ 2008 helps that solve you the problem. Refer to the below link to install the same.

    http://www.Microsoft.com/downloads/en/details.aspx?FamilyId=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en

     

    I hope this helps.

  • Windows 8, 32-bit: how to cancel the file history and use the USB for the sole purpose Ready Boost

    By mistake, I clicked file history on. The USB key used for ready boost is selected and that the disk is write protected. Windows 8, 32-bit: how to cancel the file history and use the USB for the sole purpose Ready Boost. I don't have an another USB suitable for ready boost.

    Hello

    You should be able to disable the history of files by using the local Group Policy Editor.  Consult this publication of the article.  Use the #2 option.

  • Reinstalled Vista on my Gateway computer. There are 2 users, how to find the files saved by Windows before reinstalling?

    My C drive was blue screens so that I couldn't get into my computer and it became useless. I'm a total computer not so smart person, (politically correct too) :) In any case, after finding how to get in safe mode and fishing around a solution, I got the solution from scratch. It was April, which should give you an idea how well informed, I am when it comes to such things.

    So I took the option that would save all user files before reinstaling the operating system which is original bought the 2008 version. Vista 32-bit. Yes I know it's old but it works again. So since then I tried to get it updated and secure. Gateway won't help me at all, of course, out of warranty and all. So I downloaded the service Pack 1 and 2 for vista and all the security updates and Microsoft security essentials and IE9. So now I'm finally back to normal, which I think is a relative term.

    So now, I want to find all the files of the user who have been registered by windows before the reinstall took place. My folders and files from my sister. Treatment of text and pictures and stuff.

    Once I found how to make their return to where I am and where it is?

    You are welcome.

    Unfortunately, you have not yet told how you have saved the files.

    If you used the Auromatic backup gateway, they say that the files are in the C:\Backup folder on the hard drive.

    You will need to open that folder and either copy and paste or drag and drop them where you want them to be.

    It's a question you'd have to ask Gateway:

    http://support.gateway.com/support/ask_gateway.aspx

    .

    If you sustained yourself using Vista DVD files or an external hard drive, is how do to the files from the point upwards.

    "How to restore your files.

    http://www.wintuts.com/how-to-restore-files

    See you soon.

  • Have deleted implementing up-to-date, but while they inspected I think it's still in my system in my history how to find the files to remove it completely?

    Original title: Remove KB3035583

    I deleted the update, but while they were inspecting it, I think it's still in my system in my history how to find the files to remove it completely?

    I am running Windows 7

    Microsoft have now updated the status of GWX, whenever changes to update is downloaded as a new update re. It is not beyond their intrigues to GWX ineffective as well. Unfortunately we have to be patient until 29 July when, according to the assurances of Microsoft this mess will be disabled. I don't know if there is code to turn it off or we wanted yet another update to do.

  • How to analyze the files using Lexmark 2600 Series

    To the right:

    I have a Lexmark 2600 Series 3-in-1 printer. It is supposed to be able to scan. However, I can't figure out how to parse the files and I've lost the installation disc. However, the printer is already installed on my computer. I can't analyze. Can someone help me on how to scan files with this printer? Or, is there something I need to do first before that I can use the scanner fuction?

    Hi Xnygga,

    You will need to go to the Lexmark Web site to download the latest software/drivers for your scanner:

    http://support.Lexmark.com/index?page=home&locale=en&UserLocale=en_US & segment = DOWNLOAD

    I hope this helps!

    Debra
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • VM simulator - how to access the file system.

    I was wondering if anyone knows how to access the file vmware playbook simulator system.

    I don't want access programmatically, I covered, for access to the file system to copy files to the Simulator in shared directories.

    When you connect a playbook on the USB, it shows up as a drive, and I would like access to the same playbook vm dir structure to copy files for testing. for example if your s app access the pictures on the camera, I would like to copy some images for the test. Any ideas?

    TIA - dave

    Search the forum for more information on using 'ssh' to access the Simulator and more specifically help 'scp' or 'sftp' to transfer files to. You will do this in the files under/accounts/1000/shared, and if you're on Windows you will probably be to install PuTTY to do this. Feel free to ask for help more once you have dug through it all.

  • How to open the files .fxm and .fxr with fax windows 7 & scan?

    How to open the files .fxm and .fxr with fax windows 7 & scan?  These faxes have been received when I had Windows XP.

    Hello

    A file with FXR and FXM file extensions is a Document received from WinFax.

    You can open the FXR and FXM file by double clicking on it and let your PC decide which default application should open the file.   If no program opens, the FXR and FXM file, then you have probably an installed application that can view and/or edit FXR and FXM files.

    You can use a Notepad or another text editor to open these files.  Number of files is files read-only, which means little matter file extension, a text editor may be able to view the contents of the file properly.  This may or may not be the case with FXR and FXM files, but it's worth a try.

    How a FXR and FXM files:
    There are two ways to try to convert a file to a different file type:

    a. open the FXR file in its default program and choose to save the file open in another file format.

    b. use a softwarefrom online file conversion to convert these files to another file format.

    Note:
    using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Thank you

Maybe you are looking for

  • How can I get off ads on my page? They are running upstairs, down and a video at the bottom right.

    I was not wrong with that when I downloaded Firefox, but now for some reason any, whenever I have pull up from school of children page I get these ads. They cause trouble, one on the lower right part of the page is a video and it interrupts the schoo

  • Win 7 USB controller driver for Pavilion 500 - 217

    Hello, I recently spent again PC of my mother to win 8 for Win 7 64 bit. I can't either driver (Intel or AMD) crystallized under drivers available for the controller USB to work. The hardware ID is PCI\VEN_1022 & DEV_7812 & SUBSYS_2AE0103C & REV_03.

  • Re: Laptop turn on automatically

    Hi all Whenever after I put my cell phone mode standby or to close it, it will automatically turn on.Anyone know what cause it to happen? Thanks in advance for any information.

  • Get the payment to another country (in development)

    Hello My question is on the app payments. We want to create a new application and our operations will be in Turkey, but our base is in Dubai. What is Apple's policy regarding payment? What is the procedure of the transfer to the country of anouther?

  • No individual sent the sms time? Can I turn it on?

    So now my new iPhone 6s I don't see anyone sent or received time on my Sms? on my old iPhone I could hold a message for a long time and he would show the details of time, is there a way for this switch or see it on this phone? Or is it only together