Do not record data values

Hello

When I enter data in a data form and save it, the message "the data has been saved" is displayed, but the values disappear from the form of data and are not stored in Essbase.

What could be the reason?

I'm planning 9.3.1.

Thank you

Hello

This was repeated several times recently.

Good reading of these

Problem of saving data on the form

Data not saving forms

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Active button not recorded data.

    java.lang.IllegalStateException: ADF_FACES - 60003:Component with the ID: pt1:r1:0:PanelCollection:b3 not registered Active data.


    I get such a mistake after the ADF, update to the latest version. Before it was not held (I see it working in production, it's only broken in my dev system).

    It seems to be caused by the following fragment:

    < af:button text = "Alter table" id = "b3" action = "editTabledef" disabled = "#{!}" bindings. Delete.Enabled} "/ > "

    The problematic tag here is 'disabled '. When I remove the EL of the attribute, then the problem is gone. But ultimately I need to disable the button

    When no line is selected. Anyone else see a familiar problem? Anyone know how to solve? I tried to change the ChangeEventPolicy, etc., but it doesn't seem to work.

    Hi all... I solved it myself.

    The solution is quite simple and I'll write it here, it may help someone in the future.

    The commandNavigationItem has a property partialSubmit = false (default). This has caused problems

    with 12.1.3 ADF and the solution are fairly simple - affecting the partialSubmit set to true. As I have

    described previously, the problem only appeared when I clicked on the same commandNavigationItem.

    The entire site has been reloaded, and it seems that the integrity should have been lost. I want to understand

    the problem a little bit more, but unfortunately I do not have as much time. Maybe the solution will help someone

    in the future. Thanks to all for trying to help.

  • not recording data form to enter data after the kickoff

    Hello

    Entered data on the data to save is not after hitting the submit button in smartview.

    A regulation is attached to the same data to and executing on save, after recovery, it is not display enter data.

    It is urgent, please help.

    Concerning

    Thanks for your replies.

    The error apparently fixed itself, just gave some time for server and retried, everything works now.

    Concerning

  • Tecra M5 does not record the date and time - battery RTC or CMOS checksum is inconsistent

    My Tecra M5 PTM50E reverend new does not record the date and time. I loaded RTC battery for 8 hours when electricity is on in the said user's manual. I don't know where is the problem. The BIOS settings are respect after power is on.

    When I change any value in the BIOS, the changes are saved properly but date & time system restored to their value 01/01/2000, 00:00 every time when I get out of turning off more of 2-3 min. Message "RTC battery is low or CMOS checksum is inconsistent.

    Press [F1] to set Date/time"does not appear when I power on the computer. Any suggestions?

    Hi guys

    Usually this problem appears only if the CMOS (real time clock) battery is empty or corrupted.
    The real time clock battery powers the internal clock in real time and calendar. It also maintains the system configuration. If the RTC battery is completely discharged, the system loses these data and the real-time clock. In this case, the message RTC battery is low or CMOS checksum is inconsistent appears.

    So I see only two possibilities:
    Either you will charge the battery for real-time clock, or you ask the technician for replacement.

    Generally, the battery must be completely charged after 8-9 hoers but try to connect the laptop to the power adapter for a long time.
    If it will not help solve the problem if you contact the ASP for the RTC battery replacement.

  • Bit data does not record

    only two field data does not record. I placed a script, it works fine, but when it is open after saving a file, the fields are empty. Why this happen?

    event of calculation:

    var a = Itemnumber.rawValue;

    rowb var = xfa.resolveNodes ("form1.page2.Subform1.Table1.Row2 [*]");

    rowc var = xfa.resolveNodes ("form1.page2.Subform2.Table1.Row2 [*]");

    var WDT = xfa.resolveNodes ("form1.page2.Subform3.Table1.Row2 [*]");

    for (var i = 0; i < rowb.length; i ++)

    {

    var b = rowb.item (i). Calculation.rawValue;

    var bb = rowb.item (i). Total_dispensing. RawValue;

    if(a==b)

    var x = bb;

    }

    for (var i = 0; i < rowc.length; i ++)

    {

    var c = rowc.item (i). Initial.rawValue;

    var cc = rowc.item (i). Site2.RawValue;

    if(a==c)

    var y = cc;

    }

    for (var i = 0; i < rowd.length; i ++)

    {

    var d = rowd.item (i). ActualPatients.rawValue;

    var dd = rowd.item (i). Actual_patient. RawValue;

    if(a==d)

    var z = dd;

    }

    this.rawValue = x + y + z;

    If (this.) RawValue == 0)

    this.rawValue ="";

    In addition, I use acrobat X pro. another field of data in the same form to be saved.

    I extended my sample to manage the numbers Actual_patient as well, it looks like now.

    If (!.) Itemnumber.isNull)

    {

    this.rawValue = 0;

    rowb var = xfa.resolveNode ("form1.page1.subform2.Table2.Row2. (()_Calculation.rawValue_==_«_«_+_Itemnumber.rawValue+_»_») ");

    If (rowb! == null)

    {

    this.rawValue += rowb. Total_dispensing. RawValue;

    }

    rowc var = xfa.resolveNode ("form1.page1.subform3.Table3.Row2. (()_ActualPatients.rawValue_==_«_«_+_Itemnumber.rawValue+_»_») ");

    If (rowc! == null)

    {

    this.rawValue += rowc. Actual_patient. RawValue;

    }

    }

    And if the number can be duplicated, then it would look like.

    this.rawValue = 0;

    If (!.) Itemnumber.isNull)

    {

    rowb var = xfa.resolveNodes ("form1.page1.subform2.Table2.Row2. (()_Calculation.rawValue_==_«_«_+_Itemnumber.rawValue+_»_») ");

    for (var i = 0; i)

    {

    this.rawValue += rowb.item (i). Total_dispensing. RawValue;

    }

    rowb var = xfa.resolveNodes ("form1.page1.subform3.Table3.Row2. (()_ActualPatients.rawValue_==_«_«_+_Itemnumber.rawValue+_»_») ");

    for (var i = 0; i)

    {

    this.rawValue += rowb.item (i). Actual_patient. RawValue;

    }

    }

    I updated my sample https://acrobat.com/#d=uQmAFWaVoHydJQ1Xtf0QhQ

    I still don't know how the values of number, calculation and ActualPatient are created in my example, you have to key in, once indexed in the match of calculation the expected results, you posted.

    Concerning

    Bruce

  • my Apple Watch does not record the data of my activity on my iPhone. The application of the activity is implemented on my watch and twinned with phone and not yet to record data.

    my Apple Watch does not record the data of my activity on my iPhone. The application of the activity is implemented on my watch and twinned with phone and not yet to record data.

    HI - try the following steps:

    On your iPhone close application of activity and also, if it runs in the background, the health app (you can close open apps, including the app shows):

    -Double-click the Home button, and then drag upward on each of the app previews to close.

    It can help to restart your iPhone and your watch. Turn on both devices off the power together first, and then restart your iPhone before restarting your watch:

    -To switch off your watch: press and hold the button side until you see the cursor off the power; slide it to turn off;

    -To switch on: press and hold the side button until you see the Apple logo.

    If this does not resolve the problem, try next disconnect and rematching of your watch:

    -L'app shows on your iPhone shows backups automatically, including a new when the unpairing via the application.

    -Choose to restore the watch (backup restore) when provided the opportunity during the whole.

    -Most of the data and settings will be restored, with a few exceptions (for example cards Pay Apple, access code).

    - Pairing your Apple Watch and Support Apple - iPhone

    - Set up your Apple Watch - Apple Support

  • Form Validation failure: "value is not a date and time in the format"

    Hello world

    I am facing a weird problem in my custom OAF page. I'm displaying the records of a particular table through dynamic VO and dynamic array. All records appear correctly. But when I try to click on NEXT 10 records in a table, I get the error like "FAILED FORM VALIDATION: 1000 ORG CUST BO VERSION is not a date and time in the format. Just like in the screenshot below.

    DESKTOP.JPG

    Strange part of the question, if I select the columns to display not related to this day, so I only am not facing problems. If I select only dates to display and also am not facing this problem. If I use the mixture of this type varchar2 and data, I get this error.

    I tried to change the type of data but no use.

    If we close, look at the PARTY_ID error message trying to copy its data to ORG_CUST_BO_VERSION the last column. Why what's happening clue me less. Can anyone guide me on this please?

    The problem is that you use the same name for the creation of the MessageTextInputBean inside the Table.

    The name of MessageTextInputBean make it dynamic.

    ex: -.

    OAMessageTextInputBean oamessage = (OAMessageTextInputBean) createWebBean (pageContext,

    MESSAGE_TEXT_INPUT_BEAN,

    NULL,

    'text' + columnNo);

    See you soon

    AJ

  • Detection of contours in the recorded data

    Hello

    We will perform a few data capture high speed by using a number of cards SMU-6537.

    Once we captured the data we need to re - charge and to decipher. One of the steps in this decryption will require detection of outlines on specific lines, the data recorded. Traditionally, in a language such as C++, the code would be loop keeping previous comparison of data values. It seems to me that LabVIEW can be a little more intelligent than that, if we knew where to look. Is there a better way, for example replay data through a simulated map? Load the data into a structure and perform a function call to this topic? (We expect a lot of data, so we will not be able to load it all in at once)

    If someone could point us in the right direction that would be more useful,

    Thank you, Jon.

    Hi Jon,

    Thanks for your post on the forum.

    Just to confirm, you want to 'Acquire' continuous data (storing in a file) then "Generate" output based on the data stored after some post-processing/decryption.

    The SMU-653 x series of HSDIO cards use the functions of 'DAQmx API' (known as the VI in LabVIEW) for these tasks. Unfortunately, you will not be able to use a card "simulated" such as those in 'Measurement and Automation Explorer' to re-read data, simulated maps are used to configure tasks, testing and coding of materials who has yet to buy, their output is fixed.

    I can refer you to some (linked below) examples that illustrate how calls DAQmx API allows to acquire and generate data.

    Example - DAQmx: Acquisition of continuous digital high speed for the 6536/6537 (continuously acquires the data stored in RAM on the card)

    Example - build permanently and acquire Source synchronous data with software comparison

    That you connect to the file, I can recommend using ' Producer/consumer' architecture by which data are queued in FIFO memory as it is acquired, so the acquisition loop can run at a faster pace. The data are removed in the second loop of written and lower priority in the file.

    Community example - using producer/consumer Architecture for DAQmx reading and writing to a file

    Your data will then be "loop through" as you would in C++, the post-processing/decryption will be then performed before that data is written through the card.

    I hope this helps during the review of the architecture of your application of Jon.

    Thank you very much

  • PicoLog example VI do not save data properly

    Hey, I'm playing with the example provided by picolog VI 104. I'm trying to record data of temperature with the stamps. See the attached VI. For some reason, the saved CSV file this code produces only consists of two lines, the first
    'Time, temperature' and the second '0, 17. How can I add datapoints to the file?
    I want my CSV file to look like this:

    Weather temperature
    0                              23.647

    0.1                           23.456

    0.2                           24.186

    ...                             ...
    Congratulations in advance.

    The problem is your writing on a spreadsheet file is outside the loop and you're only writing your last value that is out of your time in a loop.

    You must open the file and write the header before your loop.  Write each line of data inside the while loop.  Close the file after your while loop ends.

    Other tips:

    Insertion in the table is not the best function to use it.  Use the table build whenever you simply add data to the beginning or the end.  In this case, because you used the Insert table with an index of zero, you were probably get your row of data BEFORE the header line.

    Get rid of the stacked sequence and replace it with a flat sequence.  Once you do this, you will probably find your code is already in order, due to data flow and can get rid of any type of structure in the sequence.

    Your time loop inside another while loop probably gives you some implementation problems due to the race on the local variable Stop conditions.  Sure is a simple while loop.  The code for 'update settings' should be in a structure case linked to control rather than in one outer while loop.

    Use your tools to debug such as probes and highlight performance.  You will then see why your code isn't doing what you want.

  • vo.setAttribute () does not display data on page OAF after DB update

    Hello

    We try to set search field values using vo.setAttribute (). It does not work as expected when there is NO update in the DB table, but it does not display the value on the screen of the OAF when we update the table DB (call parametrisee AM method in controller-> inside the AM by calling the update procedure)

    Query for VO:

    Select t_number, t_type, c_name, t_status, org, of xx_custom_tbl

    where org =: 1

    and c_name =: 2

    and t_status = 'EMPTY '.

    attribute1 is null

    Now we have a button, to the click, it will fill with data in the field list of choices for all ranks. We have made this requirement. But we don't want duplicates in all ranks. To do this, we update the column table as "USED" attribute1 Now, for the second row, when the original Version runs, will be will not display selected data in the first row (as call to the procedure to update the column Attribute1 is done for all ranks)

    We get the code snippet below:

    In the controller:

    If (pageContext.getParameter ("submitButtonClick")! = null) {}

    Vo = OAViewObject

    (OAViewObject) am.findViewObject ("LOVVO1"); Lov inside a Table of manual search VO

    Vo1 OAViewObject =

    (OAViewObject) am.findViewObject ("TableVO1");  Table VO

    While (vo1.hasNext ()) {}

    String org = pageContext.getParameter("Org2").toString ();

    int totalRecord1 = vo1.getRowCount ();

    Row1 row = vo1.first ();

    for (int i = 0; i < totalRecord1; i ++) {}

    String C_Nm =

    (String) row1.getAttribute ("CName");

    Org = string

    (String) row1.getAttribute ("Org");

    VO. Reset();

    vo.setWhereClause (null);

    vo.setWhereClauseParams (null);

    vo.setWhereClauseParam (0, Org);

    vo.setWhereClauseParam (1, C_Nm);

    vo.executeQuery ();

    While (vo.hasNext ())

    {

    Line = vo.first ();

    String T_Type = null;

    String T_Value =

    row.getAttribute("TNumber").toString ();

    Row1.SetAttribute ("Trail_Number", T_Value);

    pageContext.writeDiagnostics (this,

    «aaaI am here.3...» T_Value ' + '.

    T_Value, 1);

    If (row.getAttribute ("TType")! = null) {}

    T_Type =

    row.getAttribute("Trail_NumberType").toString ();

    Row1.SetAttribute ("Trail_NumberType", T_Type);

    }

    }

    Serializable RestrictData [] is {org, C_Nm, T_Value};.

    am.invokeMethod ("RestrictDataLOV",

    RestrictData);

    pageContext.writeDiagnostics (this,

    "After the update of the table ' +.

    Row1. GetAttribute ("Trail_Number"),

    (1);

    break;

    }

    Row1 = vo1.next ();

    }

    break;

    }

    throw new OAException ('updated Table values!',

    OAException.CONFIRMATION);

    }

    Analysis:

    About adding various debugging messages, we have experienced is not populate data in the screen when we update the Attribute1 to "USED". Otherwise, the vo.setAttribute () is working correctly and display the data in the form OFA (search-> row table).

    Can someone please help?

    Kind regards

    Zahid

    Hello

    The code above works fine, it just sets the table at the end of the record values. Since we have similar values, we could not recognize that we actually visualize the latest reports instead of the first 10 records; where vo.setAttribute () worked as expected.

    Also, the first 10 records are now shown by adding the following code to above:

    row = vo.first;
    vo.setCurrentRow(row1);
    

    Kind regards

    Zahid

  • Missing data value on the export

    I use FDM v11.1.2.2, and I get an error during the export step. The message export shows that there is no value for the record. I put the data value for the location as < entity currency >, and I don't know why the dimension value is missing from the dat file that is produced. The adapter is FM11X-G6-A. I don't have any scripts in the application.

    Anyone seen this before?


    Range: 2, error: cell invalid for the period Jan.
    Actual; 2012; Jan; YTD; 2891_DIVN; FFS; [ICP no]; [None]; OM; LOAD;-182.49
    > > > > > >


    Error message in the error log
    * FdmFM11XG6A Runtime Error Log entry to start [2013-23 / 01/11: 54:06] *.
    -------------------------------------------------------------
    Error:
    Code of... 10002
    Description... Data loading errors.
    Process... clsHPDataManipulation.fDBLoad
    Component... C:\Oracle\Middleware\EPMSystem11R1\products\FinancialDataQuality\SharedComponents\FM11X-G6-A_1016\AdapterComponents\fdmFM11XG6A\fdmFM11XG6A.dll
    Version... 1116

    Identification:
    ... The user xxxxxxxx
    Name of the computer... XXXXXXXX

    Connection of FINANCIAL MANAGEMENT:
    Name of the application...
    Name of the cluster...
    Field...
    Connect status... Open connection

    Check the .dat itself and see if the value is there. There is a bug where the user HFM error log does not display the data value. The .dat should be printing If it is defined in the location. If it is printed in the .dat, the line can be an invalid intersection.

  • When, Decode box for the format of a field (not it's value)

    I have a field in a table that is a text format (or the character format). However, it is used by user input as a field "date".
    97% of the data in this field is a date format
    2% is NA, n/a or UNK
    the remaining 1% are the Scriptures of error (i.e. 6/2010 instead of 02/06/2010)

    I wonder if there is a Decode statement or case when I might add when write a SQL query that allows you to convert anything that isn't a date format to Null or to another value I decide. Everything else is returned as date format.

    I'm trying to do the math in my SQL query that detects the difference between a real date field (date system or entry date by subtracting the "text" field containing dates).

    Is this possible and if so, if you please help me with how to write it.

    Hi David:

    You can do it without creating a custom function if you use a regular expression. Just test your field value against many different formats of date as you allow / expect in this area, and if none, then make null.

    Here is an example with three different date formats:

    SQL> WITH dta AS (
      2     SELECT '16-JUN-2011' my_text_field FROM DUAL UNION ALL
      3     SELECT '20110212' my_text_field FROM DUAL UNION ALL
      4     SELECT 'UNK' my_text_field FROM DUAL UNION ALL
      5     SELECT '4-15-11' my_text_field FROM DUAL UNION ALL
      6     SELECT '3/9/2011' my_text_field FROM DUAL UNION ALL
      7     SELECT '1/20/11' my_text_field FROM DUAL )
      8  SELECT my_text_field
      9     ,   CASE WHEN REGEXP_LIKE ( my_text_field, '[[:digit:]]{1,2}\-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)\-[[:digit:]]{4}')
     10                THEN TO_DATE ( my_text_field, 'DD-MON-YYYY')
     11              WHEN REGEXP_LIKE ( my_text_field, '[[:digit:]]{8}')
     12                THEN TO_DATE ( my_text_field, 'YYYYMMDD')
     13              WHEN REGEXP_LIKE ( my_text_field, '[[:digit:]]{1,2}\/[[:digit:]]{1,2}\/[[:digit:]]{4}')
     14                THEN TO_DATE ( my_text_field, 'MM/DD/YYYY')
     15         END my_date
     16  FROM dta
     17  ;
    
    MY_TEXT_FIELD MY_DATE
    ------------- ---------
    16-JUN-2011   16-JUN-11
    20110212      12-FEB-11
    UNK
    4-15-11
    3/9/2011      09-MAR-11
    1/20/11
    
    6 rows selected.
    

    You can see three records has met one of the three tests, so they were converted to a date using the format mask, while others were not. Two of them seem to be dates, but have been left as null, because I did not write a regular expression pattern to check for them. I hope that gives you the idea of how to proceed!

    There is a danger, and it is that someone will enter a number that meets the requirements of the model, but is still not a date valid. For example, 31-Apr-2011 or 2/29/2011. It is possible to make the regular expressions more test, but I tried to keep it simple in this example.

  • DataTemplate not display data, but showing the right amount of lines

    I just started to use Datatemplates to convert our answers on Publisher reports. Basically, I use the PASS-THROUGH method BI Server.
    Copy the SQL from the SQL field advanced in BI answers.
    Place the new SQL in DataTemplate
    Construction DataStructure

    It seems to a sufficient quantity of lines, but no data is displayed. I checked the data multiple times for misspellings and other simple items but I'm not. It seems to make a connection very well, but it does not show and value in data elements. It returns 6 empty lines.

    Attached XML example:
    < name of dataTemplate = "FiveDayCo" defaultPackage = "" than one dataSourceRef = "OracleRPD" > "
    Properties of <>
    < property name = "include_parameters" value = "true" / >
    < property name = "include_null_Element" value = "true" / >
    < property name = "include_rowsettag" value = "false" / >
    < property name = "scalable_mode" value = "off" / >
    < property name = "db_fetch_size" value = "300" / >
    < / properties >
    < Settings / >
    < lexicals / >
    < dataQuery >
    < sqlStatement = "COOR" name > <! [CDATA [SELECT "-match". "% response time of 5 day correspondence" "saw_0, 90% ' saw_1," "-correspondence".]] "% Response time of 5 day match"-90 saw_2,""-match details "". "" Type of correspondence' saw_3 OF finance WHERE ("-match details". "") (Match type' IN ('Customer Service', 'Systematics', 'Not available', 'Privacy')) AND ("Business Unit". ("' Business unit ID" = 6.00) AND ("'-record details" "." ") Record type' = 'Core') AND ("-matches details". "") (Correspondence of State' <>'closed') AND (("-primaire terminé Date prévue".)) "" Primary year expected "= cast (YEAR (date '' 2010-07-01) as char (4))) AND (" "-Date completed expected primary" "." ")" Primary planned calendar month "= MONTH (date ' 2010-07-01'))) [ORDER BY saw_1, saw_3]] > < / sqlStatement >"
    < / dataQuery >
    < dataStructure >
    < group name = "Coorespondence" source = "COOR" >
    < element name = "FiveDayCoorespondenceTime" source = function "saw_0" = "" / >
    < element name = "ValeurIPC" source = function "saw_1" = "" / >
    < element name = "Variance" source = function "saw_2" = "" / >
    < element name = "CoorespondenceType" source = function "saw_3" = "" / >
    < / Group >
    < / dataStructure >
    < / dataTemplate >

    A few things to check. The sql by itself returns the data?

    Also, you need the following: ? If a package is not used/needed, remove the reference.

    The following tag should suffice.

    Your datastructure code must be: (for the name of the element using the value (instead of source =) and I removed the syntax of the function since you don't specify any function like sum, average)








    For a reliable data model reference, check the following: http://blogs.oracle.com/xmlpublisher/2009/06/data_template_progression.html

    Hope that helps!

  • iPhone'S will not record voice memos

    Hello! My new iPhone IS will not record voice memos. I can open the app very well, but when I press the record button it shakes just for a moment and then stops.

    The software is up-to-date (iOS 9.3.1), storage seems adequate (6.0 GB used, 5.6 GB available), MIC works fine in other applications (voice control, camera), so I'm not sure what the issue could be.

    Thank you!

    Try a forced reboot - after open applications using the app Chooser - invoked by fast double pressing the home button and drag upwards on each app until it disappears from the screen.

    Meet the sleep/wake and home buttons down until you see the logo  - then release and allow normal start upward

    If this does not work

    Please take a genius appointment at an Apple Store, or select another authorized service provider.

  • Can I use data value references with a functional overall?

    Can I use data value references with a functional global?  I am trying, but it causes problems:  I run the attached VI with "new DVR" selected.  Then I run it again with "return array" and I get the error 1556: "The reference is invalid. This error might occur because the reference has been deleted."  It seems to have forgotten the DVR, but I thought it should be stored in the shift register.
    
    Another odd thing:  In my VI, if I try to connect the wire shown in "something strange", then the type changes (from U16 array to DBL), i.e. it doesn't recognize the type referenced by the DVR.
    
    I want to pass a very large 4-dimensional array between parallel loops with a functional global.  To avoid memory problems, I want to use a DVR and in-place element structures.  If that's not allowed in Labview, I will try passing it through a user event or notifier.  Any problems with those alternatives?
    
    Thanks.
    

    I received a response from an engineer applications OR on this subject, and it seems that it is perhaps a problem with Labview.  They are working on it, so I'll go ahead and close this discussion.

    Thanks for the help,

    Allan

Maybe you are looking for

  • I have iCloud password, but I can't sign iPad

    Hello team Apple, I have iCloud and Apple id and password but I can't sign my iPad. I'm already connect his work on computer browser. but do'not id and password in the iPad. Please help me Respect of Martin Archambault

  • Messages crashing upward on the opening

    Can someone help me with this? All of a sudden in the middle of writing a message to someone, it bombed. I have rebooted, repaired permissions, nothing seems to work. Splashing around in the console, I thought I saw a conflict with DirectFolderX, so

  • Camera shots come out black

    I have an iPhone 6.  I tried to take a photo using the camera of my iPhone and I would get a black image. How can I fix?

  • OR unrecognized cDAQ-9174

    Hello, I'm not sure if it's good advice, but here goes. I have a USB OR cDAQ-9174, I try to use with LabVIEW 2009 and DAQmx 9.1. After you install LabVIEW 2009, I thought he had DAQmx and device drivers installed with it, so I plugged in the cDAQ. Th

  • Unable to import photos scanned using Microsoft Picture IT 2002, error: he must be stopped.

    Original title: problem with Microsoft Picture It 2002. I've been using Microsoft Picture It on my computer for several years and I really like the program. I recently had to replace my computer a virus, so I chose to buy a new machine and still run