How to manage the structure of the event with two loops

I have a question about the structure of the user event with 2 buttons?

key 1: START LOGGING DATA

key 2: STOP LOGGING DATA

How do I control my

structure of the event so that it will work? because now that the loop is save data... I can't stop the loop, when I clicked on buttons.

super_saiyans wrote:

the problem with moving it is that I don't have control of the DATA RECORD STARTING?

Of course, you do.  When you get your press conference button, you say your state machine to move to the State of logging.  You must also make sure that you return to visit the State to wait for the event to check out the events of the stop button.

Tags: NI Software

Similar Questions

  • How to manage the events of bps in Application

    the example shows only the event handling in C, such as dialog box.

    I want to run these events bps in my mainApp.

    I find all bps events are managed by BpsEventDispatcher:rocessBpsEvents().

    These events willnot goto request, someone help?

    int cascades_user_main (int argc, char * argv)
    {
    This is where the server is started.
    App app (argc, argv);

    MainApp App;
    QObject::connect (& app, SIGNAL (aboutToQuit ()), & mainApp, SLOT (onUpdate (()));

    Return Application::exec(); Complete us the transaction started in the constructor of the app and begin the loop of customer events here
    When the loop that you exit the Application deletes the stage that removes all his children (by the rules of qt for children)
    not as nice of course
    }

    Here's a code for me to get GPS-events. Should hopefully be the same for other events.

    https://bdsc.webapps.BlackBerry.com/native/reference/com.QNX.doc.screen.lib_ref/topic/rscreen_get_ev...

        LOG_INFO << "use playbook GPS";
        this->screenOrientation = 0;
        bps_initialize();
        LOG_DEBUG << "initialized";
        if ( geolocation_request_events( 0 ) != BPS_SUCCESS )
        {
            LOG_WARNING << "could not request position: " << strerror( errno );
        }
        else
        {
            LOG_DEBUG << "request geolocation events";
            geolocation_set_period( 1 );
            LOG_INFO << "period 1 sec";
    
            LOG_DEBUG << "request orientation events";
            if ( orientation_request_events( 0 ) != BPS_SUCCESS )
            {
                LOG_WARNING << "could not request orientation: " << strerror( errno );
            }
            /*
               sensor_set_rate( SENSOR_TYPE_MAGNETOMETER, 1*1000*1000 );
               sensor_set_skip_duplicates( SENSOR_TYPE_MAGNETOMETER, true );
               sensor_request_events( SENSOR_TYPE_MAGNETOMETER );
             */
    
            if ( sensor_is_supported( SENSOR_TYPE_AZIMUTH_PITCH_ROLL ) == true )
            {
                // every 500 msec should be enough
                sensor_set_rate( SENSOR_TYPE_AZIMUTH_PITCH_ROLL, 500 * 1000 );
                sensor_set_skip_duplicates( SENSOR_TYPE_AZIMUTH_PITCH_ROLL, true );
                sensor_request_events( SENSOR_TYPE_AZIMUTH_PITCH_ROLL );
            }
            else
            {
                LOG_INFO << "SENSOR_TYPE_AZIMUTH_PITCH_ROLL not supported";
            }
    
            QTimer *playbookTimer = new QTimer();
            connect( playbookTimer, SIGNAL( timeout()), this, SLOT( pollPlaybookLocation()));
            playbookTimer->start( 100 );
            LOG_DEBUG << "playbook timer started";
        }
    
    void GPS::pollPlaybookLocation()
    {
        LOG_DEBUG;
        bps_event_t *event     = NULL;
        int         eventCount = 0;
        bps_get_event( &event, 0 );
        if ( event != NULL )
        {
            while ( event != NULL )
            {
                LOG_DEBUG << "event: " << QString::number( eventCount );
                eventCount++;
                if ( bps_event_get_domain( event ) == geolocation_get_domain())
                {
    
  • How to manage the selection with the box in a table

    Hello


    JDev 11.1.2.4

    I have a table with an attribute of EO/VO, transitional to manage the selection. This attribute is displayed as a check box. The user makes a selection by clicking on the checkbox. Then, the user clicks on a button that displays a pop-up window. Inside of this pop-up window, that user can create, insert, delete, or update values in a table based on an other EO/VO.

    When the user clicks OK, the pop-up window is closed, then the data is committed.

    When the user clicks Cancel, the popup is closed and the changed data are ignored. To remove the data, I call a Rollback. It works fine, but all the transitory values are lost which is correct because of the discount after the cancellation.

    It's a problem because the user must be able to open the pop-up window several times with the same selection. This means that the restoration is not appropriate in this case.

    How to ignore data edited inside the pop-up window and keep the selection?

    Thank you

    You can try to put the popup in his own taskflow and define a backup point before entering the taskflow. When the user cancel the editing restore you to previous backup. This should dispel the changes.

    Or you save the selected rowkeys, call rollback and backward selection later.

    Timo

  • How to manage the Tags with PowerCli

    Hello

    I'm trying to find examples how to manage Customs 'Tags' in vSphere 5.1. This new feature is only used in the web client.

    I would like to create, delete, and associate tags with PowerCli objects.

    Is someone can tell me the basic commands?

    Thank you.

    Karl


    Currently, there are no PowerCLI cmdlets to manage the tags.

    But take a look at Create/Set TAGs via PowerCLI

  • Control the event with two controls

    Here's what I have.

    I have two separate loops of time. Inside of each timed loop, I have a structure of the event. Each structure is the trigger by pressing a button each. It works very well.

    However, I would like to add a third button that runs the two structures of the event. I want to do this without creating additional events in each structure. Is it possible to somehow this third button wire to the other two and to trigger both based on the action of the third? I have problems it works.

    Thank you

    Small example

  • How to manage the event of "alt + trackpaddown" button event method char

    Hello

    I want to do a few ob task by clicking on 'alt + down trackpad'.is it possible?

    If yes how can I handle this task. ?

    Thank you

    Naveen

    "" Hello Sir thanks to enable playback... in fact, I have two listfield in my screen .i want to alternate between two listfield using "alt + trackup and trackdown. My it does not work... I am using this code...

    package com.black.applicationloader;
    
    import java.util.Vector;
    
    import net.rim.device.api.system.Display;
    import net.rim.device.api.system.KeypadListener;
    import net.rim.device.api.ui.Color;
    import net.rim.device.api.ui.Font;
    import net.rim.device.api.ui.Graphics;
    import net.rim.device.api.ui.Keypad;
    import net.rim.device.api.ui.Manager;
    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.XYRect;
    import net.rim.device.api.ui.component.Dialog;
    import net.rim.device.api.ui.component.ListField;
    import net.rim.device.api.ui.component.ListFieldCallback;
    import net.rim.device.api.ui.container.VerticalFieldManager;
    
    import com.black.blackinterface.BlackInterface;
    import com.black.common.BaseScreen;
    import com.black.components.CustomEditField;
    import com.black.utility.Utilities;
    
    public class BlackSecondScreen extends BaseScreen implements BlackInterface,ListFieldCallback {
         private VerticalFieldManager listFieldManager;
         private VerticalFieldManager listFieldManager_2;
         private static final String[] _elements = {"First element", "Second element", "Third element", "Fourth element", "Fifth element"};
         private Vector _listElements = new Vector(_elements.length, 1);
         int columnWidth  = Display.getWidth()/4;
         private boolean hasFocus; // =false
        private CustomEditField userEditField;
        ListField colourList_1;
        ListField colourList_2;
    
        BlackSecondScreen(){
    
            colourList_1 = new ListField(){
    
                protected boolean keyChar(char key, int status, int time) {
                    if(colourList_1 == getLeafFieldWithFocus()){
                    if(key=='t'||key=='T'){
    
                        colourList_2.setFocus();
    
                    }
                    return true;
                    }
                    else{
                        return super.keyChar(key,status,time);
    
                    }
                };
    
                protected void drawFocus(Graphics graphics, boolean on) {
    
                    hasFocus = on;
                    super.drawFocus(graphics, on);
                    hasFocus = false;
    //              XYRect rect = new XYRect();
    //               graphics.setGlobalAlpha(200);
    //              getFocusRect(rect);
    //              drawHighlightRegion(graphics,HIGHLIGHT_FOCUS,true,rect.x,rect.y,rect.width,rect.height);
                }
    
                protected boolean navigationMovement(int dx, int dy, int status, int time) {
    
                    if(dy > 0 && (status & KeypadListener.STATUS_FOUR_WAY) == KeypadListener.STATUS_FOUR_WAY && (status & KeypadListener.STATUS_ALT) == KeypadListener.STATUS_ALT)
                    {
                        // do stuff
                        colourList_2.setFocus();
                        return true; // if you want the field to consume this event
                    }
                    return super.navigationMovement(dx, dy, status, time);
    
                };
    
            };
    
            colourList_1.setCallback(this);
              int elementLength = _elements.length;
             for(int count = 0; count < elementLength; ++count)
                {
                 colourList_1.insert(count);
                    this.insert(_elements[count], count);
                }
    
             colourList_2 = new ListField(){
    
                    protected void drawFocus(Graphics graphics, boolean on) {
                        hasFocus = on;
                        super.drawFocus(graphics, on);
                        hasFocus = false;
    
                    }
    
                    protected boolean keyChar(char key, int status, int time) {
                        if(colourList_2 == getLeafFieldWithFocus()){
                        //if(key=='t'||key=='T'){
                            if(key=='t'){
                            colourList_1.setFocus();
                            colourList_1.setSelectedIndex(0);
    
                        }
                        return true;
                        }
                        else{
                            return super.keyChar(key,status,time);
    
                        }
                    }
    
                };
    
                colourList_2.setCallback(this);
    
                 for(int count = 0; count < elementLength; ++count)
                    {
                     colourList_2.insert(count);
                        this.insert(_elements[count], count);
                    }
    
             //add(colourList);
             createComponents();
             layoutComponents();
    
        }
    
        public void createComponents() {
    
            listFieldManager= new VerticalFieldManager(Manager.VERTICAL_SCROLL|Manager.HORIZONTAL_SCROLL){
                protected void sublayout(int maxWidth, int maxHeight) {
                     super.sublayout( maxWidth, 2*colourList_1.getRowHeight());
                        setExtent(maxWidth,2*colourList_1.getRowHeight()); 
    
                };
    
            };
    
            listFieldManager_2= new VerticalFieldManager(Manager.VERTICAL_SCROLL|Manager.HORIZONTAL_SCROLL){
                protected void sublayout(int maxWidth, int maxHeight) {
                     super.sublayout( maxWidth, 2*colourList_2.getRowHeight());
                        setExtent(maxWidth,2*colourList_2.getRowHeight()); 
    
                };
    
            };
    
    //      userEditField=new CustomEditField(Utilities.getAdjustedWidth(150),
    //              Utilities.getAdjustWidth(2), Manager.NO_HORIZONTAL_SCROLL
    //              | Manager.VERTICAL_SCROLL, true);
    
        }
    
        public void layoutComponents() {
            // TODO Auto-generated method stub
            listFieldManager.add(colourList_1);
    
            listFieldManager_2.add(colourList_2);
    
            listFieldManager.setMargin(0,0,40,0);
            add(listFieldManager);
            add(listFieldManager_2);
    
        }
    
        public void initializeListeners() {
            // TODO Auto-generated method stub
    
        }
    
        public void setComponentsXYMargins() {
            // TODO Auto-generated method stub
    
        }
    
        public void drawListRow(ListField listField, Graphics graphics, int index,
                int y, int width) {
            int curSelected;
                if(!hasFocus){
                if(index%2  == 0){
    
                graphics.setColor(Color.RED);
                graphics.fillRect(0, y, width, listField.getRowHeight());
                graphics.setColor(Color.WHITE); 
    
                }else{
                graphics.setColor(Color.BLACK);
                graphics.fillRect(0, y, width, listField.getRowHeight());
                }
                }
                //graphics.fillRect(0,0,width,y);
    
                int xpos = 0;int ypos = 0;
                graphics.setFont(Font.getDefault());// please set a font value
                // this is first column text
                graphics.setColor(Color.PINK);
                graphics.drawText("column1"+index,xpos,y);
                xpos +=  columnWidth;
    
                //graphics.setColor(Color.RED);
                graphics.drawText("column2",xpos,y);
    
                xpos +=  columnWidth;
                graphics.drawText("column3",xpos,y);
    
                xpos +=  columnWidth;
    
                graphics.drawText("column4",xpos,y);
    
        }
    
        public Object get(ListField listField, int index) {
            // TODO Auto-generated method stub
             return _listElements.elementAt(index);
        }
    
        public int getPreferredWidth(ListField listField) {
            // TODO Auto-generated method stub
            return Graphics.getScreenWidth();
        }
    
        public int indexOfList(ListField listField, String prefix, int start) {
            // TODO Auto-generated method stub
            return _listElements.indexOf(prefix, start);
        }
    
        public void insert(String toInsert, int index)
        {
            _listElements.insertElementAt(toInsert, index);
        }
    
         public void erase()
            {
                _listElements.removeAllElements();
            }
    
    }
    
  • How to manage the events connected call?

    Hello

    I want to capture the call connected event and then vibrate the phone to warn the user that the call is connected now. I wrote a new class that implements the PhoneListenner interface in the code below:

    public class PhoneConnectedListenerApp extends Application implements PhoneListener {
    
        public static void main(String args[]) {        //register the notification        PhoneConnectedNotification mn = new PhoneConnectedNotification();        mn.registerNotificationObjects();        //register the folder listener        PhoneConnectedListenerApp theApp = new PhoneConnectedListenerApp();        theApp.enterEventDispatcher();    }
    
        public PhoneConnectedListenerApp() {        try {            Phone.addPhoneListener(this);        } catch (Exception e) {            System.out.println(e.toString());        }    }
    
        public void callConnected(int pCallId) {        NotificationsManager.triggerImmediateEvent(PhoneConnectedNotification.NOTIFICATION_ID, 0, this, null);    }
    
        public void callAdded(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callAnswered(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callConferenceCallEstablished(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callDirectConnectConnected(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callDirectConnectDisconnected(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callDisconnected(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callEndedByUser(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callFailed(int pCallId, int pReason) {        // TODO Auto-generated method stub
    
        }
    
        public void callHeld(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callIncoming(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callInitiated(int pCallid) {        // TODO Auto-generated method stub
    
        }
    
        public void callRemoved(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callResumed(int pCallId) {        // TODO Auto-generated method stub
    
        }
    
        public void callWaiting(int pCallid) {        // TODO Auto-generated method stub
    
        }
    
        public void conferenceCallDisconnected(int pCallId) {        // TODO Auto-generated method stub
    
        }}
    

    And there is an another PhoneConnectedNotification that customize the notofication (vibrate once in this case).

    Then I deployed to the Simulator, but there does not work. I tried with an outbound/inbound call, then the connected status change, but the phone does not vibrate.

    Where is my mistake? Can you help me find? Thank you.

    Lam.

    P/S: I used Eclipse with the JDE plugin to develop applications of BB and tested on my 8320.

    You can, and I would recommend that you test it on the Simulator.  If you do this, you don't need to sign your application and you will find your testing/fixing much easier.  Use the "Simulation" menu button to simulate an incoming call - you can run an outgoing call, as you would on a device.

  • How to manage the events of mouse in Flash? What exactly "this" qualifies?

    Hi, I have problems with mouse (working in HTML5 Canvas) events I hope someone here can explain a few things.

    First of all, can someone explain what exactly "this" means? What I've read, it seems that 'this' refers to the current timeline that you are in, when you type the code?

    -------

    in any case, my problem, is that I have some nested clips I want to control (start, stop) with mouse Rollover events and using the code below, the parent layer seems to work, but I can't find a way to get a 'child' movieClip to use this code (and works). There are no tutorials on what I can find on this subject, so any help would be very appreciated.



    This.Stop ();

    frequency of var = 3;

    stage.enableMouseOver (frequency);

    This.on ("rollover", fl_MouseOverHandler_32);

    function fl_MouseOverHandler_32()

    {

    This.Play ();

    stage.enableMouseOver (0);

    }

    use:

    var tl = this;

    TL. Stop();

    frequency of var = 3;

    stage.enableMouseOver (frequency);

    TL.on ("rollover", fl_MouseOverHandler_32, NULL, true);

    function fl_MouseOverHandler_32()

    {

    TL. Play();

    stage.enableMouseOver (0);

    }

    child mc

    var rl = this;

    RL. Stop();

    frequency of var = 3;

    stage.enableMouseOver (frequency);

    rl.clickCatcher.on ("rollover", fl_MouseOverHandler_16, null, true);

    function fl_MouseOverHandler_16()

    {

    rl.gotoAndPlay (328);

    stage.enableMouseOver (0);

    }

  • How to imitate the event with a click of a field? for example the icon "mail".

    I can imagine a complicated way.

    1 use the API API net.rim.device.api.ui.UiApplication.getActiveScreen to get the active display.

    2. Use the net.rim.device.api.ui.Screen.getFieldCount API to retrieve the total number of fields on this screen; or use getFieldWithFocusIndex() to retrieve the index of the target field.

    3 use getField (int index) to retrieve the specific field.  With methods such as "KeyDown()", and then click the field.

    Is there an easier way to do this?

    Thank you.

    If you are allowed to inject events, the following code should do the trick

    invokeAndWait(new Runnable () {
      public void run() {
        EventInjector.NavigationEvent e;
    
        e = new EventInjector.NavigationEvent(EventInjector.NavigationEvent.NAVIGATION_CLICK, 0, 0, KeypadListener.STATUS_NOT_FROM_KEYPAD);
        EventInjector.invokeEvent(e);
    
        e = new EventInjector.NavigationEvent(EventInjector.NavigationEvent.NAVIGATION_UNCLICK, 0, 0, KeypadListener.STATUS_NOT_FROM_KEYPAD);
        EventInjector.invokeEvent(e);
      }});
    
  • How to manage the medium with #missing

    Hello everyone,

    I'm still pretty new to implement Calc and I'm trying to calculate balances average periods except when an intersection is #missing or 0.  For example, the following code works but is not the proper syntax and I was trying to find a way to improve it.

    DIFFICULTY (/ * SUN: scenario * / 'FcstDev' / * SUN: Version * / 'Final', / * SUN: cost Center * / "831")


    DIFFICULTY (& FcstYear1, & fcstPerStart: 'Dec')

    ("Securities taxable"
    IF (@ISMBR ("End") AND ("Taxable securities" is #Missing or 'Taxable securities' == 0))
    'Taxable securities values'-> 'Avg' = #Missing;
    ON THE OTHER
    "Taxable securities'-> 'Avg' = (@PRIOR ("securities of taxable"->"End") + (" taxable securities '->' end ')) / 2;
    ENDIF ;)

    ENDFIX

    ENDFIX

    I do not know how to handle my cross-dims 'Avg' is calculated based on 'end '.  Any suggestions would be greatly appreciated

    Thank you

    Bret

    fairytale watch functions @avgrange and @currmbrrange I think that will do what you want with less work than what you have coded

  • How to create the event with the parameter schematically

    Hello

    I created the button schematically, I want to pass the parameter for this event.

    And I must capture this setting in LICS pls help someone.

    OASB OASubmitButtonBean = (OASubmitButtonBean) pageContext.getWebBeanFactory () .createWebBean (pageContext, "BUTTON_SUBMIT");

    oasb.setID ("ZoomBtn");

    oasb.setUINodeName ("ZoomBtn");

    oasb.setEvent ("Zoomeve");

    oasb.setText ("zoom");

    webBean.addIndexedChild (oasb);

    OASubmitButtonBean zoomBt = (OAButtonBean) webBean.findChildRecursive ("ZoomBtn");

    If (zoomBt! = null) {}

    Hashtable paramsWithBinds = new Hashtable (2);

    paramsWithBinds.put ("PoHeaderId", new OADataBoundValueFireActionURL (webBean (OAWebBeanData),

    "{$PoHeaderId}"));

    FireAction = firePartialAction

    OAWebBeanUtils. getFireActionForSubmit (zoomBtn, "openCustRefDetForm", null, paramsWithBinds, true, true);

    zoomBtn.setAttributeValue (PRIMARY_CLIENT_ACTION_ATTR, firePartialAction);

    }

    But it gives the following error.

    • Error (50.9): method getFireActionForSubmit (oracle.apps.fnd.framework.webui.beans.nav.OAButtonBean, java.lang.String, null, com.sun.java.util.collections.Hashtable, boolean, boolean) could not be found in the oracle.apps.fnd.framework.webui.OAWebBeanUtils class

    Dilip salvation,

    Thanks for your replay instance it works fine.

    Good answer,

    Instead of

    import com.sun.java.util.collections.Hashtable;

    We have to import

    import java.util.Hashtable;

    Kind regards

    Sangu

  • How to manage the server with a private ip address, which is NAT'd a routable ip address?

    Hello

    My display server has multiple servers that sit behind firewalls. The NAT firewall their ips to a private address space routable ip address. My problem is that I do not get a display of these servers. Firewalls are configured to allow tcp port 1984 to the display server. I ran a sniffer package on the source and the display server. I can see that the packets leave the source server and they hit the display server, however, nothing is displayed. BB-hosts, I have routable ip address. He made the ping and ssh test and reports those, but nothing else. I have private IP routable ip address in the security file. Any suggestions on what I may be missing?

    Kind regards

    Brad

    Hi Brad,

    If you can see the State of BB messages leaving your client machines, and you can see them coming in your BBDISPLAY server, then you can treat a case problem, or, perhaps your BB customers are defined with different names within your bb-hosts file.

    Check $BBVAR/logs on your BBServer for status messages files that look like they came from one of the BB clients that do not appear on your BBDISPLAY.

    If you can see the files of newspapers of status of these $BBVAR BB clients / newspapers my suspicions are correct. There is incompatibility between the BB customer name and the name of the customer in bb-hosts on your BB BBDISPLAY.

    Thank you
    Paul

  • Unexpected behavior with several structures of events manages the event itself.

    Hi, does anyone have an explanation of the following behavior?

    After 'Boolean 2' is enabled and then disabled the program "freezes". You can always pause the program but nothing does.
    For example, by pressing one of the file, Edit, View, project, Operate, tools, Windows, help or any other object inside the VI.

    This happens if I have two event structures who want to handle the same event, even if the flat sequence should be allowed only one run.

    This isn't a bug.

    Structures of the event should be used to handle different events. Given that you have entered your Boolean event in the two structures of the event, the event gets queued both when it occurs. This means one or the other be expected to manage the event and will, by default, lock the application. In the scale-measure of LabVIEW architectures, usually there is a structure of single event that handles all the events and then sends messages to the coast to the rest of the application to manage these events.

    There is a "Table locking" checkbox in the event dialog box which is by default enabled, but you should leave it on because it leads to bad practices otherwise.

  • I would like to know how to manage the ASN.1 encoding/decoding in LabView?

    I would like to know how to manage the ASN.1 encoding/decoding in LabView?

    Hello J,

    in the example given here , it looks like a format simple bytestream...

    You must read the byte stream, get the first and the second byte to decode the data type and length and then read & catalogued according to number of bytes. And then read 2 bytes and so on...

    Encoding will work the same but in reverse

  • How to manage the tv after hdmi to hdmi connection

    I want to connect to my computer windows 7 with tv on my Vizio tv hd tuner. I intend to use the hdmi to hdmi connections. After that I made the connection how to manage the tv without going back to the computer. My TV is in another adjacent room to my computer, sbout 20 ft away. Can I use a wireless mouse to manage the tv? The monitor and tv both appear at the same time? What are other options? Thank you for taking my question and to meet others, I put in the forum. Donnie

    I guess that the xbox 360 is a must for my setup. Thanks for your reply, Donnie

Maybe you are looking for

  • Toshiba Kira - Win 8.1 cannot see all files on the 64 GB flash drive

    Hi all Newbie on this forum. I just bought the i5 8 GB of RAM Windows 8.1 Kira Ultrabook, a great little machine. I have a SanDisk 64 GB flash drive that has about 20 GB on it in a dozen files. These folders and the content can be seen by my Windows

  • new firmware Fuze 1.01.01.22, no more "creat playlist?

    When I got the firmware 01.17 fuze, let me make a right click on a folder that was on the "rocket" and I see the choice, creat playlist. I did that and renamed the file pla and he left the folder music for my fact folder on the "rocket". then I can j

  • How can I open. HCT daughter in Windows 7

    I've accidentally got to saving Excel file. File HCT in XP.  Now I have Windows 7 and can not access. File shows SQL as a server.  Help!

  • Dreamweaver 30 day free trial reset?

    Hello, is there a way to reset the free 30 day trial for adobe Dreamweaver? I downloaded it for fun, just to see what its subject and I did a little and watch some tutorials and then I know for school, we use Dreamweaver for a week and I want to be "

  • How to create the report using the procedure.

    Hi allI want to create the report in the apex. But I don't have a sql code. I have a single procedure. Is it possible to create the report using this procedure in the apex.CREATE OR REPLACE PROCEDURE headcsv_prc2ASCURSOR cr_headerISSELECT ood.organiz