Can VC interact with Portal session

Hi Experts,
     Currently, I need to get portal user id from the http session, so how does VC interact with session object? 
    Thanks!

HI,
it could be better , if you explain the kind of application you want to do.
even if you developing the simple application, you can access the user id .
by the following steps
1) Place the user data on the view
2) Place the Text View UI control on the form
3) set the text view UI control default value = USER@UNIQUEID
and run the application
Regards
Srinivas

Similar Messages

  • Can't interact with any open windows, can't interact with flash content

    I've already tried reinstalling, resetting and deleting my profile, nothing's changed.
    I can't close any Firefox window by pressing "x", or by pressing Alt+F4, I can only close it through the task manager or task bar. Minimising or going into windowed mode is also impossible.
    If a new window opens itself (e.g. A download) I can't interact with it at all - It's visible on top of the main window, but nothing I do affects it.
    I also can't interact with flash content (like pausing a youtube video)
    There is absolutely no feedback when I try. The icon doesn't change.
    I recently reset firefox, there are no add-ons, themes etc. installed, the problem persists.
    I am running Windows 7 64bit, everything else (including other browsers) appears to be working fine and a virus scan (Avast! free version) turned up nothing.
    I'd really appreciate any help!

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • How can I interact with a Database?

    I've got a project I'm working on in my Java class, and I can't find out how to make the program interact with a database. I was wondering if anybody here could help me out at all? My partners and I have already gotten most of the program figured out (but not programmed), and this is giving us a little bit of trouble. Our books don't have this information, and our teacher told us to check here, so here I am. Any help would be appreciated. Thanks.

    You need to get a jdbc driver for your database. Your vendor should provide you with one. If not then you can try looking for free implementations of that particular database.
    This jdbc driver is used by your program to execute sql statements in the database itself, removing the need for you to handle all the nitty gritty stuff. Kind of like ODBC.
    Like the earlier post pointed out, the tutorials is a good place to look at code samples
    I've got a project I'm working on in my Java class,
    and I can't find out how to make the program interact
    with a database. I was wondering if anybody here
    could help me out at all? My partners and I have
    already gotten most of the program figured out (but
    not programmed), and this is giving us a little bit of
    trouble. Our books don't have this information, and
    our teacher told us to check here, so here I am. Any
    help would be appreciated. Thanks.

  • Can you INTERACT with script without mouse on click?

    Hi everyone,
    I got this script
    has a dropdown list inside
    I can run it in win 7 and interact with by keyboard without mouse
    but why I can't do same thing in the MAC?
    var
      mySelected = Number( app.extractLabel("mDialog") ),
      myDialog = app.dialogs.add({name:"Indesign Close and Save File Machine",canCancel:true});
      with(myDialog){
           with(dialogColumns.add()){
                with(dialogRows.add()){
                     var
                     mySelection = dropdowns.add({stringList:["01   Close and SAVED", "02   Close WITHOUT save", "03   Save all files", "04   Reverse", "05   Remove unused color"], selectedIndex: 0});
    if (myDialog.show() == true) {  
        var docs = app.documents;  
        main();  
        myDialog.destroy();  
    function main(){
          colse_file();
    function colse_file(){
        if (mySelection.selectedIndex == 0){
            var docs = app.documents;
                 for (var i = docs.length-1; i >= 0; i--) {
                         docs[i].close(SaveOptions.YES);
          alert("Files are saved.") 
          return;
        if (mySelection.selectedIndex == 1){
            var docs = app.documents;
            for (var i = docs.length-1; i >= 0; i--) {
                  docs[i].close(SaveOptions.NO);
          alert("Files are closed without save.") 
          return;
       if (mySelection.selectedIndex == 2){
            var docs = app.documents;
                 for (var i = docs.length-1; i >= 0; i--) {
                         docs[i].save();
          alert("Files are saved.") 
          return;
       if (mySelection.selectedIndex == 3){
          var docs = app.documents;
                 app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
                 app.documents.everyItem().revert();
                 app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
          alert("All files are reversed.") 
          return;
       if (mySelection.selectedIndex == 4){
          var doc = app.documents, i, j; 
               for(i =0;i<doc.length;i++) 
                      unused = doc[i].unusedSwatches; 
                         for(j=0;j<unused.length;j++) 
                          unused[j].remove(); 
            alert("All the unused swatches in your opening files are removed.") 
          return;
    thanks
    Teetan

    The only way to purchase from the iTunes Store is via iTunes, on a computer or iOS device, and it will automatically download your purchase immediately. You have a couple of options: you can go ahead and purchase on another computer that has iTunes and then just copy the purchases to your Vista system (via any normal means of file transfer), or if you're in the US, the new iTunes in the Cloud feature, currently in beta and so not completely reliable, would allow you to download the purchases again at some future time when you get your iTunes problems sorted out. I'd recommend the first option as the best solution for now (and the only solution if you're not in the US).
    Regards.

  • Can Director Interact With Other Applications?

    Hello,
    I am a CBT/E-Learning Developer looking for a way to author
    Guided Help. I am thinking of how to develop interactive tutorials
    that, instead of using screenshots of an application, interact with
    the application itself.
    For instance, let's imagine that a person is working in MS
    Word and doesn't know how to save a file. He can click the icon for
    the "Saving A File" lesson, and a caption displays on top of MS
    Word that reads something like "Click FILE", along with some type
    of indicator of the FILE button, such as an outline, highlight,
    arrow, etc. The user clicks FILE, the File Menu drops down in MS
    Word, and the next step of instructions is displayed. In this way,
    the usre is guided through the steps of saving a file as he
    actually performs the task in the software.
    Can Director create this type of thing?
    Thanks a lot,
    Mike

    Hi Chunick,
    Thanks for replying. I used MS Word as just an example; the
    type of software I'm wanting to use this for is police records
    management software. I've been doing the interactive simulation
    tutorials for them since 1999, using multimedia authoring tools
    Demoshield and Opus Pro, and demo authoring tools RoboDemo and Demo
    Builder. However, I wanted to get away from interactive tutorials
    for 3 reasons:
    (1) My client's software is frequently updated, and keeping
    up with taking new screenshots is a hassle.
    (2) I'm of the opinion that "at the moment of need", process
    embedded "guided help" in the actual application is a much more
    useful form of training than working through a simulation.
    (3) It will greatly help my client's support staff and
    training staff
    I've been researching process embedded e-learning and guided
    help for almost a year now. I've looked at everything from
    multimedia authoring to macro software. I even found two programs
    that do exactly what I want, but they are very very expensive, much
    more expensive than Director.
    Thanks for the tip on Hook Xtra; I'll check that out. Last
    night I found an xtra called MasterApp, which may also do what I
    need. I appreciate the concern about the difficulty of programming,
    and I'm not a programmer (except HTML, and we all know how easy
    that is). But I'm in this for the long haul, and would be using it
    for potential new clients, not just my current client. I love
    learning new software, and I have a membership to the IEEE Computer
    Society, which gives me over 1300 online e-learning courses I can
    take, including Director.
    Thanks again for the lead!
    Mike

  • How to create a modal dialog, which I can still interact with document when the dialog is show.

    HI,
        Now, I am developing an automation plugin, and want to create a modal dialog, which I still can interact with document when the dialog is show.
        I find photoshop has some modal dialog have this function, such as the dialog of Customize Proof Condition and the dialog of Color Settings. Are these dialogs not modal dialog?
         Thanks!

    The whole point of a modal dialog is that you cannot interact with other things while it is active.
    And Photoshop does not support plugins accessing the rest of Photoshop while any plugin UI is active.

  • Can AIR interact with iPhone Calendar?

    Hi, I work on flash platform and am developing an app for iPhone. In one of the module, there is a date field, so users can create an event using the date field. The module requirement is such that once a user selects a date, the date will be added to iPhone Calendar. Is there any API to interact with iPhone Calendar?
    Please let me know your views.
    Thanks,
    Salim

    Apparently with iOS 5 you can open an .ics file with Safari. That could give you the potential to write a calendar file and then open it with a StageWebView. I haven't tried it, but the hard part will be creating the .ics file. You could start by making a couple of test cases, and then see what the differences are.

  • Can i interact with an optimos camera

    Hi
    I wish to use an Optimos camera from Qimaging with Labview. there doesn't seem to be any Vi's available. The only thing that seems to interact with it is micromanager. Is there a way to use micromanager drivers in Labview?

    The only way to purchase from the iTunes Store is via iTunes, on a computer or iOS device, and it will automatically download your purchase immediately. You have a couple of options: you can go ahead and purchase on another computer that has iTunes and then just copy the purchases to your Vista system (via any normal means of file transfer), or if you're in the US, the new iTunes in the Cloud feature, currently in beta and so not completely reliable, would allow you to download the purchases again at some future time when you get your iTunes problems sorted out. I'd recommend the first option as the best solution for now (and the only solution if you're not in the US).
    Regards.

  • Math Interface Toolkit in Matlab: Can I interact with a VI as a parallel process

    I'm curious if it's possible to create a Matlab MEX file using the LabVIEW Math Interface Toolkit (MIT) that can be called in matlab and accessed while running?
    I'd like it to effectively work just like any other object in matlab.  I'd like to be able to query the object while it's running, dump values out of a buffer, and even hook events if possible.
    As it currently stands, the VI to MEX setup seems to just allow me to call a VI, run it, and then drop out.  I want to be able to continuously acquire and access the data as it's coming in and interact with it from matlab (i.e. fully integrate the VI into my matlab code as a separate object).
    Is this possible in some form or am I stuck with dedicating the matlab interface to the VI whenever I want to call it?
    Thanks

    Hi GusLott,
    You are correct that when you call a VI the command line will not continue until the output is obtained.  This makes sense since in LabVIEW that is how a VI operates (a subVI does not ouput until all outputs are obtained).  I believe this is also how commands in MATLAB work as well (correct me if I am wrong).  On the otherhand this is not a disadvantage in labVIEW since you can run VIs in parallel.  If you can create some way to run parallel threads in MATLAB then you will be able to do two (or more) MEX calls at once. 
    As far as object oriented programming goes, there is a labVIEW OOP, but I do not think it has been tested in conjuction with the Math Interface Toolkit.
    Brian K.

  • Can I interact with SAP Tech Support Team over phone?

    Hi,
    I and my architect in my company willing to interact with SAP Tech Support Team over phone (i.e. Like to setup a Call with them). we have bought a license with us for Crystal Report 2008. My architect has few queries to be clarified and willing to interact with them.
    Is this possible? If so can you please provide the contact number for the same.
    Thanks & Regards,
    Mani G.S.

    Hi Mani,
    If you don't have a support contract to create a case in [Service Market Place|http://service.sap.com/support] then you can purchase a single case from this [link|http://store.businessobjects.com/store/bobjects/Content/pbPage.CSC_map_countyselector/pgm.67024400?resid=Tj14uQoHArEAAEctJGsAAAAI&rests=1312651449029]
    Don
    PS - it's a holiday in North America today so if you do call it may take a day to get back to you.

  • Can't interact with flash dialog boxes[Solved- sorta]

    Any time I try to interact with a dialog box produced by the flash plugin (such as the one that pops up with you right click a flash application and select "settings"), I am unable to do anything with it. That includes moving it, closing it, or manipulating any of the  controls within it.
    I've been googling for the last hour and haven't come up with any kind of solution. I even tried installing flashplugin9, gnash, and flashplugin-mozilla, and they all give the same result. Nor does changing  browsers (I've tried opera, arora, swiftfox, and firefox) yield different results.
    Thanks in advance for any insight into this issue.
    Regards,
    EnvoyRising
    Last edited by EnvoyRising (2009-01-12 15:58:49)

    EnvoyRising wrote:
    Any time I try to interact with a dialog box produced by the flash plugin (such as the one that pops up with you right click a flash application and select "settings"), I am unable to do anything with it. That includes moving it, closing it, or manipulating any of the  controls within it.
    I've been googling for the last hour and haven't come up with any kind of solution. I even tried installing flashplugin9, gnash, and flashplugin-mozilla, and they all give the same result. Nor does changing  browsers (I've tried opera, arora, swiftfox, and firefox) yield different results.
    Thanks in advance for any insight into this issue.
    Regards,
    EnvoyRising
    I would try a different GTK2 theme first. Something not complicated like the default Raleigh theme.

  • CF session - can javascript interact with it?

    Hello, everyone.
    Just wondering if JavaScript can manipulate a CF session variable?
    I'm submitting a form via jQuery .post() method.  Upon success or failure, I'd like to set a CF session variable (confirm or failure, respectively) and reload the page to display the message.  Can this be done via JavaScript?
    Thank you,
    ^_^

    WolfShade wrote:
    Just wondering if JavaScript can manipulate a CF session variable?
    If it could, then every user would be able to manipulate your application. If your application is a web store, for example, he will be able to change session.totalPrice from $1500.00 to $0.10.
    I'm submitting a form via jQuery .post() method.  Upon success or failure, I'd like to set a CF session variable (confirm or failure, respectively) and reload the page to display the message.  Can this be done via JavaScript?
    Yes. Infact, you've been doing that already! JQuery is Javascript. You could redesign the form page such that it is its own action page. That is, the form submits to its own page.
    The page checks for the existence of form variables. If there are none, the form is displayed(the page default). If there are, then the form must have been submitted, and so form processing like validation, confirmation, etc., is done.

  • Can't interact with Web Content Overlay when article is zoomed in

    I have a problem with Web Content Overlay. It's working (interacting) only when article is viewed in 1:1 scale. Articles are added as PDF's, and when i do pinch zoom on them - Web Content Overlay stops reacting on click events.
    Is it a general WCO limitation?
    Can article with Web Content Overlay be zoomed in and still give user the ability to play with HTML content?
    Piotr

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • I have a mac air and an iMac and both have Pages. I use Pages on my air and save all documents to iCloud. I can see them on my iMac but it won't open with Pages. It becomes visible if I change it to open with preview but I can't interact with it.

    I have an mac air and an iMac 5k - pages runs on both.  I use pages on my air and save all my documents to iCloud drive. I can see the documents on my iMac but some won't open in pages which is bizarre? They will open if I change it to open with preview but then all I can do is read it  - I can't add to the document - All I want is to be able to see all my documents on all my devices and to be able to have them sync so I can add to the documents from  any of my devices. I also have an iPhone 6 and an iPadair2 but I would be happy just to have the iMac and macair sync for starters. I have folders within folders in my documents,. The folders which contain pdf's and individual files open OK . The one I am having difficulty with is the file which I use for ongoing correspondence - in other words it is quite long - I keep adding to it  ( by copying letters in and letters out so I can see a sequential history of what has been going on by scrolling down ) in date order so that it could be 1 - 100 pages long - but I don't think the size is a problem. I don't understand why some folders can open and others not . Has anyone any suggestions please. I have been trying to get this to work for months since iCloud drive came in. It has got much better but it is still not good enough  - or maybe it's me?

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

  • SSMS 2014 one day stopped being interactive- can't interact with any UI

    I'm able to launch sql server management server, but once it's up the UI is completely non-responsive.  It's as though there was a hidden modal dialog somewhere off-screen, or the UI thread was stopped at a debug breakpoint- none of the controls within
    the window (including min, max, and close buttons in the top right corner).  The window itself is completely non-responsive, can't even drag it to another place on the desktop or close it in any other way than to kill the process.
    No error is presented. The 'connect' dialog never appears, or if it does I can't find it via alt-tab.
    Service process is running.
    I'm running win8.1 x64, with sql server enterprise 2014 x64.  
    This has worked flawlessly until today- connecting to azure and local dbs all day, every day.
    A reboot makes no difference in behavior.
    clearing the %appdata%\microsoft\microsoft sql server\120 settings files (local or roaming)  makes no difference.
    How can I better troubleshoot this?

    Hi Chris,
    According to your description, SQL Server Management Studio(SSMS) is completely non-responsive and hangs. Please check and post the error massages in SQL Server error log and event viewer for analysis.
    Based on my research, this issue could be due to the corrupt .NET framework and as a result SQL Server fails to call the standard .NET framework component and SSMS could be non-responsive.
    To troubleshoot the issue, please follow the steps below.
    1.Check if there are any issues with the .NET Framework(2.0 to 4.0) with
    .NET Framework Setup Verification Tool.
    2.If there are any issues with .NET Framework, you could use
    .NET Framework Repair Tool to fix the issues.
    Regards,
    Michelle Li

Maybe you are looking for

  • MobileMe Services has stopped working in Windows.

    Hi After I updated iTunes to 11.1.4.62, then a few problems appeared. When the update was finish a .dll file was missing, so I had to uninstall iTunes and all other programs and services to make it work again. But after that and what is wrong now is

  • How to go back to Win 8.1 after installing Hyper-V server 2012 r2

    Hi. I installed Hyper-v server 2012 R2 on a Toshiba running windows 8.1 64bit and now I can not go back to windows 8.1. Every time i start the computer it asks for my password and opens system32/cmd.exe and sconfig.cmd consoles

  • Monitor display issues: what would cause the monitor to show really off colors?

    When booted from my DVD startup disk the colors are fine.  When using the computers startup, the colors are like a 35mm film negative. Any ideas out there?

  • Strange behavior of merged clips on import

    After much troubleshooting I've noticed more strange behavior in the reimport of merged clips from XML... I have merged clips made out of film transfer and the audio from an aiff file. I can export and xml of a merged clip... all of about 30 seconds

  • Photo attachments

    One thing has always irritated me with iPhoto, but maybe I just don't know how to get around this: I want to be able to attach a photo to a currently created email, not to the new one that iPhoto will create when I select a photo(s) to send. For inst