Can't access global array

Hi,
I am using ActionScript 2.0, and I have the following
situation:
I have a function which fetches values from database and sets
those values in an array.
Now when I am accessing those array values in another
function, i am unable to access them.
So the solution I found was to declare the array as global. I
tried and searched for declaring global arrays, but no success.
I have tried _global, at some site, i found that _global does
not work in AS 2.0.
I have also tried using variable names prefixed underscore
and double underscore, but no success.
Please suggest me a way out of this problem, how to declare
global array.
Thanks in advance.

there is no global per say in action script and IMHO global
is a very very bad design decision, instead you can have a "global"
for an instance scope, say your function that fetches array is in
some class A then you can have variable in that class :
private var myarray:Array or
private var myClass:ArayCollection
then if both functions are in same class you can accessing
with no problem, if functions are in different class then your
variable neesd a public modifier and you will also need a clas
instance that holds that array in a function so that you can say
myclassinstance.myArray

Similar Messages

  • How can I access global variables in a loaded Applescript?

    How can I access global variables in a loaded script, in Xcode, ApplescriptObjC? Basically, I have a global variable defined in my parent script using "property", and I need to modify objects connected to those variables inside of a loaded script.
    Example:
    Parent script:
    script AppDelegate
    property myTextField : missing value
    //linked to a text field object
    tell myScript to myAwesomeHandler_()
    end script
    Loaded script:
    on myAwesomeHandler_()
    myTextField's setStringValue_("The new Xcode is so glitchy ugh")
    //changes value of linked text field of parent script
    end myAwesomeHandler_
    The problem is, the variable is undefined in the Loaded script, and I need it to have the same value as the parent script, and I don't want to pass the variable through the Handler. Any ideas?

    I think want you are looking to do will need to be done in two steps. Because myTextField needs to be a property for the ObjectiveC part of the code you cannot turn it into a global.
    However if you make a temporary variable global assign the string to it in the handler then set myTextField off of it.
    global myTextFieldGlobal
    script AppDelegate 
    property myTextField : missing value 
    //linked to a text field object 
    tell myScript to myAwesomeHandler_() 
    myTextField's setStringValue_(myTextFieldGlobal)
    end script 
    on myAwesomeHandler_() 
    set myTextFieldGlobal to "The new Xcode is so glitchy ugh"
    //changes value of linked text field of parent script 
    end myAwesomeHandler_ 
    I know you stated you did not want the handler to return a value but I have to ask why? Global's, imo, are not a good idea and really should be used as a last resort.
    One other possibility is to pass a reference to the property to the handler. Not sure if that works in AS of if that would satisfy our requirement of not passing the variable through the handler
    <edit>
    Another though have you tried to define the property outside the script?  That is
    property myTextField : missing value
    script AppDelegate
    Not sure if that will work.
    You might also want to have a look at Scope of Properties and Variables Declared in a Script Object

  • Access global data of report in global class methods?

    Hi all,
    I have defined one global class in SE24 and i am using methods of this class in report program.
    Can i access global data of my report program in class methods directly without declaring it as IMPORT
    parameter?
    Thanks,
    Apita

    Hi,
    Well, now you did confuse me: first you asked about using global data of a report program in global class (created in SE24), and the answer is: no, you can't directly access the global data of another program in a method of global class (yes, you should pass them via importing parameters), and you shouldn't even consider using indirect means of doing so via special form of ASSIGN statement reserved for internal use by SAP. The ASSIGN will not work if someone reuses the global class elsewhere in the system without loading your report. Don't ever program such atrocious dependencies in global class...
    And now you ask about the use "in method implementation in report program"..? Just to be sure - you can't program the implementation of a global class method in a report program.
    You can program a local class inheriting from a global class and redefine/re-implement methods of such global super-class in a report program. Global data of report program, including the selection screen, would be directly accessible to such local class. It would still not be a good idea to use this access:
    Conversely, within an encapsulated unit, that is, within a class, you should avoid accessing more global data directly. Within methods, you should generally modify attributes of the class only. Write access to global data outside the class is not recommended. Accessing data in this way should only be done using specially marked methods, if at all. The use of methods of a class should not evoke any side effects outside the class itself.
    cheers
    Jānis
    Message was edited by: Jānis B

  • Having a global variable which can be accessed by PCUI application?

    Hi there,
    Is it possible for us to have global variables that are available to use by the PCUI application during runtime??
    Thanks,
    Josh

    In the standard code SAP creates singleton classes i.e. only one instance of this class is possible. When you ever you try to create same instance is returned.
    <P>
    Like this you can have all your global variables in this class and can be accessed from other MAC's.
    <P
    In the class you need to have method GET_INSTANCE  as static method which will return the instance and have CONSTRUCTOR method. You need to make sure that same instance is returned. But i am  not sure what will be the code insidde these methods.
    Cheers, Raj

  • Unique methods in subclass: can't access if superclass was the cast

    Hey up,
    I have an abstract class - Boid - and two subclasses - PredatorBoid and PreyBoid.
    If I add a method to PreyBoid (not one that's over-riding a method from Boid: its unique to this class) something that confuses me occurs.
    I can access this method if I instantiate PreyBoid thus:
    PreyBoid p = new Preyboid();
    But how I want to instantiate it is as part of an array, thus:
    private Boid[] boids = new Boids[x];
    for (int i=0; i<numberOfBoids*2;i+=2) {
                boids[i] = new PreyBoid();
                boids[i+1] = new PredatorBoid();
            }But if make em this way, I can no longer access the method unique to PreyBoid.
    Am I missing something? Do I have to make two separate arrays for the different kind of boid (which somewhat defeats the point?)
    The alternative is to add abstract methods for every different subclass method - but given that some of them are unique to the subclasses, this seems like overkill and clutter.
    It also makes no difference if the superclass is abstract or not: if I start by casting the array as a Boid array, but fill it with sub-classes, I can only access the methods that have been over-ridden from the superclass.
    Any thoughts gratefully received! I have read plenty about this, but can't find an answer anywhere...

    You can cast them of course(see below). My advice is to use an ArrayList for each type. ArrayLists also resize dynamically and also support Generics which avoid casting. (Not in all Java versions though, 1.5 and upwards)
    ((PreyBoid)boids).getSomeValue();
    Message was edited by:
    helloWorld

  • Can't access internal network from VPN using PIX 506E

    Hello,
    I seem to be having an issue with my PIX configuration. I can ping the VPN client from the the internal network, but can cannot access any resources from the vpn client. My running configuration is as follows:
    Building configuration...
    : Saved
    PIX Version 6.3(5)
    interface ethernet0 auto
    interface ethernet1 auto
    nameif ethernet0 outside security0
    nameif ethernet1 inside security100
    enable password N/JZnmeC2l5j3YTN encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    hostname SwantonFw2
    domain-name *****.com
    fixup protocol dns maximum-length 512
    fixup protocol ftp 21
    fixup protocol h323 h225 1720
    fixup protocol h323 ras 1718-1719
    fixup protocol http 80
    fixup protocol rsh 514
    fixup protocol rtsp 554
    fixup protocol sip 5060
    fixup protocol sip udp 5060
    fixup protocol skinny 2000
    fixup protocol smtp 25
    fixup protocol sqlnet 1521
    fixup protocol tftp 69
    names
    access-list outside_access_in permit icmp any any
    access-list allow_ping permit icmp any any echo-reply
    access-list allow_ping permit icmp any any unreachable
    access-list allow_ping permit icmp any any time-exceeded
    access-list INSIDE-IN permit tcp interface inside interface outside
    access-list INSIDE-IN permit udp any any eq domain
    access-list INSIDE-IN permit tcp any any eq www
    access-list INSIDE-IN permit tcp any any eq ftp
    access-list INSIDE-IN permit icmp any any echo
    access-list INSIDE-IN permit tcp any any eq https
    access-list inside_outbound_nat0_acl permit ip 192.168.0.0 255.255.255.0 192.168.240.0 255.255.255.0
    access-list swanton_splitTunnelAcl permit ip any any
    access-list outside_cryptomap_dyn_20 permit ip any 192.168.240.0 255.255.255.0
    no pager
    mtu outside 1500
    mtu inside 1500
    ip address outside 192.168.1.150 255.255.255.0
    ip address inside 192.168.0.35 255.255.255.0
    ip audit info action alarm
    ip audit attack action alarm
    ip local pool VPN_Pool 192.168.240.1-192.168.240.254
    pdm location 0.0.0.0 255.255.255.0 outside
    pdm location 192.168.1.26 255.255.255.255 outside
    pdm location 192.168.240.0 255.255.255.0 outside
    pdm logging informational 100
    pdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_outbound_nat0_acl
    nat (inside) 1 192.168.0.0 255.255.255.0 0 0
    access-group outside_access_in in interface outside
    access-group INSIDE-IN in interface inside
    route outside 0.0.0.0 0.0.0.0 192.168.1.1 1
    timeout xlate 0:05:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
    timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
    timeout sip-disconnect 0:02:00 sip-invite 0:03:00
    timeout uauth 0:05:00 absolute
    aaa-server TACACS+ protocol tacacs+
    aaa-server TACACS+ max-failed-attempts 3
    aaa-server TACACS+ deadtime 10
    aaa-server RADIUS protocol radius
    aaa-server RADIUS max-failed-attempts 3
    aaa-server RADIUS deadtime 10
    aaa-server LOCAL protocol local
    http server enable
    http 192.168.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server community public
    no snmp-server enable traps
    floodguard enable
    sysopt connection permit-ipsec
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map client authentication LOCAL
    crypto map outside_map interface outside
    isakmp enable outside
    isakmp identity address
    isakmp policy 20 authentication pre-share
    isakmp policy 20 encryption des
    isakmp policy 20 hash md5
    isakmp policy 20 group 2
    isakmp policy 20 lifetime 86400
    vpngroup swanton address-pool VPN_Pool
    vpngroup swanton dns-server 192.168.1.1
    vpngroup swanton split-tunnel swanton_splitTunnelAcl
    vpngroup swanton idle-time 1800
    vpngroup swanton password ********
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd address 192.168.0.36-192.168.0.254 inside
    dhcpd dns 8.8.8.8 8.8.4.4
    dhcpd lease 3600
    dhcpd ping_timeout 750
    dhcpd auto_config outside
    dhcpd enable inside
    username scott password hwDnqhIenLiwIr9B encrypted privilege 15
    username norm password ET3skotcnISwb3MV encrypted privilege 2
    username tarmbrecht password Zre8euXN6HxXaSdE encrypted privilege 2
    username jlillevik password 9JMTvNZm3dLhQM/W encrypted privilege 2
    username ruralogic password 49ikl05C8VE6k1jG encrypted privilege 15
    username bzeiter password 1XjpdpkwnSENzfQ0 encrypted privilege 2
    username mwalla password l5frk9obrNMGOiOD encrypted privilege 2
    username heavyfab1 password 6.yy0ys7BifWsa9k encrypted privilege 2
    username heavyfab3 password 6.yy0ys7BifWsa9k encrypted privilege 2
    username heavyfab2 password 6.yy0ys7BifWsa9k encrypted privilege 2
    username djet password wj13fSF4BPQzUzB8 encrypted privilege 2
    username cmorgan password y/NeUfNKehh/Vzj6 encrypted privilege 2
    username cmayfield password Pe/felGx7VQ3I7ls encrypted privilege 2
    username jeffg password zQEQceRITRrO4wJa encrypted privilege 2
    terminal width 80
    Cryptochecksum:9005f35a85fa5fe31dab579bbb1428c8
    : end
    [OK]
    Any help will be greatly appreciated

    Bj,
    Are you trying to access network resources behind the inside interface?
    ip address inside 192.168.0.35 255.255.255.0
    If so, please make the following changes:
    1- access-list SWANTON_VPN_SPLIT permit ip 192.168.0.0 255.255.255.0 192.168.240.0 255.255.255.0
    2- no vpngroup swanton split-tunnel swanton_splitTunnelAcl
            vpngroup swanton split-tunnel SWANTON_VPN_SPLIT
    3- no access-list outside_cryptomap_dyn_20 permit ip any 192.168.240.0 255.255.255.0
    4- isakmp nat-traversal 30
    Let me know how it goes.
    Portu.
    Please rate any helpful posts   

  • Apex_items and apex global arrays

    Hi,
    I'm using apex_item.checkbox and apex_item.text via an sql report like this:
    SELECT
    id,
    apex_item.checkbox(1,id) " ",
    apex_item.text(2,name) "name"
    FROM APEX_APPLICATION_FILES
    WHERE REGEXP_LIKE(name,'txt');and an after submit process like this:
    DECLARE
    BEGIN
    --Loop through the selected id
    FOR i in 1..apex_application.g_f01.COUNT
    LOOP
      IF apex_application.g_f01(i) IS NOT NULL
        THEN
           INSERT INTO INC9_TEST(t2)values(apex_application.g_f02(i));
           wwv_flow.debug('MY PROCESS:' || APEX_APPLICATION.G_F02(i));
      END IF;
    END LOOP;I've two rows sample data like:
    Id  name
    1   abc
    2   defWhen I select the checkbox for Id 2, it keeps returning Id 1 in the apex_applicaiton.g_f01 global array instead of Id 2. But If I select both checkboxes, then it correctly loops through with id of 1 and 2. Does anyone know why this is happening and what the fix is for this strange behavior?
    Thanks

    OK - I did explain that on the thread I linked to. You need to have the checkbox values set to the row numbers. This can be done using something like:
    APEX_ITEM.CHECKBOX (1, '#ROWNUM#')Now, if the user checks any checkbox(es), the value(s) submitted will be row numbers.
    You can then use this to retrieve the NAME value for the same row:
    DECLARE
    vROW NUMBER;
    vNAME VARCHAR2(100);
    BEGIN
    FOR i IN 1..APEX_APPLICATION.G_F01.COUNT
    LOOP
      vROW := APEX_APPLICATION.G_F01(i);
      vNAME := APEX_APPLICATION.G_F02(vROW);
      ... etc...
    END LOOP;
    END;So, we first get the row number for each checked item and then use this to get the name value for the corresponding row.
    Andy

  • Can't access teaming web page

    Hi, I've installed teaming 2.1 on a sles11 x64 virtual machine. I've used sun java jdk 1.6.21. After install I start the teaming server but then can't access the web page (I've used port 8080 in the URL). I used default network settings. I believe the mysql database has been created correctly. I think the problem is with Tomcat/java. I've included the output of tail --f catalina.out
    /opt/novell/teaming/apache-tomcat-6.0.18/bin/catalina.sh: line 309: /usr/jre/bin/java: No such file or directory
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    the path shown in the first line of this output is not what I specified for java during the installation of teaming (I used /usr/java/jdk1.6.0_21). Any help would be greatly appreciated
    Lou

    Hi Lou,
    Have you set an environment var for the JAVA_HOME?
    you can set it system wide, create or edit /etc/profile.local, and add:
    export JAVA_HOME=/usr/java/jdk1.6.0_21
    Then reboot the system so the env var gets set globally.
    If the site is still not accessible, rerun the Teaming install choosing to reconfigure, double check the JAVA_HOME path set and see if that does the trick.
    Cheers,
    Willem

  • Access XML array inside MovieClip. How ?!

    Hello,
    Ok, I have a code to load Multiple XML files at once and save it to an array named xmlDocs like this:
    //each xml file to load
    var xmlManifest:Array = new Array();
    //the xml for each file
    var xmlDocs:Array = new Array();
    //the xml file with all the xml files to be loaded.
    var RSSWidgetRequest:URLRequest = new URLRequest("xml/rss-widget.xml");
    var urlLoader:URLLoader = new URLLoader();
    var docsXML:XML = new XML();
    docsXML.ignoreWhitespace = true;
    //when COMPLETE is loaded run function loadDocs
    urlLoader.addEventListener(Event.COMPLETE,loadDocs);
    urlLoader.load(RSSWidgetRequest);
    //load the docs
    function loadDocs(event:Event):void {
    docsXML = XML(event.target.data);
    //m21m is the name space defined in my doc m21m:feed... you don't need one.
    var m21m:Namespace=docsXML.namespace("m21m");
    //get all the feed nodes
    var feeds=docsXML..m21m::feed;
    for (var i:int=0; i < feeds.length(); ++i) {
      //add the feed to the xmlManifest array
      xmlManifest[xmlManifest.length] = feeds[i].attribute("feed");
    //load the xml for each doc
    loadXMLDocs();
    //load all the XML files
    function loadXMLDocs() {
    if (xmlManifest.length>xmlDocs.length) {
      var RSSURL:URLRequest = new URLRequest(xmlManifest[xmlDocs.length]);
      var urlLoader:URLLoader = new URLLoader();
      var xmlDoc:XML = new XML();
      xmlDoc.ignoreWhitespace = true;
      urlLoader.addEventListener(Event.COMPLETE,getDoc);
      urlLoader.load(RSSURL);
      function getDoc(event:Event) {
       xmlDoc = XML(event.target.data);
       //hold all the xml of each doc in an array
       xmlDocs[xmlDocs.length] = xmlDoc;
       loadXMLDocs();
    } else {
      trace(xmlDocs)
      //do something when all xml is loaded
    How i can access xmlDocs array difinte on main timeline from insted MovieClip...?!
    Regards,

    It does not work. I used this code to display the data:
    var xmlList:XMLList;
    var xmlData:XML = new XML(MovieClip(this.parent.parent).xmlDocs[0].data);
    xmlList = xmlData.class10;
    sId10_btn.addEventListener(MouseEvent.CLICK, displayData);
    function displayData(evt:MouseEvent):void
              for each (var grade:XML in xmlList)
                        if (myTextField.text == grade.st_id.text())
                                  content10.sName10.text = grade.st_name;
                                  content10.sQuran10.text = grade.quran;
                                  content10.sIslamic10.text = grade.islamic;
                                  content10.sArabic10.text = grade.arabic;
                                  content10.sEnglish10.text = grade.english;
                                  content10.sMath10.text = grade.math;
                                  content10.sChemistry10.text = grade.chemistry;
                                  content10.sPhysics10.text = grade.physics;
                                  content10.sBiology10.text = grade.biology;
                                  content10.sSocial10.text = grade.social;
                                  content10.sSport10.text = grade.sport;
                                  content10.sComputer10.text = grade.computer;
                                  content10.sNesba10.text = roundNumber(Number(grade.nesba), 2);

  • Guidance required: How to access global panel/file handles from within a dll?

    Hi again,
    I have been tasked with trying to separate an application into a modular form, basically I will have a main application which will be a generic GUI which must be associated with a DLL that contains test sequences. Currently these test sequences make calls to the various panel controls to display the test information, this currently works great. The problem that I am having is trying to understand code that is compiled to create a DLL is made aware of, what is essentially, global constants that are defined in my main application. 
    The purpose of this structure is that we will have a generic GUI for multiple products tests, with each DLL representing a different products test sequence, each DLL will be built using the same framework with the generic GUI in mind. 
    I guess essentially what I am looking for is to call RunUserInterface() from main.exe and control the GUI from tests.dll. Is this at all possible, or should I be using a different approach?
    It would be much appreciated if someone could give me some pointers.
    Thanks very much 

    Well, in my opinion for such a software design, DLL modules should not directly modify the main GUI.
    The main.exe should be responsible from its GUI, so that in case of a GUI modification you should not be have to modify all DLLs.
    Also, in this case, there is no problem of accessing global handles, etc.
    Instead, you should send "messages" to the main.exe from the test DLLs and the GUI should know what to do with each message.
    For messaging between such applications I personally use the DDE library. I find it simple to use.
    Your main.exe can setup a DDE server and the test DLLs can attach to it as a client.
    Each DLL can send its "steps" to the GUI and the GUI can display them and command the DLL to run each step upon user's selection. 
    I have seen menchar's posts regarding "shared memory" usage for such purposes.
    There might be other options, too. 
    It is your decision to make.
    Hope this helps, 
    S. Eren BALCI
    www.aselsan.com.tr

  • Accessing multidimensional Array using JSTL

    Hi there,
    first of all: I'm a newbie to JSP/JSTL :-)
    I'm calling a Java-bean from my JSP. In this bean, a 2-dimensional array is created which holds four values per entry. I can access this array from my JSP w/ following code:
    <jsp:useBean id="feedback" scope="session" class="de.qv.feedback.Feedback"/>
    <% feedback.getDaten()     %>
    <c:forEach var="ids" items="${feedback.bogenListe}">
         <c:forEach var="ids2" items="${ids}">
              <c:out value="${ids2}" />
              </c:forEach>
    </c:forEach>
    Now I want the data to be displayed within a HTML-table. How do I do this? I think I have to access each value one by one, but I don't know how.
    Any hint will be greatly appreciated!
    TIA,
    Buzzy

    Aye, this works :-)
    One more thing: This line accesses each element one by
    one:
    <c:forEach var="value" items="${docs}">
    Is it possible to access a specific value, e.g. only
    the 2nd or 4th element?
    Or do I have to use a counter and <c:if...> to to
    this?No, you can do use the square brackets to get specific values if you want:
    <table>
    <c:forEach var="docs" items="${feedback.bogenListe}">
    <tr>
    //Remember arrays are zero indexed so [0][1][2][3][4] second doc = [1]
    <td><c:out value="${docs[1]}"/></td><c:out value="${docs[3]}"/></td>
    </tr>
    </c:forEach>
    </table>
    //or, if you want all even values, but don't want to manually read them
    <c:forEach var="docs" items="${feedback.bogenListe}">
    <tr>
    <c:forEach var="curr" items="${docs}" begin="1" step="2">
    <td><c:out value="${curr}"/></td>
    </c:forEach>
    </tr>
    </c:forEach>
    </table>
    <td><c:out value="${docs[2]}"/></td><c:out value="${docs[4]}"/></td>
    </td>
    </c:forEach>

  • I updated to Mountain Lion and can't access most of my photo libraries , both Aperture and iPhoto

    After updatiing yesterday I cant access my libraries, I get two different messages, one says :"Aperture can't access this Library' "to use this library , make sure its file permissions are set correctly".  The next one says "Unable to write to library iPhoto Library 2
    check that you have permissions to write to the library directory.Any ideas what I have to do tho get access again.

    I have been having the same issue, although the external drive is not an array. It's a multi-disk setup where the drives are manually duplicated using Super Duper, although it could be set up as an array. The suggestion to remove the external drive(s) from the system, spinning them down, then plugging them in worked ONCE. After that, the next time Aperture was relaunced, the problem resumed. And now spinning them down or taking them out and restarting them, even restarting the Mac, has no effect. I'm testing to see if moving the Libraries to another drive and reformatting the drives in this external enclosure before bringing the libraries back will have an remedy. It may be there needs to be a firmware update to the external enclosure in order to work properly with Mountain Lion.

  • Access global data from PrGPUFilter

    Hi everyone,
    I am trying OpenCL with the "SDK_CrossDissolve" example.
    When rendering with CPU I can access global data by: "in_data->global_data" which is passed to the render function.
    But, when rendering with GPU using PrGPUFilterBase class,
    How can I access the global data?
    Thanks a lot for your help.

    Hi,
    Well, now you did confuse me: first you asked about using global data of a report program in global class (created in SE24), and the answer is: no, you can't directly access the global data of another program in a method of global class (yes, you should pass them via importing parameters), and you shouldn't even consider using indirect means of doing so via special form of ASSIGN statement reserved for internal use by SAP. The ASSIGN will not work if someone reuses the global class elsewhere in the system without loading your report. Don't ever program such atrocious dependencies in global class...
    And now you ask about the use "in method implementation in report program"..? Just to be sure - you can't program the implementation of a global class method in a report program.
    You can program a local class inheriting from a global class and redefine/re-implement methods of such global super-class in a report program. Global data of report program, including the selection screen, would be directly accessible to such local class. It would still not be a good idea to use this access:
    Conversely, within an encapsulated unit, that is, within a class, you should avoid accessing more global data directly. Within methods, you should generally modify attributes of the class only. Write access to global data outside the class is not recommended. Accessing data in this way should only be done using specially marked methods, if at all. The use of methods of a class should not evoke any side effects outside the class itself.
    cheers
    Jānis
    Message was edited by: Jānis B

  • I have recently changed jobs and previously registered for a CC plan using my previous email address - now inaccessible. I also no longer have my laptop. I am paying fees each month ut can't access my membership to change my email address. Help!

    I have recently changed jobs and previously registered for a CC plan using my previous email address - now inaccessible.
    I also no longer have my laptop.
    I am paying fees each month but can't access my membership to change my email address. Help!
    I am paying my CC subscription monthly but cannot stop payments or preferably, change my email address so I can access my plan and use it on another computer.
    I can't contactAdobe to sort this - there seems to be no way of making contact and no reference to this problem in the forums that I can find
    Help!

    This is an open forum, not Adobe support... You need Adobe support to cancel a subscription
    -start here https://forums.adobe.com/thread/1703848
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    --and two links which may provide more details, if the above links don't help you
    -http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -http://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

  • I can't access my email account on my iPad

    I Had delete and set up my email account due to problems. Now I can only access the inbox, but not my saved messages. How can I fix this?

    AAll my email came in through yahoo, but my provider is also sbc global.net. When I couldn't get any email through yahoo I added another account and used ATT (sbc global.net) as my provider which is now getting me my incoming mail, butt i can't see any of my saved/sent mail for the account. Does that make any sense?

Maybe you are looking for

  • Command Link problem

    Hi all, Our team is developing project on JSF. I have weird problem on IE explorer. When I click on any command link many times, but nothing is happened. If I refresh the page and then click then it will work properly. So every time I have to press r

  • Macbook pro and 720p hdtv

    I've connected a mbp (17" high resolution, 256mb NVidia video recently purchased with Leopard) to a JVC HD-61G787 HDTV via Apple's DVI to HDMI cable. (FYI, the TV is 720p, not 1080p.) This configuration works in that I can see stuff on the TV screen,

  • Bright White Pixel on LCD - But NOT Visible on Black Background

    Hi All, Just noticed today on my macbook pro (Early 08 - july manufacture) that a small white spot has appeared. Not the blobby large spots that were common lcd problems before on older models, but almost a pinprick of a white spot. Now its not a dea

  • Extraction of characterstics values

    Hi, We are working on an upgradation project. We need to extract data from the previous SAP system. We are not able to find out the table from which we need to extract the characterstics values for a material. Please help me in this regard. Thanks Ra

  • Problem regarding JAVA project...

    this is the brief discussion about my project :it actually automatically fillup the application forms or other forms on net (on the sites mentioned).Actually the information that is to be fill up in application form is saved on the hard disk in the f