What can I pass in a LocalConnection?

So I'm playing with LocalConnections to try and pass data
around to a bunch of different swf's on my page. I'm using
LocalConnection, but I don't know what I can and can't pass through
it.
I've seen that 40K limit, and that's not the problem. I'd
like to know what I can pass through to it.
The doc's say...
... arguments — Additional optional parameters to be
passed to the specified method.
Do these have to be "Serializable"?
Any thoughts?

Hello,
Are you talking about the logged in user?
You can use &APP_USER. (html) or :APP_USER (bind notation) or v('APP_USER') (plsql)
Regards,
Dimitri
http://dgielis.blogspot.com/
http://www.apex-evangelists.com/
http://www.apexblogs.info/

Similar Messages

  • My new iPad air is suddenly asking for a pass code. I have only just finished restoring it from my iPad 2 and I didn't set one. The one I used before doesn't work. What can I do?

    My new iPad air is asking for a pass code. I have only just finished restoring it via iTunes from my ipad2 and I didn't set one. The one I used before doesn't work. What can I do?

    http://support.apple.com/kb/HT1212

  • I have an old ipod touch which won't go past the Apple logo, all it does is show me a loading symbol, but will go no further, i have tried restoring it and i have, it conects to my itunes and computer, but just won't get passed the logo..what can i do? :/

    I have an old ipod touch which won't go past the Apple logo, all it does is show me a loading symbol, but will go no further, i have tried restoring it and i have been successful. It connects and is recognised by my itunes and computer, but still after restoring it, it just won't get passed the logo..what can i do? what is the problem?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • I cannot pass information from my Mac to my external hard drive, what can I do?

    Hello,
    This is my first Mac and I am new to all of it. I have an external hard drive that I use to use with my old PC . On the external hard drive box it says its compatible with both windows and Max os x. I can pass files from my external hard drive to Mac but I cannot pass files from my MacBook Air to my external hard drive. No messages comes up or anything explain why it simply doesnt allow me to do so. What can I do?

    Your hard drive is formatted NTFS for windows.  That format is read-only from OSx.  If it's not needed on Windows anymore, you can use Disk Utility and format it for the Mac.   Mac OS extended (Journaled)  - Partition Map scheme of GUID Partition table.
    Make sure to save any data from the drive as it will be wipped doing the above.

  • I downloaded the new os7 on my Ipad mini. Now in order to use the ipad I need to use a passcode. I cannot get pass the login screen and I never set up my ipad to use a passcode. What can I do?

    I downloaded the new os7 on my ipad mini. Now in order to use the Ipad, I need to enter a passcode. I cannot get pass this screen. I did
    not set it up to use a passcode. What can I do? I am not too computer savy.

    I have the same problem. I upgraded to iOS7, entered my usual passcode when prompted in setup, and when I tried to access my iPad after installation was finished it denied my passcode. I can't connect to any internet to erase it or anything because the new iOS hasn't yet been configured to a wifi network, so I can't backup from anything either.
    When I connect the iPad to iTunes, it tells me that Find My iPad must be disabled on my iPad before backup or restore can continue - and I can't access anything beyond the lock screen of my iPad at all because it refuses to accept my passcode, so I can't get to Find My iPad.

  • HT4623 I have a iphone 4 that i used in the past, i forgot the pass code and it is telling me it is now disabled. what can i do to unlock it

    i have managed to lock my iphone 4 and have forgotten the pass code. what can i do?

    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...
    But... if the Device has been Modified... this will Not necessarily work

  • HT4993 my phone repeat the same song all the time, and i want to know what can i do to automatic pass to others songs

    my phone repeat the same song all the time, and i want to know what can i do to automatic pass to others songs

    You probably have Repeat turned on.  While playing the song, tap the cover art to reveal the additional music controls (see photo below).  Tap the Repeat control  on the bottom left until it turns white (white is off, blue is on).

  • How can I pass a file refnum into and out of external c++ code? What type does it convert to in c++?

    I am trying to write external c++ code that will read a file already opened by Labview and therefore assigned a refnum. (Unfortunately, I definately can't use the standard Labview vis.) However I am not sure what c++ type to use in order to manage the refnum.
    All help and thoughts appreciated. Thanks,
    Joanna

    You could do ALL your file handling in C or C++ (MFC CFile for
    example) and pass Microsoft file handles into and out of LabVIEW
    instead of LabVIEW file references into and out of C. This may be an
    easier way to attack the problem.
    You could create a DLL in MSVC that exports a FileOpen function, a
    FileClose function and a FileRead and/or FileWrite Function and then
    call that DLL from place to place as required in your code.
    It would help us if you would explain what kind of data you are trying
    to read or write and what the application is. Is it binary data?
    text files? Do you need some special Win32 file system feature like
    file mapped memory? I guess what I am asking is what is your
    motivation for doing file handling in C or C++?
    Douglas De Clue
    LabVIEW developer
    [email protected]
    "Rolf" wrote in message news:...
    > A LabVIEW file refnum is an internal Magic Cookie to LabVIEW and there is no
    > way to directly extract the actual information assigned to that Magic
    > Cookie.
    > However the CIN Reference Manual describes one function which allows to
    > retrieve a lower level "File" handle and at least on Windows 32 bit and
    > LabVIEW
    > from version 5 up to and including 6.1 this "File" LabVIEW datatype directly
    > maps
    > to the Win32 API "FILE" Handle.
    >
    > The function to use is
    >
    > MgErr FRefNumToFD(LVRefNum refNum, File *fdp);
    >
    > It is declared in extcode.h or one of its dependant headers and exported
    > from "labview.lib"
    > all located in the cintools directory and you can link this lib also to a
    > normal DLL project.
    > However calling this DLL then from any other process than LabVIEW or a
    > LabVIEW
    > executable will not initialize the DLL anymore correctly.
    >
    > Your best option if you need to write in C(++) should be to use the LabVIEW
    > file manager
    > functions described on the External Code Manual (manual/lvexcode.pdf) on
    > this File handle.
    > If you need to use directly some Win32 API functions with it please note
    > that although currently
    > the "File" in the LabVIEW file manager functions matches the FILE in Windows
    > 32 bit API
    > functions this is an undocumented and hence unsupported feature. The next
    > LabVIEW version
    > may actually use a different datatype for its "File" parameter to the
    > LabVIEW file manager calls
    > and your use of assuming File == FILE may simply crash.
    >
    > Also operating on a file refnum in LabVIEW which has been accessed directly
    > with Win API
    > functions may result in strange behaviour such as the file read/write mark
    > not being updated as
    > you would maybe expect it.
    >
    > "Jo" wrote in message
    > news:50650000000800000016520000-1023576873000@exch​ange.ni.com...
    > > How can I pass a file refnum into and out of external c++ code? What
    > > type does it convert to in c++?
    > >
    > > I am trying to write external c++ code that will read a file already
    > > opened by Labview and therefore assigned a refnum. (Unfortunately, I
    > > definately can't use the standard Labview vis.) However I am not sure
    > > what c++ type to use in order to manage the refnum.
    > > All help and thoughts appreciated. Thanks,
    > > Joanna

  • Can you tell me what is a pass code for re setting program and where can I find it?

    Can you tell me what is a pass code for re setting program and where can I find it?

    For resetting what program? What are you trying to do? When you have a problem, please provide enough info to answer.
     Cheers, Tom

  • What can I do to stop the pass word at start up for mac mini?

    What can I do to stop the pass word at start up for mac mini?

    Go to Settings>Security and Privacy>General and make sure the box that says "Require password....begins is not checked".

  • HT1338 I have just purchased this mac pro and am trying to upgrade software but the former owner has a pass word and I don't know it what can i do as I want to download the mac app store??

    I am new to mac pro, i do own a iphone. I just purchased this mac pro 2008 and can not do upgrades as it wants the pass word from the prevoius owner and I don;t have it! What can I do? 

    Firefox is a web browser like Safari, it doesn't do photo editing.

  • HT201210 what can I do if i forgot my pass code for my ipod?

    I forgot my pass code. What can i do to get into my ipod?

    Connect the iPod to your computer and restore via iTunes. Place the iPod in Recovery Mode if necessary to allow the restore.

  • HT4859 I dropped my phone in the water can not enter pass word couse can not see the screen what can i do??

    I dropped my phone in the water can not enter pass word couse can not see the screen> what can i do?

    You're going to need a new phone unless you are very lucky. Take it to an Apple Store.

  • What can I do if I don`t remember Mail Pass

    what can I do if I don`t remember Mail Pass & secret answer ...

    The icloud email password is the same as your iCloud ID password.  If you don't remember it, contact the Apple account security team for help resetting the password: http://support.apple.com/kb/HT5699.  You will have to be able to prove your identitiy to them before they will reset it.

  • My ipad is locked, the pass code not activate my divice. what can I do to resolve this problem?

    My ipad is locked, the pass code not activate my divice. what can I do to resolve this problem?

    You should connect your ipad 2 to the computer you registered it too.  And then, the pass code would be off. If that doesn't work, then you should go to the Apple Store and they will unlock it for you but you will have to answer some security questions.

Maybe you are looking for