Pass trace data R & S NUMBER tabular vector Network Analyzer

Hello

I work on the automation of certain measures of Network Analyzer. I am using the NUMBER of Rohde & Schwarz Network Analyzer and I am communicating with the instrument via GPIB. One of the measures I have to get the values of S parameters for a range of frequencies and display them in a tabular mode which can then be exported to excel.

So, how can I do labview to get me these frequency tracking data and the corresponding value of the S parameter without using the marker function? I was unable to find a functional block which could make this feature in the palette driver instrument for this instrument, which is available through the the NOR / Rohde & Schwarz Web site.

I'd appreciate really any comment about it.

Thank you

Vivek

Hi Vivek,

in this LabVIEW driver, there are 2 screws:

RSZV is Started.vi

RSZV Application Example.vi

You will find how to read any trace.

Kind regards

Milo

Tags: NI Products

Similar Questions

  • incompatible data types: expected NUMBER got LONG

    Version 3.2.20.09

    Hello

    I use SQL Developer and want to see trigger body using as a function but unfortunately its data type is long so that I get the error message, is there a way by which I can see the bodies of trigger...

    Example query

    TRIGGER_BODY

    SELECT TRIGGER_BODY FROM user_triggers

    WHERE TRIGGER_BODY LIKE '% HEAR. "

    Error

    ORA-00932: inconsistent data types: expected NUMBER got LONG

    00932 00000 - ' incompatible data types: wait %s %s got. "

    * Cause:

    * Action:

    Error on line: column 2: 7

    This isn't a matter of SQL Developer.  Access quick, but partial, the answer is that the display of a LONG column in SQL * more / developer SQL can be done by issuing just one

    1000 long - value (or some other, more)

    You are referencing a LONG in a WHERE clause, however, is absolutely forbidden as I know.  Maybe something new (System invisible columns generated in LONG columns in the data mirrored dictionary?) are available in 12 c, but disapproval of LONG was announced in Oracle 8 in favour of the LOBs.

    Anyway, if you do not want to ask this question in the forum of PL/SQL, see solution code of Laurent Schneider in this old debate...

    Search long data type in the column

  • Insert the ROWNUM in a column of data type of NUMBER table

    Hello

    I have a table that has a column named "rank" of the NUMBER data type. Basically, I want to make an analysis of top-n and insert the ROWNUM with other columns in the table.

    Definition of table1:

    CREATE TABLE

    (

    col1 VARCHAR2 (10),

    Col2 NUMBER,

    NUMBER of col3,

    rank NUMBER

    );

    INSERT INTO table1

    SELECT col1, col2, col3, rownum

    DE)

    SELECT col1, col2, col3

    FROM table2

    ORDER BY DESC of col3

    )

    WHERE rownum < = 5;

    I get an error ORA-01722: invalid number. I think the mistake is virtual ROWNUM is not data type of NUMBER, so I tried to cast as CAST (ROWNUM AS NUMBER), but it does not work, same error. Can can you please shed some light on how to convert a ROWNUM number or if the issue is something else.

    you're right, your example worked. It is an example of table I just created just to illustrate the problem, but my real table was always showing the same problem. Weird, isn't? However when I added the column names after that insert the question but statement I resolved. Adding code

    INSERT INTO TABLE1

    (col1, col2, col3, rank) - added

    SELECT col1, col2, col3, rownum

    DE)

    SELECT col1, col2, col3

    FROM table2

    ORDER BY DESC of col3

    )

    WHERE rownum<=>

    So that means ROWNUM returns number; and another confusion: why the inclusion of the column has solved my problem when it is not necessary for your example. in any case thank you.

  • Problem transforming any XML data to a number of

    Ask for help, I am trying to transform XML data into a number that I can use in formulations to animate. It is a simplified example of what I'm trying to do. I have successfully comes from the xml file info in the text on the stage. My problem is that I need to have value data imported to be a number so that I can do with her future calculations, such as adding two numbers together to create a new variable total. I have accumulated my brain reading on XML data, has spent several days trying obvious solutions without result, and yes I'm new on even though I tried many encoding options.

    Thank you, Cindy j..

    -IMPORT of ONE XML FILE "textimport.xml".

    <? XML version = "1.0" encoding = "UTF-8"? >

    < mediansaleschart >

    < figureone > 20 < / figureone >

    < figuretwo > 10 < / figuretwo >

    < / mediansaleschart >

    -EDGE ANIMER CODING scene/creationComplete

    $.ajax({)

    type: 'GET ',.

    URL: "textimport.xml",

    data type: "xml."

    success: {function (xml)}

    textOne = $(xml).find('figureone').text ();

    textOneTxt.html (textOne);

    textTwo = $(xml).find('figuretwo').text ();

    textTwoTxt.html (textTwo);

    }

    });

    var textOneTxt = $(this.lookupSelector ("textOneTxt"));

    var textTwoTxt = $(this.lookupSelector ("textTwoTxt"));

    -EDGE ANIMER OF ELEMENTS ON THE STAGE, text elements

    textOneTxt

    textTwoTxt

    To get the value of the xml node, you must use parseInt.

    So for the total, I did something like this

    myTotal = parseInt (figureone) + parseInt (figuretwo);

    You should also make use of the last reference of research

    Instead of

    $(this.lookupSelector ("textOneTxt"));

    Use this notation

    sym.$("textOneTxt");

    Here's an example - http://www.heathrowe.com/edge/xmlnum/

    Download - http://www.heathrowe.com/edge/xmlnum/xmlnum.zip

    Code on compositionReady.

    var figureone, figuretwo, myTotal;
    var outputField = sym.$("xmlOutput");
    var messageString;

    $.ajax({)

    type: 'GET ',.
    URL: "sampleoutput.xml",
    data type: "xml."
    success: {function (xml)}
    figureone = $(xml).find('figureone').text ();
    figuretwo = $(xml).find('figuretwo').text ();
    myTotal = parseInt (figureone) + parseInt (figuretwo);
    messageString = "Figure a single value is:" + figureone + "
    "
    Figure two value is: "+ figuretwo +".
    "
    The total value is: "+ myTotal;

    outputField.html (messageString);
    }
    });

    ///////////////// End Code ////////////////////////

    HTH

    Darrell

  • DATE to the number

    Hello
    How to convert a date as a number.

    as

    Select (sysdate) to_number of double

    Select To_number (to_char (, 'DDMMYYYY')) of double;

  • SVG trace data assigned to Sprite

    I'm trying to shoot the trace data of svg that happens to my file flex using XML.

    I have a path in the following format:

    "264 273 l 264 326 c 273 320 279 311 279 300 c 279 289 273 279 264 273 z m.

    I tried to decode the path and it inspired the sprite using the normal functions of moveto, lineto and curveto in the sprite.graphics object.

    I have problems to draw perfect curves.

    I came across spark.primitives.Path who accepts paths svg as shown above, but I am struggling to find a way to assign this path for the sprite, I'm drawing.

    Is it possible to attribute this to a sprite?

    Hello

    Try this little application... it can help you

    David.

    http://ns.Adobe.com/MXML/2009.

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" creationComplete = minHeight "application1_creationCompleteHandler (event)" > "

    Import mx.core.IVisualElement;

    Import mx.events.FlexEvent;

    Import spark.components.Group.

    Import spark.core.SpriteVisualElement;

    Import spark.primitives.Path;

    [Bindable] private var NormColor: int = 0x00FF00;

    [Bindable] private var OverColor: int = 0x55FF55;

    private var mySprite:SpriteVisualElement = new SpriteVisualElement();

    private var myGroup:Group = new Group();

    private var myPath:Path = new Path();

    protected function application1_creationCompleteHandler(event:FlexEvent):void

    {

    myGroup.verticalCenter = 0;

    myGroup.horizontalCenter = 0;

    myGroup.width = 40;

    myGroup.height = 40;

    myPath.fill = defaultFill;

    myPath.stroke = defaultStroke;

    myGroup.addElement (myPath);

    this.addElement (mySprite as IVisualElement);

    mySprite.width = 40;

    mySprite.width = 40;

    mySprite.x = 100;

    mySprite.y = 100;

    mySprite.addChild (myGroup as DisplayObject);

    }

    protected function button1_clickHandler(event:MouseEvent):void

    {

    myPath.data = "' M6.115, 27.036L0, l 18, 6.115 - 8.98v5.972c5.896, 0, 8.856 - 2.986, 8.856 - 9.109 H 9.051 L 18, 0l8.966, 5.883" + "

    "h-5.972c0,6.123,2.986,9.109,9.059,9.109V9.02L36,18l-5.947,9.036v-6.072c-6.072,0-9.059,3.0 36 - 9.059, 9.159h5.972L18, 36 +.

    'l-9.152-5.877h6.124c0-6.123-3.062-9.159-8.856-9.159V27.036z ';

    }

    ]]>

  • Implicit coercion of a date for a number of unrelated type

    I use the following to select every day of the month displayed on the date picker.

    var start_d:Date = new Date();
    start_d.month = chooser.displayedMonth;
    start_d.date = 0;

    var end_d:Date = new Date();

    find the last day in the month
    var dt:Date = new Date (chooser.displayedYear, chooser.displayedMonth + 1, 0);

    Alert.Show (DT. ToString());
    end_d.month = chooser.displayedMonth;
    end_d.date = 25;
    calendar.selectedRanges = [{rangeStart: start_d, rangeEnd: end_d}];

    I find the last day of the month for day DisplayedMonth + 1 0. If I say 'end_d.date = 25' this code runs to select the day 1 to 25 on the date picker, but I can't make it work with the last day of the month when I do this: 'end_d.date = dt;' I get an implicit constraint of the mistake of a date to a number of independent typoe. So I tried this:

    var df:DateFormatter = new DateFormatter();
    df.formatString = "DD";
    var formattedDate:String = df.format (chooser.selectedDate);
    end_d.date = formattedDate;

    but I get the same error. No idea how to get this latest date to be the last day of the month?

    Try this:

    end_d.date = dt.date;

    SelectedRanges property requires numerical values. DT is a type of Date, but dt.date's number. Here is the test application I used.


    http://www.Adobe.com/2006/mxml"layout ="absolute">

    public function setCalendarRange (): void {}
    var start_d:Date = new Date();
    start_d.month = chooser.displayedMonth;
    start_d.date = 0;
    var end_d:Date = new Date();
    find the last day in the month
    var dt:Date = new Date (chooser.displayedYear, chooser.displayedMonth + 1, 0);
    end_d.month = chooser.displayedMonth;
    end_d.date = dt.date;
    calendar.selectedRanges = [{rangeStart: start_d, rangeEnd: end_d}];
    }
    ]]>



    Vygo

  • Giving date based return number interval

    Here is an example of what I am trying to accomplish. The setting I will use is which days are available for work in the format of (0,1,1,1,1,1,0).

    The first digit represents the Sunday and the last is Saturday. If the day was 0 you have to jump that date, but if the date has a 1 you can use this date. So if the data contained an 0 for Monday if will have to jump Monday when days are added. I can find a way to put the SQL set to skip the Saturday and Sunday, but may not know how to use the format (0,1,1,1,1,1,0) to determine if the work is authorized.

    Here's the SQL I use as a concept I need help on how to incorporate it.

    ~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
    CREATE or REPLACE function custom_add_days
    (start_date_in date, number of days_in)
    date of return
    IS
    number of v_counter;
    date of v_new_date;
    number of v_day_number;
    BEGIN

    / * This routine adds a specified number of days (ie: days_in) at a date (ie: start_date). */
    / * It will ignore all weekend days - Saturday and Sunday * /.
    v_counter: = 1;
    v_new_date: = start_date_in;

    / * Loop to determine how many days to add * /.
    all in v_counter < = days_in
    loop
    / * Add a day * /.
    v_new_date: = v_new_date + 1;
    v_day_number: = to_char (v_new_date, 'd');

    / * Increment counter if day falls between Monday to Friday * /.
    If v_day_number > = 2 and v_day_number < = 6 then
    v_counter: = v_counter + 1;
    end if;

    end loop;

    RETURN v_new_date;

    Sorry did not see your last post.

    Maybe something like that (changed your function a bit):

    SQL> CREATE OR REPLACE FUNCTION custom_add_days (
      2     start_date_in   DATE,
      3     work_days       VARCHAR2,
      4     days_in         NUMBER
      5  )
      6     RETURN DATE
      7  IS
      8     v_counter          NUMBER;
      9     v_new_date         DATE;
     10     v_day_number       NUMBER;
     11     v_loop_counter     NUMBER := 0;
     12     work_days_status   NUMBER;
     13  BEGIN
     14  /* This routine will add a specified number of days (ie: days_in) to a date (ie: start_date). *
    /
     15  /* It will skip all weekend days - Saturdays and Sundays */
     16     v_counter := 1;
     17     v_new_date := start_date_in;
     18
     19  /* Loop to determine how many days to add */
     20     WHILE v_counter <= days_in
     21     LOOP
     22  /* Add a day */
     23        v_new_date := v_new_date + 1;
     24        v_day_number := TO_NUMBER(TO_CHAR (v_new_date, 'd'));
     25        v_loop_counter := v_loop_counter + 1;
     26        work_days_status :=
     27           TO_NUMBER (SUBSTR (REPLACE (work_days, ','),
     28                              CASE
     29                                 WHEN MOD (v_loop_counter, 7) = 0
     30                                    THEN 7
     31                                 ELSE MOD (v_loop_counter, 7)
     32                              END,
     33                              1
     34                             )
     35                     );
     36
     37  /* Increment counter if day falls between Monday to Friday */
     38        IF  work_days_status = 1
     39        THEN
     40           v_counter := v_counter + 1;
     41        END IF;
     42     END LOOP;
     43
     44     RETURN v_new_date;
     45  END;
     46  /
    
    Function created.
    
    SQL> show errors
    No errors.
    SQL> SELECT sysdate FROM Dual
      2  /
    
    SYSDATE
    ---------
    01-JUL-09
    
    1 row selected.
    
    SQL> SELECT CUSTOM_ADD_DAYS(sysdate, '1,0,1,1,1,0,1', 3) FROM Dual
      2  /
    
    CUSTOM_AD
    ---------
    05-JUL-09
    
    1 row selected.
    
    SQL> 
    

    Kind regards
    JO

    Published by: Joice John July 1, 2009 06:08

  • At my place of work, there are a data server with LAN and internet networking. I want to disable the internet connection before it is infected with the virus.

    At my place of work, there are a data server with LAN and internet networking. I want to disable the internet connection before it is infected with the virus.

    original title: server and virus problem

    Hi SurajMendon,

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the platform of networking on TechNet. Please post your question in the TechNet Windows XP Networking forum.

    Networking platform

    http://social.technet.Microsoft.com/forums/en-us/winserverPN/threads

  • Passing the data change to Subvi through reference: always newest lack input value

    Hello world

    I'm having a problem that I can not find the solution. I searched the forum and google, but I couldn't find an explanation. I hope you can help!

    In the attached draft, there is the "main.vi", which I use to control an industrial manufacturin mashine. On the façade, I have a group called "manual control". Whenever I have change a value in the cluster, an event is triggered to run the case 'hands-on' in the 'Wirbelschicht_main.vi' [called 'FBC (control of fluidized bed)' in the pattern-block main.vi]. In this case, the data in the cluster are updated via a reference. The order run "Manual control" case is placed in a queue.

    When I change the value of, for example, "InAirTempSet" from 0 to 5, then from 5 to 9, I would expect numbers in the Subvi update in the same way (first from 0 to 5 and with the next click 5 to 9). What I see is that the update process in the subviis always one not behind. Which means, I change the value from 0 to 5 in the main.vi and nothing happens. Then I change the number of 9 and 5 in the Subvi, 5 is received. Only when I change the number in the main.vi again, the 9 is passed to the Subvi.

    What is the reason for this and how can I fix?

    Thank you!

    Qbach

    It is the expected behavior. You read the reference control value at the same time waiting for the order to the queue. This means that once the queue ("hands-on") command is received, the value has been already read a long time ago.

    To avoid race conditions, transmit the data using the queue instead of read it asynchronuously with nodes of property. You are running in a race condition here, because that's exactly what your code tells the application to do!

    Norbert

  • How to delete and add traces data?

    In my code below, I would add two buttons by clicking on a button ("Remove") that it will remove a trace of data and plot it back by clicking on the button ("Add") as in the examples:

    Complete data plotted by the class running

    [http://s13.postimage.org/gw5bz9ak3/A02773.jpg]

    Now with a simple click on a last given to remove button point to disappear

    [http://s13.postimage.org/u87pzxsc3/A02774.jpg]

    another click and last data point disappear and so on

    [http://s2.postimage.org/fjxevg1ph/A02775.jpg]

    The reverse operation would be performed by clicking on the 'Add' button: each click will be add a data point
    import javafx.application.Application; 
    import javafx.beans.property.SimpleDoubleProperty; 
    import javafx.event.EventHandler;  
    import javafx.scene.chart.NumberAxis; 
    import javafx.scene.chart.XYChart; 
    import javafx.stage.Stage; 
    import javafx.scene.Scene; 
    import javafx.scene.chart.LineChart; 
    import javafx.scene.control.Button;
    import javafx.scene.input.MouseEvent; 
    import javafx.scene.layout.BorderPane; 
    
    public class XYMove extends Application {
    
    BorderPane pane; 
    XYChart.Series series1 = new XYChart.Series(); 
    
    SimpleDoubleProperty rectinitX = new SimpleDoubleProperty(); 
    SimpleDoubleProperty rectX = new SimpleDoubleProperty(); 
    SimpleDoubleProperty rectY = new SimpleDoubleProperty(); 
    
    @Override 
    public void start(Stage stage) { 
     
    final NumberAxis xAxis = new NumberAxis(12, 20, 1);
    
    double max = 12;
    double min = 3;
    
    max *= (1+((double)3/100));
    min *= (1-((double)3/100));
    
    final NumberAxis yAxis = new NumberAxis(min, max, 1); 
    
    xAxis.setAnimated(false);
    yAxis.setAnimated(false);
    
    yAxis.setTickLabelFormatter(new NumberAxis.DefaultFormatter(yAxis) { 
    
        @Override 
        public String toString(Number object) { 
            return String.format("%2.0f", object); 
        } 
    }); 
    
    final LineChart<Number, Number> lineChart = new LineChart<Number, Number>(xAxis, yAxis); 
    
    lineChart.setCreateSymbols(false); 
    lineChart.setAlternativeRowFillVisible(false); 
    lineChart.setAnimated(false); 
    lineChart.setLegendVisible(false);
    
    series1.getData().add(new XYChart.Data(1, 3)); 
    series1.getData().add(new XYChart.Data(2, 8)); 
    series1.getData().add(new XYChart.Data(3, 6)); 
    series1.getData().add(new XYChart.Data(4, 7)); 
    series1.getData().add(new XYChart.Data(5, 5)); 
    series1.getData().add(new XYChart.Data(6, 6)); 
    series1.getData().add(new XYChart.Data(7, 4)); 
    series1.getData().add(new XYChart.Data(8, 7)); 
    series1.getData().add(new XYChart.Data(9, 6)); 
    series1.getData().add(new XYChart.Data(10, 7));
    series1.getData().add(new XYChart.Data(11, 6)); 
    series1.getData().add(new XYChart.Data(12, 7));
    series1.getData().add(new XYChart.Data(13, 6));
    series1.getData().add(new XYChart.Data(14, 12)); 
    series1.getData().add(new XYChart.Data(15, 10)); 
    series1.getData().add(new XYChart.Data(16, 11)); 
    series1.getData().add(new XYChart.Data(17, 9)); 
    series1.getData().add(new XYChart.Data(18, 10));
    
    pane = new BorderPane(); 
    pane.setCenter(lineChart); 
    Scene scene = new Scene(pane, 800, 600); 
    lineChart.getData().addAll(series1); 
    
    stage.setScene(scene);         
    
    scene.setOnMouseClicked(mouseHandler); 
    scene.setOnMouseDragged(mouseHandler); 
    scene.setOnMouseEntered(mouseHandler); 
    scene.setOnMouseExited(mouseHandler); 
    scene.setOnMouseMoved(mouseHandler); 
    scene.setOnMousePressed(mouseHandler); 
    scene.setOnMouseReleased(mouseHandler); 
    stage.show();
    } 
    
    EventHandler<MouseEvent> mouseHandler = new EventHandler<MouseEvent>() { 
    
    @Override 
    public void handle(MouseEvent mouseEvent) { 
    
        if (mouseEvent.getEventType() == MouseEvent.MOUSE_PRESSED) {             
            rectinitX.set(mouseEvent.getX()); 
        } 
        else if (mouseEvent.getEventType() == MouseEvent.MOUSE_DRAGGED || mouseEvent.getEventType() == MouseEvent.MOUSE_MOVED) { 
            LineChart<Number, Number> lineChart = (LineChart<Number, Number>) pane.getCenter(); 
            NumberAxis xAxis = (NumberAxis) lineChart.getXAxis(); 
    
            double Tgap = xAxis.getWidth()/(xAxis.getUpperBound() - xAxis.getLowerBound()); 
            double newXlower=xAxis.getLowerBound(), newXupper=xAxis.getUpperBound();             
            double Delta=0.3;
            
            if(mouseEvent.getEventType() == MouseEvent.MOUSE_DRAGGED){
            if(rectinitX.get() < mouseEvent.getX()&& newXlower >= 0){    
                newXlower=xAxis.getLowerBound()-Delta;
                newXupper=xAxis.getUpperBound()-Delta;
            }
        else if(rectinitX.get() > mouseEvent.getX()&& newXupper <= 22){    
                newXlower=xAxis.getLowerBound()+Delta;
                newXupper=xAxis.getUpperBound()+Delta;
            }    
            xAxis.setLowerBound( newXlower ); 
            xAxis.setUpperBound( newXupper );                        
            }                                        
            rectinitX.set(mouseEvent.getX());                                 
         } 
      } 
    }; 
        public static void main(String[] args) {
            launch(args);
        }
    }
    Thank you!

    I would use an ObservableList (probably supported by LinkedList) of XYChart.Data to store the collection of data "deleted". Create buttons as usual; handler of your button 'Delete' should remove the last element of the series and add it to the first element of data deleted messages points. The 'Add' button should delete the first item in the deleted data points and add it at the end of the series. You can bind the property of 'disable' the delete and Add button at Bindings.isEmpty (series1.getData ()) and Bindings.isEmpty (deletedDataPoints), respectively.

    Something like

    ObservableList> deletedDataPoints = FXCollections.observableList(new LinkedList>());
    ...
    removeButton.setOnAction(new EventHandler() {
      @Override
      public void handle(ActionEvent event) {
        deletedDataPoints.add(0, series1.getData().remove(series1.getData().size()-1));
      }
    });
    addButton.setOnAction(new EventHandler() {
      @Override
      public void handle(ActionEvent event) {
        series1.getData().add(deletedDataPoints.remove(0));
      }
    });
    removeButton.disableProperty().bind(Bindings.isEmpty(series1.getData()));
    addButton.disableProperty().bind(Bindings.isEmpty(deletedDataPoints));
    

    Another approach would be to use a separate list for all data points and keep an integer variable storing the number of data points are displayed. The "delete" button would decrement the displayed number, and your button 'Add' would increment the number in the display. Both would also call

    series1.getData().setAll(allDataPoints.sublist(0, numberOfDisplayedPoints));
    

    You might even be able to make the numberOfDisplayedPoints an IntegerProperty and bind the property data of the series in a pleasant way. This approach runs probably and the previous approach (using a stack of removed points), because you do not directly offer the graph as much more information on what has changed.

    Two approaches to problems (in the sense that you must carefully define your application logic and then to implement) if the underlying data is likely to change.

  • Year (date) and Month (date) "YYMM" in number.

    In the column 'G' I use the formula = month (date)

    In the column 'H' I use the formula = year (date)

    Is it possible to use the formula above to create a "YYMM' as the column 'I '?

    Column 'G and H' will be deleted if the column 'I' is the work.

    Hi LV.

    Here is an example of use of Numbers ' 09. The first method (in column (C) is feasible in 3 numbers; the second is maybe not.

    Columns C and D are left in the default auto format (and alignment).

    Column C, automatically align left, excerpts from the last two formatted numbers Year() then extracts and oncatenates the last two digits of a string built consisting of two zeros & the number Month() one or two. The result is a text string of four digits, as shown.

    C2 and filled down: = RIGHT ((B), 2 YEAR) & RIGHT ("00" & MONTH (B), 2)

    Column D simply copies the string Date and time of B and displays it by using a custom format, showing that the two-digit year & the monthnumber double-digit.

    D2 and filled down: = B

    Custom format for the cells D2 - D8:

    Kind regards

    Barry

  • CD is not compatible with XP, why? I can't pass the data information of my new HP with Vista professional in my other, older __Dell computers using XP iperating system. It makes the CD a bit useless.

    I don't understand why I can't pass data as a file in Quicken to my new HP computer using the CD of my old Dell computer with the XP operating system.  I have to use thumb devices to transfer data.  What is a reason that they cannot be compatible.

    Read the section on using disks of different CD players or format to ISO for older computers

    http://Windows.Microsoft.com/en-us/Windows-Vista/burn-a-CD-or-DVD

    If your computer is equipped with a CD or DVD burner, you can copy files to a recordable disc. This process is called burning a disc. By default, Windows Burns discs in the active file system format, but you can also choose to burn discs in ISO image format.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://Windows.Microsoft.com/en-us/Windows-Vista/disc-burning-frequently-asked-questions

    Why are there two different ways to format a disc?

    You can choose between the formats of live file system and mastered during the creation of a new recordable disc because each of these formats is used for different purposes. The default choice is the active file system because it is a more convenient way to create a disc. When you use a Live file system disc, files are copied to the disk immediately. When you use the ISO image format, the files are stored in a "transit zone" until you decide to burn the disc.

    When you use the system format active files with rewritable discs, such as CD - RW and DVD - RW, you can also erase unwanted files from a disc to recover space, which is not possible with mastered discs. On the other hand, mastered discs are more compatible with older computers, previous versions of Windows, and other devices such as CD and DVD players. For more information, see which CD or DVD format should I use?

    See you soon.

    Mick Murphy - Microsoft partner

  • contextAction make a page in passing datamodel.data

    Sorry if this has been asked before. Searched and cannot find a solution for the problem I have.

    I'm trying to push a page to display the data from a dataModel. I am doing from a context menu. My research, I learned about creating a function for managing scope issues. But I've tired and haven't found a solution for the data. All solutions?

                ListView {
                    id: sitesList
                    topMargin: 50
                    dataModel: sitesModel
    
                    listItemComponents: ListItemComponent {
                        type: "item"
    
                        StandardListItem {
                            id: siteListItem
                            imageSource: "asset:///images/" + ListItemData.FuelBrand + ".png"
                            title: ListItemData.Location_Desc
                            description: qsTr("%1, %2, %3").arg(ListItemData.Site_Address1).arg(ListItemData.City_id).arg(ListItemData.Province_id)
                            contextActions: [
                                ActionSet {
                                    title: "Station"
                                    ActionItem {
                                        title: qsTr("Services")
                                        imageSource: "asset:///icons/ic_view_details.png"
                                        onTriggered: {
                                            siteListItem.ListItem.view.pushDetailsPage();
                                        }
                                    }
                                }
                            ]
                        }
                    }
    
            function pushDetailsPage() {
                        // Trying to get the data here and pass to page.
                        var page = sitesPage.createObject();
                        navPane.push(page);
                    }
                }
    

    There are a few strategies to successfully achieve what you want. I think it's the easiest way.

    on the sites page, set the properties that you have:

    Page {
        property string locationDesc
        property string description
    }
    

    And, in the list view page:

    ...
        ActionItem {
            title: qsTr("Services")
            imageSource: "asset:///icons/ic_view_details.png"
            onTriggered: {
                siteListItem.ListItem.view.pushDetailsPage(ListItemData);
            }
        }
    ...
    function pushDetailsPage(data) {
        // Trying to get the data here and pass to page.
        var page = sitesPage.createObject();
        page.locationDesc = data.Location_Desc
        page.description = data.description
        navPane.push(page);
    }
    

    If you need to make complex initialization in the sites page when you set these properties, make an initialization function on the page of sites that accepts the data parameter and name in pushDetailsPage.

  • Gets the number of records in the report based on the input of the user on the date and the number of days.

    Hello

    I need where there are quick dashboard that selects the date, second interval column consists of >, <, = and the third column is seen number (in days)

    for example, the user enters: 12 18, 2015, <, 9. here I report who should get the data (records) 9 days earlier from the date specified (from 12/10/2015 to 18/12/2015).

    Similarly for > =.

    How to get there. I'm unable to write the script and I use the column date in my report. Ask that you please advice how to solve this problem.

    Please find below the screen for reference.

    timediff.jpg

    Kind regards

    Chandra Khalil.

    Hello

    Not exactly why you're doing the report this way. If the user must select, basically, a period of dates, would not easier to have a column of data with a between the operator and the user would select 2 dates (upper and lower intervals)?

    In any case, it is possible to achieve what you want to do as a result of your approach. You could use when's CASE and have a more complex filter, but I think that it is better to have a few nested filters where you use the range operator to determine what date filter that you use (see image below)

    Some notes about my filter. First of all, I am making the assumption that the operator is "=", then the number of days specified must be ignored and you just return the data for the selected date. You will notice also that in my filters, I got a cast so far, but if you are using a column that is already a timestamp so it won't be necessary.

    This should achieve what you want.

    See you soon,.

    Pedro

Maybe you are looking for

  • Can I extract text from a document of numbers?

    I made a list of items in a document of numbers so I could get an alphabetical sort it. Now, I would like to copy this text into a Pages document. I select the text in the document numbers, copy it, then paste it into the page document, but what appe

  • Disable the Middle-click to reopen tabs

    When I Middle click on a region to unlink from a page, it reopens the tab more recently closed on the page I am consulting. Is it possible to disable this? It gets awkward if I'm bored as I am trying to open a link in a new tab and have rather naviga

  • Satellite Pro U400 - 13A: key FN and the "zoom" feature

    I hit the button FN + space to zoom.My appear now shows a small desktop computer with a 'black space' border around it.I hit the FN + space to return to 'normal', but I'm still left with a small desktop display. How to restore the desktop computer to

  • Windows 7 - I get the error code 646 in updates are trying to install. There are 5 important updated that keep a failure.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: You have problems with programs Error messages Recent changes to your computer What you have already tried to solve the problem

  • What is c? a2107 7 inch tablet

    There is a strange camera looking thing next to the symbol of lenovo on the left. It looks like the camera to the right of the symbol lenovo but it's much harder to see. Anyone know what it is?