Variable Open dialog problem!!

Hello, I have this problem: I created a query with a filter on 0CALDAY.Il filter is a value range between a custom variable that has a default value 01.01.2007 and a variable standard 0DAT, which returns the current day.
The problem is that when i call the variable open dialog during query execution, I see only the variable 0DAT.
Could you help me, please!!Thank's a lot.
Sincerely yours
Andrea Maraviglia

Hi,
so you want to have a popup that filters 0CALDAY from 1.1.2007 until today. If this popup opens then these values should be preselected, right?
To achieve this you have to write some code in the variable exit for i_step = 1. In this step variable values will be filled efore popup appears and values will be shown in the popup.
Your custom variable seems to be defined  filled by customer exit and does not appear on the variable screen.
Regards,
Juergen

Similar Messages

  • Problem with File Open Dialog box

    Gurus,
    I am using Forms 10g with Windows environment .. My requirement is, to display File Open Dialog Box, and whatever file I am selecting it has to open .. I am able to get Dialog box, problem is, when I select a file (for example, test.txt), I cant see the file getting opened .. Can anyone suggest me how to get the desired result ...
    Pasting my code below
    declare
         a varchar2(100);
    begin
         a := WEBUTIL_FILE.FILE_SELECTION_DIALOG('c:\temp','','*.*','c:\temp',OPEN_FILE, TRUE);
    end;
    Regards

    You can see the code in the webutil.pll library.
    FUNCTION CLIENT_GET_FILE_NAME (directory_name Varchar2 := NULL,
                                   file_name      Varchar2 := NULL,
                                   file_filter    Varchar2 := NULL,
                                   message        Varchar2 := NULL,
                                   dialog_type    Number   := OPEN_FILE,
                                   select_file    Boolean  := TRUE) return Varchar2 is                             
    * CLIENT_GET_FILE_NAME
    *   Client (Browser) side implementation of the standard GET_FILE_NAME Built-in
    *   Used to display File Open, Save  and directory listing dialogs
    *   Implemented using calls to WEBUTIL_FILE
    * Version 1.0.0
    * Change History
    *   1.0.0 DRMILLS 23/DEC/2002 - Creation
    \*********************************************************************************/ Here is one example:
    the_file := client_get_file_name('c:/', null, 'All Files (*.*)|*.*|',null,open_file,true);Francois

  • Open Dialog double-clicking problems.

    Here's a head-scratcher...
    Recently in almost any Open Dialog box, when I double-click a folder on my server it will turn the arrow down and list the contents rather than opening that directory. Then when I save, it doesn't save it in the intended directory. Strange. I can't seem to figure out why.
    The real strange part is that it happens in all my non-Apple applications only (e.g. illustrator, bbedit, Word), but Apple apps behave normally (e.g. Preview, Safari). Also, it ONLY occurs when I try to access folders on my server (Linux using Clark Connect) where my HD and external HD behave perfectly fine.
    The other strange thing is I've tried this on another mac on the network and my PowerBook, but, surprise, it all works fine on those machines -- so it's just my G5. I tried trashing finder pref but no joy.
    I can work around this by doing a lot of command-downarrow's in those dialog boxes, but I'd prefer to have it the way it was
    Can anyone shed some light on this strange phenomenon? I can't find any threads anywhere that has this same problem. Thanks in advance.
    G5 Tower Dual 2.5   Mac OS X (10.4.8)  

    Huh.
    I've recently started having the same mysterious annoyance. Except the afflicted folders are on an external (firewire) drive, not a server...
    Similarly, it's not occurring with Apple apps, as far as I know.
    What's perhaps oddest of all, some folders on this volume are functioning normally, while others aren't.
    I had been using Default Folder X, but this happens even when that's disabled, erased, freshly installed, etc. In certain apps, clicking on the current folder name in the open/save dialog initiates a crash (seems related to the interface itself).
    I've repaired the disk, permissions, trashed all related preferences, etc. Everything checked out okay.
    One final clue, perhaps related or not: I've been finding duplicated folder names nested in the 'Volumes' path subordinate to my primary disk. These are probably supposed to be hidden. But I haven't deleted or otherwise tinkered with them. They do not contain the identical items of the 'real' volume (much fewer folders, documents, etc.) but there they are, acting somewhat like imposters.
    Like ookla says, a head-scratcher. I'm gonna upgrade to latest flava of OS and see if it helps; I'll let y'all know.
    Good luck!
    G4 Powerbook, G4 Tower   Mac OS X (10.4.3)  

  • Illustrator cc2014 open dialog box won't work yosemite

    I have a Macbook Pro Retina 2014 with a fresh install of Yosemite and Creative Cloud, after a while, when I used the open dialog box for 4 or 5 times to open documents, that dialog box won't work anymore, I have to quit and reopen the Illustrator application, the shortcut won't work either. Is anybody got that problem before?
    When I was on Mountain Lion, I never got this problem, I presume it's related to Yosemite.

    Gelouis,
    I believe it is a bug in CC2014, appearing when you have the Illustrator open/place dialogue set to column view and sort by date or sort by kind. You may change it to view by name or list view.
    https://forums.adobe.com/message/7145022#7145022
    https://forums.adobe.com/thread/1723170
    https://forums.adobe.com/message/7183002#7183002
    Or you may get it right by changing the sort to something else.

  • File Open Dialog Box Hiding Behind - Urgent

    Hi All
    We have write code for Opening File in File Open Dialog Box. But its stays in inactive mode behind SBO. Once we press ALT +TAB only then we can see it. How to Activate it or make it visible automatically in SAP Business One.
    The Code for Opening File we have written is in C#
    <b>OpenFileDialog objOpenFileDialog = new OpenFileDialog();
    objOpenFileDialog.InitialDirectory = System.Windows.Forms.Application.StartupPath + "
                        objOpenFileDialog.Filter = "Excel files (.xls)|.xls";
                        if(objOpenFileDialog.ShowDialog()!= DialogResult.Cancel)
    string ExcelFilePath = objOpenFileDialog.FileName;
    }</b>
    Thanks in Advance
    Asutosh

    Common problem... Do the following instead.
    System.Windows.Forms.Form form = new System.Windows.Forms.Form();
    form.TopMost = true;
    OpenFileDialog objOpenFileDialog = new OpenFileDialog();
    objOpenFileDialog.InitialDirectory = System.Windows.Forms.Application.StartupPath + "\";
    objOpenFileDialog.Filter = "Excel files (*.xls)|*.xls";
    if(objOpenFileDialog.ShowDialog(form)!= DialogResult.Cancel)
    string ExcelFilePath = objOpenFileDialog.FileName;
    That should do it

  • Diable "open dialog box" on right mouse click so I can use l mouse to advance to next slide and r mouse click to "go back."  How in PP 2010 for mac????

    I do presentations in PP10.  I am new to macair, and used to Windows.  HOW DO I DISABLE THE "OPEN DIALOG BOX ON RIGHT CLICK"?  I would like to use L mouse to advance slide, and R mouse to go back.  The default is to use R mouse to open dialog box.  I can disable this by unchecking the box in "advanced" on the PC.  How do I do it with the Mac????
    Thanks
    hacmd

    Hi Rod,
    As originally stated in my opening post, the SWF is to be inserted into an Articulate '13 slide (what I called an aggregator originally - I tried not to bring them up since I don't want the chatter about "There's your problem - using Articulate"! ).
    Recall that posting this published file to our LMS did not allow right-mouse click functionality as the flash player menu just gets in the way.
    If I insert the captivate 6 files into Articulate as a Web Object (referencing the entire folder with html, htm and assets, and then posted to our LMS, and it DOES allow RM click operations in both IE and FF (although no sound on the Captivate slide in FF). But this is not what we want to do as this introduces 2 navigation controls (the Captivate one and the Articulate Player).
    Why must anything be posted to a web server for this functionality to work?
    I am able to go into the Captivate 6's published folder, and launch the Captivate demonstration by simply double clicking on the index.html file and this works great in both FF and IE after changing the security settings for flash.
    Again - I can not believe I am the only one out there trying to use the right-mouse click feature to do a software simulation by embedding the Captivate SWF into an Articulate '13 project.

  • File open dialog box broken in all apps! ( 10.5.6/7

    Hi, I've got a very odd problem that Apple phone support seem to be unable to solve.
    Basically, every file open dialog box system wide is broken, from file->open in textedit to the browse button on websites for uploading files.
    When trying to display this finder panel, it beachballs for ten seconds then gives me a grey area where the usual finder browser usually resides and the open / cancel buttons at the bottom of the panel.
    I've repaired permissions which had no effect.
    The finder works perfectly other than it's little file open dialog which other applications use...
    Updating to 10.5.7 did nothing to fix the issue.
    Does anybody have any idea how to resolve this?
    Thanks!
    chris.

    V.K. had you create another user to eliminate the possibility that it is a preference file causing the problem. It was reported the problem remained with another user, so the problem is system wide, not with a single user's preferences.
    The Archive & Install is relatively painless. It only replaces the system and leaves everything else untouched. What is replaced is saved in a new folder it creates named Previous System, in case there is something there you might want to bring back (most often 3rd party files, but I have never needed anything from the Previous System folder).
    The only hassle with the A & I is resetting preferences. If you check the option during the A & I to retain user settings, there is usually not very much that needs resetting.

  • Open dialog box default

    Hi-
    I recently upgraded to DW CC and most everything else in the CC. I am only having this issue with DW on a Win 8, 64-bit system. PS, AI, InDesign and Premiere CC  do not do this.
    When I want to open files, and I routinely want to open .cfm files, I need to repeatedly select the "All files(*.*) option in the dropdown box to see my .cfm files. I want to be able to navigate and see the file names without having to repeatedly choose ALL FILES. It defautls to All documents which does not show .cfm files. Here is a pic from the Edit-> Open dialog (I added the red arrow):
    This is not the same problem that I have seen others posting about file associations. I have already added the .cfm extensions to my file preferences and I have no trouble opening or editing any file type. It is only the dropdown box in the 'Open' dialog that is a constant source of frustration.
    Any help would be appreciated, thank-you.

    This is not an answer, just a "me too" post.
    I have the exact same issue, except that I'm usually opening .aspx files. I waste so much time hand-clicking to select All Files (*.*) — would *love* to be able to change the default!

  • Open Dialog box: disable image preview (For large images, it's SLOOOWWWW)

    Open Dialog box in column view:
    Can I disable image preview?
    For large images, it's SLOOOWWWW !!!!!
    ( I often work with 8000 x 3500 panoramic images )

    William
    Mostly this is a problem in PhotoshopOK, my Photoshop is still a Classic version. I was looking at one or two others, like GraphicConverter, but the only pref there seems to be to generate a Preview if one doesn't exist.
    I'll look some more—it's irritating me now

  • Open dialog box freezes

    on my dual 2.0 power mac G5, every time i bring up a standard open dialog box in any application, the finder freezes, and i have to relaunch it. this only started happening after i installed the 10.4.7 update.
    i tried switching to another volume with a separate installation of os x, and everything was working fine, but as soon as i upgraded to 10.4.7, it started happening there, too. this is becoming a real problem, because it's a real pain to have to open all of my files directly from the finder.
    has this happened to anyone else? is there a firmware update or something else that i need to install?

    UPDATE:
    i have diagnosed the problem further, and the issue appears to center around loading file metadata, because i have the exact same issue when i ctrl-click a file and select "get info".
    the problem also goes away in the open dialog when i choose list view.

  • "cannot open dialog preferences/ song settings"?

    Hi I hope you can help because I am getting desparate.
    I installed Logic Studio V.8.1 on my Imac (lots of ram, 1 year operating with no problems). I have had no trouble until the other day when I started to get the message "cannot open dialog window/preferences" or "song settings" and whenever I try to adjust any or most menu items with "....." after them. The bounce adjustments do not open either, and the core audio does not kick in on startup, the audio coming through the computer speakers. I eliminated and reinstalled Studio and it worked okay for awhile and then went haywire again. By the way I eliminated Logic 7.
    Are you aware of what could be the problem? I don´t see anything in the forums. Should I eliminate everything and reinstall 7 and 8 with the Key?
    Thanks for your help
    all the best
    Andy

    I had a PDF on my Desktop which somehow caused the problem. Preview could not open it either. Removing the PDF from the Desktop solved the problem...

  • Save As & Open Dialog Window for some documents hangs when custom VSTO plugin is installed

    Hello,
    I have created a VSTO application which uploads a word document to Document Management Server. The problem is not with this plugin, but after the plugin is installed, for certain documents when user makes some modification to the document and clicks on File
    -> Save As or File ->Open, the Save As/Open Dialog window, does  not show up and the Word application will be hung (spinning) as it should do if the Save As dialog window would have been shown. The only option is then to kill the WinWord process
    from Task Manager. When I kill the WinWord process from task manager, I see the Save As Dialog window appear for a split second before the WinWord Process shuts down.
    If I uninstall the VSTO application, everything works fine.
    Details on the application:
    Target Framework: .NET Framework 4
    Platform Target: x86
    OS (Developer and End User): Windows 7 Enterprise SP1 64 bit
    Microsoft Office: Microsoft Office Professional Plus 2010 Version: 14.0.6129.5000 (32-bit)
    Help!!
    Regards,
    Yogesh 

    Hi Eugene,
    Thanks for your reply.
    Yes I have tried an empty add-in project as well. Added a label to the ribbon and displayed a static text. I am able to reproduce the issue with this add-in as well. The issue is only reproducable if I deploy the add-in using a setup and deployment project.
    While building the project, Visual Studio installs the add-in by default. If I open the problematic documents with the "developement" version of the add-in installed, it seems to be working fine.
    Regards,
    Yogesh
    Hello,
    >>Yes I have tried an empty add-in project as well. Added a label to the ribbon and displayed a static text. I am able to reproduce the issue with this add-in as well.
    The issue is only reproducable if I deploy the add-in using a setup and deployment project.
    Since it could be reproduced if you deploy any add-in with a setup project, it seems this issue may be related to the your environment.
    It will be helpful if you could share the following information with us.
    The configuration about that setup project and your add-in.
    Whether your user account has admin privilege or not.
    To narrow down this issue, you could consider installing that add-in with setup project in a clean machine.
    If it could reproduce this issue, then we could focus on that setup project instead.
    If not, then we'd better focus on your environment to narrow down this issue.
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Missing preview pane in Open dialog box

    Recently, the preview pane doesn't show in any file open dialog boxes. For instance, when viewing the list of files in the open dialog box I was previously able to single click on a file and to the right, I would see a preview of the file as well as some basic info. Now, that pane is gone. What's particularly vexing is that this is happening on both my MacBook and my MacBook Pro. On the MBP, I was running 10.6.2 and I ran Software update yesterday to 10.6.3 in an effort to fix it, but the problem is still there.

    While I'm not quite sure what you mean, it sounds to me like you had the Open dialog set for Column view, and at some point changed it to List view. Take a look at the toolbar at the top of the Open dialog window, you should see the back/forward buttons, then a group of three icons representing icon, list and column view. Both icon view and column view will show a preview icon of the selected file. Personally, I like icon view, since you see all the files that fit in the window with custom thumbs, and can pick what you want quickly. If you change the setting, in say Safari, to list view (which makes more sense in Safari), then the Open dialog for, say, TextEdit gets changed too. Just change it back by clicking the little icon in the toolbar at the top of the Open window.
    Francine
    Francine
    Schwieder

  • Save/Open dialog crashes on opening a folder which contains multiple app. alias

    Hi:
    This is my first post in Apple forum, I've been searching some pages here, obviously I'm not the only one having this (or similar) problem but all existing threads are suggesting "Safe Mode" or "Disk Util" these useless things and never worked for me.
    I believe this is a bug from os x / Finder, not sure if this has been filed or not against Apple bug db.
    The problem:
    Save/Open dialog hangs up when loading / opening an existing folder which contains multiple application alias
    How to reproduce:
    1) Use any browser (I use Firefox and Chrome) to open a page and  print the page / or download something, or print something as PDF
    2) When Save dialog ( some people call it file picker or location selector, whatever) pops up, select a folder which contains multiple application alias
    3) Dialog hangs up, and the application icon on those  alias will not be loaded successfully. Need to Force Quit the browser.
    4) Issue cannot be reproduced always, but frequently enough if you have many application alias and files / subfolders in the target folder
    5) By removing all the application alias, can workaround the issue.
    6) The icons of application on those alias are loaded slowly in a successful loading (seems there are some performance issues)
    7) This issue has not been observed before upgrading to Mavericks
    Env:
    27 inch iMac Late 2012, 2.9GHz i5, 8G DDR3, NVIDIA GTX660M 512M, OS X 10.9.1
    Please anybody (not sure if Apple monitors this community) who knows details in regards to this, share some info. (or maybe there already is a fix ? ) .
    Thanks.
    Regards,
    Lyle.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Search in Open dialog don't work. CS6

    Hi!
    I've just noted that the search-function in the Open dialog does not work proberly. You can't search for filenames.
    The problem is only in InDesign CS6.
    Any have a solution for that?
    Thank you.

    What's your OS?
    The search function in a dialog would be an OS operation, not controlled by ID, I think.

Maybe you are looking for

  • Maintenance schedule is not getting generated

    Hi.... Past one year, maintenance schedule is not getting generated. Could you please let me know to where i have to look out for this problem in Equipment & Functional Locations? What are all the fields will be mandatory and triggering the maintenan

  • Import data to FDM fails for planning app

    Hi, I have a problem with importing data from oracle view using FDM script. I have to make 2 things: 1. Import data to HFM app (it works fine) 2. Import data to Planning First of all i have configured HFM integration and set up all necessary informat

  • Internal Order Budget amount stuck in Commitment

    Hi, We have reversed the GR and reduce the PO amount but the amount is still stuck as committed item. I used program in the past to reorganize \ restructure the amount but I forgot that program and I couldn't find out anything. Can anyone please let

  • Alternative to Robot class

    hi have anyone an idea how can i make screenshoot from my scene without the class robot? at moment i use the Robot class to make screenshoots from my sceene Rectangle screenRect = new Rectangle(20,10,800,600);          try{               Robot robot

  • Need help in applet

    Hi all, I am newbie in java applet programming, I have write a source code that have 3 button in applet. (Booking, schedule and verify) I want to make when the user press the button it will call the other java class that contain the interface off boo