Change behavior of 'Please select a forum ...' box in updated left rail

Hello,
I like the recent change to the selected forums that are displayed in the left rail. However, I think that it would be helpful for the action of clicking on the 'Please select a forum ...' box to be similar to what happens when you click on the [ view all
] link, rather than expanding into a list view.
If you'd rather keep the list view (which is fine by me), I think it would be helpful for the forum information card to appear if you mouse over the forum name. I believe that this will help people find the proper forum when they are looking for forums to
add to their views.
Don't retire TechNet! -
(Don't give up yet - 12,700+ strong and growing)

I would have to disagree about the "View all" format. I have always found this format extremely clunky. I prefer the list box.
In fact I do not really see the reason for the "View all" link any more.
But I agree about the mouse-over (provided it has a delay!). Right now the forum information is only displayed by mouse-over
after you have made the selection.
Also, do you think it is entirely obvious that the 'Please select a forum...' box is a search box? I did not realize this at first (but I am notoriously UI-challenged). Perhaps when you first click on the box and the forum list appears, the 'Please select
a forum...' text should disappear and a "search magnifier" should appear. Maybe also, clicking in the box should toggle between the selected list and selectable list. Currently you have to click outside the box in order to see the selected list.
David Wilkinson | Visual C++ MVP

Similar Messages

  • Need to change the LOV field based on checked box selection in OAF page

    Dear ALL,
    I have a requirement as below:
    I have a custom OAF page having a lov  field which is mandatory, a check box and a two text fields.
    So based on LOV value selection i am defaulting two text field value automatically.
    So my requirement is when user selects the check box automatically the LOV field should be non mandatory and user can insert in values to the lov field and text field and submit it.
    SO basically based on check box field selection i need to make the lov field in such a way it should accept all the values what user enters instead of check the query added in VO behind the LOV.
    Please suggest me some pointers to achieve this requirement.
    Thanks
    Deb

    hi,
    in PFR use:
    if ("checkevent".equals(pageContext.getParameter(EVENT_PARAM))) 
                     HashMap hashMap = new HashMap();
                     String checkboxval=pageContext.getParameter("item2");
                  hashMap.put("checkboxval",checkboxval);
                    pageContext.setForwardURLToCurrentPage(hashMap ,
                    true, // retain the AM
                    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
                    OAWebBeanConstants.IGNORE_MESSAGES);
    and in PR use:
    if((pageContext.getParameter("checkboxval'))!=null)
    OAMessageLovInputBean lovInputBean=(OAMessageLovInputBean)webBean.findIndexedChildRecursive("item3");
          lovInputBean.setRequired("false");
    try it
    Regards
    Mahesh

  • Some help please navigating these forums and a little discussion as well?

    There are a few questions I’d like to post, but first I need to determine how to use this newer style of user-to-user forum. Yeah, it’s been around a few years or so, but I’ve seen it take over the more traditional message board systems like v-bulletin and phpBB. Those boards were easy to navigate, as the forums, categories and topics were presented in a typical directory tree structure (even though the built-in search functions leaved a lot to be desired).
    Now the trend has shifted to formats such as this. While some retain some semblance of categories and topics (discussions), others seem to abandon this altogether in favor posts or discussions being related via tags or keywords. Google is the worst offender – forcing the user to select up to 4 pre-defined descriptors when creating a new post.
    Also confusing is how the terminology has changed. The forums are now calling topics, discussions. But they end up containing even less actual discussion on the topic and have de-volved into simple questions and answered. This is reinforced by the use of buttons to compel the original poster to designate responses as helpful or correct answers. This I would guess is in response to the myriad of answer seekers posting questions, receiving several helpful replies and never going back to say thanks, thus, the threads become all but useless for others who experience and seek out solutions to similar issues.
    The new format also usually starts out with “ask your question here” which is just another way to say, “hey, how about at least giving the search a try before asking a question that’s been covered before”.  Because many self-contained search features just don’t work, I can see why users just skip over it. But, what they may not know is that you can use Google to search a specific site. Forum, or blog which usually works pretty well. I’ve done this on a number of occasions, only to find the response as “this question has been answered here a hundred times – try searching”. If the responder is feeling generous that day, he or she may also present a link – a google search link that includes keywords.
    So, here I do see the initial ask your question box, then underneath that, a bunch of icons that represent particular products/topics. I start searches using more keywords, the reduce them If there are too many results. This gradual decline works well for Google, but here at Apple Support, I went from over 700 results to just two by eliminating all but the two mandatory keywords. I will do some more searches and post in the appropriate section, but my gut reaction is that it would be hard to believe that I’m the only person who has ever had this question.
    So, then – what’s the best and right way to use this new forum?
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    A BRIEF HISTORY OF ONLINE MESSAGE BOARDS
    I’m turning the double-nickel this year, so I’ve earned the right to gripe a bit. I don’t know everything, but for those of you youngsters, do yourself a favor a read up. If you truly are a techno-phile, you’ll find it at least somewhat interesting, at least enough to do a little research. Plus, this information isn’t all that old.
    The first online community I was exposed to was the BBS – Bulletin Board System. I had just bought my first PC, a Tandy, and the sales guy sold me a modem and gave me a number to call to connect to his BBS. I installed the modem, dialed the number and for the first time heard the annoyingly beautiful sounds of modems connecting. The, almost like “Do you want to play a game?”, text appeared on my monitor and I was hooked. The BBSes were local – to avoid long distance calls – and operated by those who could afford a second, dedicated computer and phone line. Usually, only one person could connect at a time – browse the discussion topics, leave a post to add to the discussion, check private messages (email) then log off.
    News Groups were the next form on online interaction I was introduced to. These required a special server running a dedicated protocol and a new reader, usually integrated in with an email client like Outlook Express. Each group was a specific topic – for example, Microsoft groups may have had a couple dozen or so groups covering topics like Windows 95 or networking, other commercially sponsored groups, or self-created groups. Like a BBS, you would log on, catch up on unread messages, respond to some and move on. It was in the News Groups where I learned how to program web pages to connect to a hosted database and many other things, thanks to the expertise and kindness of strangers. These groups soon became the territory of spammers, not to mention the real ugly recesses of the internet – international folks sharing “content” that the work obscene can’t even begin to describe. ISP’s soon dropped news groups from their services and they went away.
    By this time however, the world-wide-web was now in full swing. We no longer needed AOL or Prodigy to get on the Net, just an ISP and browser. Broadband was becoming available in select markets. Web-based bulletin boards sprang up all over, filling the void that the news groups left behind. They evolved, but kept to the simple structure and format for a good long while. As the cost of web hosting came down, and the availability of online databases went up, and open source application became better and more robust, anyone could incorporate a forum into their site with little time or expense.
    Social Media was on the rise. Sites came and went. From Friendster, to Myspace, then finally facebook, Twitter and LinkedIn. The net also settled in to a short list of other content sharing sites – YouTube, Flickr, Instagram. These took over the social discussion aspects of the online forum sites. That left the forums to take the only remaining role of software and product support – both as an extension of a company’s support solution or user-to-user help and support.
    On more than one occasion, I’ve tried to engage other users in topical and conceptual discussion in these groups, but it seems that they’ve already used their energy for that keeping up with their social media obligations. Facebook groups get lost in the multitude of pages. So end user support groups have settled into Q & A, mark the answer as correct them move on. Then another person comes along with the same question, enters it into the box, sees the first ten “pertinent” results that don’t answer the question, posts the question, and the cycle continues.
    If anyone has read this far, I commend you! Reading is fast becoming a lost art. I know it’s hard to read off a computer screen, easier on a tablet. And while I live my gizmos and gadgets, I have to still at least once in a while pick up a real book. I’m perfectly satisfied with my iTunes system with the only issue being the quality of any downloaded music. It’s better than it used to be, but CD’s have superior sound. Blu-ray Disc has superior sound and picture.
    I did purchase several books from the iTunes Book Store. But why? I could have bought them anywhere and read them in iBooks, but not the other way around. I had to sell my iOS devices. And now I can’t read my books. But that’s another story, for another day.

    Slip Jigs
    Contributors here so far are the cream of the crop...
    As an overall reaction to your treatise, I agree. I also judge that you - like me - may have some experience and skill at UX design (User eXperience - usability design, for the unwashed masses).
    First, let me commend your use of the WHITE SPACE that Apple graphic designers have so kindly provided. Looks very much like a paper page full of easy-to-read-SERIF-FONT text - it is clear you have experience with design concepts.
    As a tribute, I will post in your style - although our compose pane here is not quite WYSIWYG, I am hoping that line spacing will sort itself out, if not I will remove my attempt at bucking the system - but it may time for you to get some new optics
    you said:
    " ... v-bulletin and phpBB. Those boards were easy to navigate, as the forums, categories and topics were presented in a typical directory tree structure... "
    Agree that vBulletin, etc. WERE easy and familiar - but what is this structure but lipstick on that pig - see SITEMAP | ASC  (tt2's excellent UserTip). The digital directory tree is merely an adaption of the familiar Fileroom of old... a room for files(computer), file cabinets w/ file 'folders'(folders) and files(files). Apple in the form of Jobs/Wozniak (actually Xerox, but I won't quibble) was groundbreaking in the introduction of the GUI to the masses. [see your comment on being forced to learn a new way of working... has always been thus]
    Let me add that the lack of Apple's implementation of the stock features of "Sticky" threads - Announcements, Hot Topics, etc., is a miscalculation. The CATEGORIES above the Using ASC list of threads - "Announcements" and "Community Events" - baffle me as to their usefulness as I can see neither when I click 'em, only some "filtering" of what is in the "Feedback about Discussions" (?Feedback ?about? Disscussions?) Category.
    you further said:
    "... the trend has shifted to formats such as this. While some retain some semblance of categories and topics (discussions), others seem to abandon this altogether in favor posts or discussions being related via tags or keywords... "
    Kids these days... => iDevices (generic for handheld smarty-devices of any stripe) are responsible for the VISUAL graphic design conventions... no more teensy-weensy cursor - but BIG FAT FINGERS.
    A good suggestion to submit at Support_Feedback  might be to improve the 'Smartness' of the search capabilities by REQUIRING tags to be attached by the OP (offer suggestions if they wish) AND FURTHER, allowing other users of status to ADD tags (see your ¶ #2) - my estimation of the ACTIVE SEARCH is that it is looking for matching terms in the title of a thread, but I have no proof - anecdotal or by documentation at JiveSoftware.
    additionally you said:
    "... the use of buttons to compel the original poster to designate responses as helpful or correct answers. This I would guess is in response to the myriad of answer seekers posting questions, receiving several helpful replies and never going back to say thanks, thus, the threads become all but useless for others who experience and seek out solutions to similar issues. "
    I have no experience with other enterprise solutions, but the scuttlebutt on Jive is that it is the best in the business at Community Collaborative WorkFlow Software for Big Enterprise. We here unfortunately have been given use of a mere pittance of Jive's features. Apparently the MARKUP buttons have a really valuable purpose in the complete package of Jive workflow management. Here, merely a system for rewarding helpers. The green icon goes un-noticed by most and the OPost is likely irrelevant to most individual's issue. Regarding the latter portion, you can't change human nature. Some folks just aren't team players.
    you continued:
    "... The new format also usually starts out with “ask your question here” which is just another way to say, “hey, how about at least giving the search a try before asking a question that’s been covered before”. Because many self-contained search features just don’t work, I can see why users just skip over it. But, what they may not know is that you can use Google to search a specific site. ... "
    This particular issue of "Why do folks not go to the dadgum forum related to their device/software?" has plagued me since actively taking part here. My maladies prompted ME to go directly to the forum/sub-forum where they belonged. Clearly "My iPhone is a BRICK - how do I UN-BRICK IT?" does not belong in this forum - Using ASC - but thousands of similar questions land here - it MAY be because the DEFAULT forum for un-PRE-visited forum at SUBMIT.
    The WELCOME page has the preferred path - a "Search or ask a question" field and the teeny -> New to the Community? Start Here.  link (actually Tutorials )
    -- neither of which content does anything to coach the new user in "How Do I Use This Joint?"
    Something akin to "Pick the Device or Software in which you are interested below" might at least get the visitor to the right place to BROWSE their issue. Many folks are unable to craft a TITLE to their question that even resembles their problem, much less explain it in the bodytext.
    This is explained  in the javascript:; link "How to write a good question"  - e content of which I leave open AND hi-lited in a text file ready to copy/paste, for example:
    Quoted from  Apple's "How to write a good question"
       To help other members answer your question, give as many details as you can.
    Include your product name and specs such as processor speed, memory, and storage capacity. Please do not include your Serial Number, IMEI, MEID, or other personal information.
    Provide the version numbers of your operating system and relevant applications, for example "iOS 6.0.3" or "iPhoto 9.1.2".
    Describe the problem, and include any details about what seems to cause it.
    List any troubleshooting steps you've already tried, or temporary fixes you've discovered.
    Here is how obscure that information is
    It's almost as if the confusion is by design.
    HOORAY! - another fan of the Google workaround. I get pooh-poohed by some for even suggesting going off the reservation, but it works WONDERFULLY and is FAST AS LIGHTNING with even more useful post-result filtering.
    you concluded your evaluation with:
    " So, then – what’s the best and right way to use this new forum? "
    Learn the system just like you did when you first started using a computer instead of paper. It is what it is. I have a comfortable WorkFlow established using browser bookmarks and Add-ons + Google for all searches + email notifications to sort the wheat from the chaff. Not adopted of my choosing... but at least it's MINE!! Be advised that the SiteWare employs some "we will save you from yourself, helmet-law-like features" that may frustrate you from time to time - until you discover (or are told) how to circumvent them.
    Some definitions:
    Apple Support Communities = Bulletin Board Software Site
    Community = Forum
    Category = Sub-Forum
    Question = Thread
    Reply = Reply
    Your not so "Brief History..." is clearly a good evaluation and Executive Summary. Are you SURE you're not an interactive developer?
    best regards
    CCC

  • Re- Single click in the check box ensure to select all check boxes

    Hi All,
    I have an issue to notify the urgency of the cart to the buyer while creating the cart.For that scenario we have a check box in the Basic data of shopping cart.I added the check box in the basic data. Now the  quote check box is available for all the line items.
    The requestor can select any check box in any line items,so whenever he selects the check box- automatically all the check box should get selected , if any of the check box get deselected then imediatelely all the check box in different line items also should get deselected.

    Hi Batchu,
    Thanks for your reply, See if you add any custom field it will come one by one in the basic data section. Adding one more check box doesnot work for this case.
    Moreover the problem is change to any particular line item can be captured in DOC_CHANGE_BADI but i cannot bring the same change to all line items (ie) If 3 rd line item check box is marked then immediately rest of the line item also should get marked.
    In the case of DOC_CHECK_BADI to identify the line on which the change happens is tough.
    SO thats is the problem for me to bring the logic in the code.
    Please if any one come across similar kind of issue please give your suggestion.
    Thanks,
    Sibi

  • Message: please select folder that contains your Adobe GoLive files

    Hi, I'm really new to DW 5, I did use DW when it first came out and started to get the hang of some things, but my learning was not going as fast as I needed it to go. So I have two questions, I have searched the forums for my answers but I'm getting them in bits and peices and have also found the same question I'm about to ask, but didn't see an answer.
    Anyways, first; I'm using OS X (updated to 10.6.5) I was using "GoLive" but in the middle of updating the site, GL would crash, it wasn't from anything inperticular, it would just crash, it was always around 4-5 minutes of using it. So I started using "GoLive CS" it had been working great until today, GL CS is now starting to crash on me, doesn't matter what I'm doing, it's just a time thing.
    Is there anything to fix this bug?
    I think I might know why, and I could be wrong.......... that this is a compatable issue, but I'm not sure. I think because they are not providing anymore updates for GoLive (any version) that pretty soon I might not even be able to use it at all, but if I'm wrong, Please help.
    Now if my thoughts are correct on the first question, then can some one please help me with this message I get when trying to "Migrate" my site from Golive to Dreamweaver.
    My first question tonight was going to be why do my pages look like there is nothing on the when I open any page in Dreamweaver when I saw the post about migrating your site to Dreamweaver.
    I downloaded the extension for Dreamweaver, I installed it but when I go to migrate the "site" it gives me this message.
    Message: please select folder that contains your Adobe GoLive files
    I came back to the forums to reread the post, but what it says to change in yoour files, I can't find. It says something about changing your "root" file.
    I can't find what to change.
    I kind of like GoLive better, at least right now, but I tryed to use DW tonight to really compair the two, I got CS5 about 5 months ago which included Dreamweaver CS5, so I thought I would give it a try utill I opened it and all of my pages were blank. But I still didn't give up and now this is where I am.
    Thanks for any help, sorry for such a long posting, but I would really like to see if I like DW with out starting all over and having to rebuild my sites from scratch in DW.

    My sites were created in GoLive (i think version 6), but it started to crash, so I switched to GoLive CS (i think this is version 7).
    It was working fine until yesterday. Yesterday GoLive CS started to crash, so I decided to give DreamWeaver a try since it came with the version of CS5 that I bought about 4-5 months ago.
    Yes, I downloaded and installed the extention from the link, the one that talks about Dreamweaver CS4, and I also read this on that page (below is what I copied from the page)
    ========================================================================================== ===
    Note also: If you created your site with GoLive CS (7)  or older and then upgraded to GoLive CS2 (8) or GoLive 9, you may  experience problems with the GoLive Migration Kit extension for  Dreamweaver CS4. If this is the case, try renaming the following:
    Rootfolder-fd > web-content
    Rootfolder-fd.settings > web-settings
    Rootfolder-fd.data > web-data
    ========================================================================================== ===
    I looked for "Rootfolder-fd -fd.setting and fd.data" I can't find them.
    I was going to try and change them.

  • When pressing Enter/Return to commit  a marquee selection the Feather box turns white for input!?

    When pressing Enter/Return to commit a marquee selection the Feather box turns white for input (and I'm not trying to chage the feather values)!? 
    Pressing Enter/Return should commit the selection but it doesn't why? I have not changed any short-cut preferences in PS CS6.
    When I use the Marquee or Lasso tool and make a selection and I'm happy with the selection, I press the Enter (PC)/Return(Mac) and the the "marching ants" should disappear...
    this has always worked until today!?
    Now, when I press the Enter key, the Feather box (next to the Anti-alias) on the upper left corner goes from grey to white and wants me to change the value?

    I was not able to reproduce the behavior you mentioned, though I don't normally make a practice of using the Enter key for that function (I tend to double-click to close the selection).
    Nor could I reproduce the behavior by holding down a modifier key.
    Have you tried restarting Photoshop?
    Rebooting?
    Resetting Photoshop's preferences to defaults?
    -Noel

  • Error while creating a PO - Please select Purchasing Organization from Head

    Hi All,
    We have recently upgraded to R12 from 11.5.9 in Test environment. Due to upgrade all the purchasing setup which was there in 11.5.9 is now available in R12.
    We are creating a Standard Purchase Order. I have entered the header level details with default operating unit. Now when i am tryong to update the line level details, system is giving an error message ' Please select Purchasing Organization from Header'.
    Could anyone of you guide us on the change in setup that needs to be done in R12.
    Thanks in advance.
    -Sujay

    Sorry guys.. This is a form personalization.

  • Using Adobe Photoshop CS2 version 9 and have updated it, but when stacking photos, it comes up with PSD, whereas I want Jpeg, and I change the format to Jpeg and the box then comes up with cannot save as there is a program error. Be very grateful for help

    Using Adobe Photoshop CS2 version 9 and have updated it, but when stacking photos, it comes up with PSD, whereas I want Jpeg, and I change the format to Jpeg and the box then comes up with cannot save as there is a program error. Be very grateful for help with this, please.

    jpg does not support Layers.
    Just to make sure, what exactly do you mean by "stacking photos" and what do you want to achieve thereby?

  • How can I change the email associated with my forum account?

    How can I change the email associated with my forum account?  I didn't provide my work email to you, but you put it in my account.  My forum postings have nothing to do with my personal PC at home.  There isn't an option to update it.
    This question was solved.
    View Solution.

    Hi:
    Log in and click on your user name, then look at the upper the right side of the page.
    Click on the triangle to the left of the "More Resources" section.
    This will drop down, and give you options.
    Select User Settings.
    This will now open a page, and in the light blue type on top, follow it along to Contact Information, click on that, and change your e-mail address to what you want, and hit the blue submit button on the bottom right side of the page.
    Paul

  • "Always Use Selected Format" check box in line items report

    Hi Experts,
    I have an issue in ECC 6.0.
    From the transaction code FBL1N (Vendor Line Items) I am trying to export the report to spreadsheet by selecting the option  List> Export>Spreadsheet  then I have selected "Always Use Selected Format" check box.  But if I execute the same report again I am not getting this option "Always Use Selected Format". Please let me how can we retrieve that option. Is there any possibility to get that option again either functionally or technically. I would like to know all the possible ways to get this option again.
    Please do the needful.

    Hello,
    In one my thread Mr. Frank has replied as follows. I believe he has solved this.
    Hope this may be really helpful.
    The problem with the spreadsheet download is at one point, users have selected their default file type.
    That said, SAPGUI is working as it should. (gui710)
    Question though is how do we reset the values so they get the ?Select Spreadsheet Format? popup again.
    The following steps should be performed :
    - Call transaction SE38, enter program SALV_BS_ADMIN_MAINTAIN, and press F8.
    - Follow the parameters below :
    - Select ?DELETE? on the Actions Group
    - Select ?DETAILED SELECTION? on the General Data :
    - On Client - your number
    - User : <user name>
    -Hit EXECUTE.
    -Press ENTER on the POPUP
    - If there is an entry in the report that will need to be deleted. Also, make sure that the entry you will delete (for the user) has a value of GUI_ALV_XML_VER on field ?Parameter? .
    - Select the line and hit the DELETE icon .
    - Press ?Y? to continue delete. Press ENTER on the popup.
    - Then EXIT all the way out of the program.
    NOTE : When you run program SALV_BS_ADMIN_MAINTAIN, make sure they are out of any program that they are using for download.
    Re: "Always Use Selected Format" check box in line items report
    Regards,
    Ravi
    Edited by: Ravi Sankar Venna on May 15, 2009 2:31 PM

  • Enable to select a check box in ALV while accessing it through portal

    Hi All,
    Currently I have given a link on portal to run a transaction code. The output of the program is ALV report, where user any select the check boxes.
    Now when I try to select a check box, it is not getting selected. I click on the checkbox, the tick appear and then the screen refreshes itself and the tick goes off. This is happening only when accessing it through portal. If i run the program in R/3 directly, I am able to select the check box.
    Please advice on this.
    Thanks
    Namit

    Reported to SAP for the same.

  • HT5577 my daughter set up my account, i know my password and id, but i dont know all the security questions nor the birthday she used. i am wanting to change my password, please help

    my daughter set up my account, i know my password and id, but i dont know the security questions she used. i am needing to change my password. please help

    Ask your daughter. Or:
    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • Need help in this select drop down box

    Hi i had a drop down box written with select and i had many options , when user selects the option it will insert this to database and when user goes to the edit form the preselected value has to be populate automatically in dropdown , but the last option is populating everytime when uses edit form.
    below is the code:
    insert page:
                <select name="council" id="council" name="Please select Council from dropdown box">
                    <option  value="Division">Division</option>
                    <option  value="Facility">Facility</option>
                    <option  value="District D">District D </option>
                    <option  value="District E">District E </option>
                    <option  value="District J">District J </option>
                    <option  value="District K">District K </option>
                    <option  value="District L">District L </option>
                    <option  value="District M">District M </option>
                    <option  value="District N">District N </option>
                    <option  value="District O">District O </option>
                    <option  value="District Q">District Q </option>
                    <option  value="District S">District S </option>   
                    <option  value="District T">District T </option>
                    <!--- Below code  is added just for temporary case ,for this drop down we need to pull all these data from databse--->
                    <option  value="D 506">D 506</option>                                            
                    <option  value="D 524">D 524</option>
                    <option  value="D 525">D 525</option>
                    <option  value="D 530">D 530</option>
                    <option  value="D 531">D 531</option>
                    <option  value="D 536">D 536</option>
                    <option  value="D 549">D 549</option>
                    <option  value="D 558">D 558</option>
                    <option  value="D 562">D 562</option>
                    <option  value="D 581">D 581</option>
                    <option  value="D 583">D 583</option>
                    <option  value="D 597">D 597</option>
                    <option  value="D 598">D 598</option>
                    <option  value="D 599">D 599</option>
                    <option  value="D 628">D 628</option>
                    <option  value="D 686">D 686</option>
                    <option  value="D 698">D 698</option>
                    <option  value="D 848">D 848</option>
                    <option  value="D 862">D 862</option>
                    <option  value="D 870">D 870</option></select>
    this is edit page code:
                       <select name="council" id="council">               
                   <cfoutput query="getdata">               
                    <option  value="Division" <cfif council IS "#getdata.council#"> selected</cfif>>Division</option>
                    <option  value="Facility" <cfif council IS "#getdata.council#"> selected</cfif>>Facility</option>
                    <option  value="District D" <cfif council IS "#getdata.council#"> selected</cfif>>District D </option>
                    <option  value="District E" <cfif council IS "#getdata.council#"> selected</cfif>>District E </option>
                    <option  value="District J" <cfif council IS "#getdata.council#"> selected</cfif>>District J </option>
                    <option  value="District K" <cfif council IS "#getdata.council#"> selected</cfif>>District K </option>
                    <option  value="District L" <cfif council IS "#getdata.council#"> selected</cfif>>District L </option>
                    <option  value="District M" <cfif council IS "#getdata.council#"> selected</cfif>>District M </option>
                    <option  value="District N" <cfif council IS "#getdata.council#"> selected</cfif>>District N </option>
                    <option  value="District O" <cfif council IS "#getdata.council#"> selected</cfif>>District O </option>
                    <option  value="District Q" <cfif council IS "#getdata.council#"> selected</cfif>>District Q </option>
                    <option  value="District S" <cfif council IS "#getdata.council#"> selected</cfif>>District S </option>   
                    <option  value="District T" <cfif council IS "#getdata.council#"> selected</cfif>>District T </option>                   
                    <option  value="D 506" <cfif council IS "#getdata.council#"> selected</cfif>>D 506</option>                                            
                    <option  value="D 524" <cfif council IS "#getdata.council#"> selected</cfif>>D 524</option>
                    <option  value="D 525" <cfif council IS "#getdata.council#"> selected</cfif>>D 525</option>
                    <option  value="D 530" <cfif council IS "#getdata.council#"> selected</cfif>>D 530</option>
                    <option  value="D 531" <cfif council IS "#getdata.council#"> selected</cfif>>D 531</option>
                    <option  value="D 536" <cfif council IS "#getdata.council#"> selected</cfif>>D 536</option>
                    <option  value="D 549" <cfif council IS "#getdata.council#"> selected</cfif>>D 549</option>
                    <option  value="D 558" <cfif council IS "#getdata.council#"> selected</cfif>>D 558</option>
                    <option  value="D 562" <cfif council IS "#getdata.council#"> selected</cfif>>D 562</option>
                    <option  value="D 581" <cfif council IS "#getdata.council#"> selected</cfif>>D 581</option>
                    <option  value="D 583" <cfif council IS "#getdata.council#"> selected</cfif>>D 583</option>
                    <option  value="D 597" <cfif council IS "#getdata.council#"> selected</cfif>>D 597</option>
                    <option  value="D 598" <cfif council IS "#getdata.council#"> selected</cfif>>D 598</option>
                    <option  value="D 599" <cfif council IS "#getdata.council#"> selected</cfif>>D 599</option>
                    <option  value="D 628" <cfif council IS "#getdata.council#"> selected</cfif>>D 628</option>
                    <option  value="D 686" <cfif council IS "#getdata.council#"> selected</cfif>>D 686</option>
                    <option  value="D 698" <cfif council IS "#getdata.council#"> selected</cfif>>D 698</option>
                    <option  value="D 848" <cfif council IS "#getdata.council#"> selected</cfif>>D 848</option>
                    <option  value="D 862" <cfif council IS "#getdata.council#"> selected</cfif>>D 862</option>
                    <option  value="D 870" <cfif council IS "#getdata.council#"> selected</cfif>>D 870</option>
    </cfoutput>               
                </select>
    i dont know where i am making mistake and i observered one behavoir that if i have less options it is working but not with many why like that , please help me in this
    Thanks

    Seems to me your conditionals should look something like this:
    <option value="Division"<cfif getData.council is "Division"> selected="selected"</cfif>>Division</option>
    <option value="Facility"<cfif getData.council is "Facility"> selected="selected"</cfif>>Facility</option>
    Your condition is the same for every option, and would likely never evaluate to true:
    <cfif council IS "#getdata.council#"> selected</cfif>
    getData.council will be "Division" or "Facility" or "District D" or ...
    ... but it would never be "council".
    HTH.
    Charlie

  • To change Default Setting of Selection Screen while Filtering on infoobject

    Dear Guru's,
    I just want to know where can I change the Deafult Setting from 100 to 500 which we get in the Selection Screen when we want to Filter on Info-Object level in the Workbook.
    Hope this will clear the question , incase any further information required please let me know.
    Many thanks.

    Hi Kasi,
    Please do not post the same question twice. You can see my reply at:
    Re: To change Default Setting of Selection Screen while Filtering on infoobject

  • This purchase could not be completed please select a different payment method

    I`ve bought a new BB as a present to my wife - Z3.
    I`ve registered for her new BB ID account - **Removed**@dunaeva.su
    And we can not purchase anything having the same problem using all of our cards - "this purchase could not be completed please select a different payment method",
    I`ve read a lot of forums and web pages and belive that our problem - ur sistem has flagged her account as potentially Fraudulent or Blocked.
    U shold unblock her and bring ur appoligise.
    Edit: Email removed. At no time should you provide any personal information to any other community member. Please review the Community Guidelines and Terms and Conditions of Use. for further information

    I apologize for the rudeness of my first post - i was really disappointed with the situation when i`m not able to provide to my wife fully equipped phone with all her contacts and sms (need some paid app). I`ll check up your recommendations and come back with a report or new questions.

Maybe you are looking for