Tables not set

I'm having a problem with the animation of the text loaded from an XML document. The info is loaded, and when the trace is run on the individual attributes the content is there. However, the tables in which the data are pushed an error undefined:
= set output =.
Map title: 0
Length of table legends: 3
RandomText: 3
Title: undefined, Description: undefined
=================================================
The actionscript code is included below. Can anyone help? TX!

your cardTitles bays and the descriptions are declared as local inside your onLoad handler variables, which means that they are not available outside this function.

put these two lines:
var cardTitles:Array = new Array();
descriptions of the var: Array = new Array();

below this line:
Legends of the var: Array = new Array();

Tags: Adobe Animate

Similar Questions

  • cannot access the rows of a table not nested element

    What Miss me? I'm under Oracle 12 c (12.1.0.1.0)

    CREATE TYPE dim_O AS OBJECT )

    dimension_id number

    label_en varchar2()300( )

    );

    CREATE TYPE dim_T AS TABLE OF dim_O;

    DECLARE

    dims_t dim_T

    START

    SELECT CAST(MULTISET( )) 

    SELECT  DIMENSION_ID LABEL_EN

    DE    DIMENSIONTABLE -actual physical table in oracle

       DIMENSION_ID IN (3001 3002 3003()

    ) AS dim_T) "dim_rec"

    BY dims_t

    DE    DOUBLE;

    FOR I IN dims_t. FIRST... dims_t. LAST LOOP

    DBMS_OUTPUT. Put_line() dims_t() I). dimension_id);

    END LOOP;

    -exit from the loop above is

    -3001

    -3002

    -3003

    -The following statement fails: cannot access the rows of a table not nested element

    UPDATE TABLE ( SELECT dimension_id FROM TABLE (dims_t) ( )

    Dimension_id SET = WHERE = dimension_id 3004 3003

    -The following statement fails: cannot access the rows of a table not nested element

    UPDATE TABLE ( SELECT dimension_id FROM TABLE (CAST (dims_t in dim_T () ) ( )

    Dimension_id SET = WHERE = dimension_id 3004 3003


    END;

    I'm trying to understand this example very simple, but to no avail.

    Can someone tell me why I get this error?

    Thank you all in advance for your time.

    Marc

    What Miss me? I'm under Oracle 12 c (12.1.0.1.0)

    CREATE TYPE dim_O () AS OBJECT

    number of dimension_id

    label_en varchar2 (300)

    );

    CREATE TYPE dim_T AS TABLE OF dim_O;

    DECLARE

    dims_t dim_T;

    BEGIN

    SELECT CAST (TYPE MULTISET)

    SELECT DIMENSION_ID, LABEL_EN

    OF DIMENSIONTABLE -actual physical table in oracle

    WHERE DIMENSION_ID IN (3001,3002,3003)

    () AS dim_T) 'dim_rec '.

    IN dims_t

    FROM DUAL;

    I'm IN dims_t.FIRST... dims_t.Last LOOP

    DBMS_OUTPUT. Put_line(dims_t (i) .dimension_id);

    END LOOP;

    -exit from the loop above is

    -3001

    -3002

    -3003

    -The following statement fails: cannot access the rows of a table not nested element

    UPDATE TABLE (SELECT dimension_id FROM TABLE (dims_t))

    SET dimension_id = dimension_id = 3003 3004 WHERE;

    -The following statement fails: cannot access the rows of a table not nested element

    UPDATE TABLE (SELECT dimension_id FROM TABLE (CAST (dims_t as dim_T)))

    SET dimension_id = dimension_id = 3003 3004 WHERE;

    END;

    I'm trying to understand this example very simple, but to no avail.

    Can someone tell me why I get this error?

    You get it because dims_t is an array of OBJECTS - not a table of scalars. But your SELECT statement returns scalar.

    There IS NO such object, named "dimension_id"; It is an ATTRIBUTE of the object DIM_O. DIMENSION_ID is a SCALAR which, as says the exception, is a "No nested table element; If you cannot select/Update lines of it.

    What you do is equivalent to the following:

    DECLARE

    dims_t dim_T;

    number of dim_id;

    dim_o design;

    BEGIN

    Design: = dim_o (3, 'ghi');

    SELECT DIM_O (DIM_ID, LABEL) BULK COLLECT INTO table DIMS_T (d_o);

    end;

    /

    ORA-06550: line 7, column 59:

    PL/SQL: ORA-22905: cannot access the rows of a table not nested element

    ORA-06550: line 7, column 1:

    PL/SQL: SQL statement ignored

    This SELECTION is trying to design it as a table when it's a SCALAR - so the same exception you get.

  • Sections of the table not lining up properly

    Hello

    I'm relatively new to programming, so I don't know I just missed something simple here. The problem I have now is that I have created a table and put images in each section of the table. I set the cell padding and spacing between cells to zero, but when I view my page in a browser, there are horizontal gaps between each section of the table (not just horizontal; vertical gap). Can someone tell me what I'm missing?

    Here is my code:

    <! doctype html >

    < html > < head >

    < meta charset = "utf-8" >

    < title > < /title > Home Page

    < / head >

    < body >

    < table width = "1366" border = "0" cellpadding = "0" cellspacing = "0" >

    < tbody >

    < b >

    < td width = "377" height = "268" > < img src = "images/image_01.jpg" width = "377" height = "268" alt ="" / > < table > "

    < td colspan = "7" rowspan = "3" width = "989" height = "399" > < img src = "images/image_02.jpg" width = "989" height = "399" alt ="" / > < table > "

    < /tr >

    < b >

    < td width = "377" height = "81" > < img src = "images/image_03.jpg" width = "377" height = "81" alt ="" / > < table > "

    < /tr >

    < b >

    < td width = "377" height = "50" > < img src = "images/image_04.jpg" width = "377" height = "50" alt ="" / > < table > "

    < /tr >

    < b >

    < td width = "377" height = "73" > < img src = "images/image_05.jpg" width = "377" height = '73' alt ="" / > < table > "

    < td width = "81" height = "310" rowspan = "5" > < img src = "images/image_06.jpg" width = "81" height = "310" alt ="" / > < table > "

    < td width = "259" height = "310" rowspan = "5" > < img src = "images/image_07.jpg" width = "259" height = "310" alt ="" / > < table > "

    < td width = "26" height = "310" rowspan = "5" > < img src = "images/image_08.jpg" width = "26" height = "310" alt ="" / > < table > "

    < td width = "259" height = "310" rowspan = "5" > < img src = "images/image_09.jpg" width = "259" height = "310" alt ="" / > < table > "

    < td width = "26" height = "310" rowspan = "5" > < img src = "images/image_10.jpg" width = "26" height = "310" alt ="" / > < table > "

    < td width = "258" height = "310" rowspan = "5" > < img src = "images/image_11.jpg" width = "258" height = "310" alt ="" / > < table > "

    < td width = '80' height = "310" rowspan = "5" > < img src = "images/image_12.jpg" width = '80' height = "310" alt ="" / > < table > "

    < /tr >

    < b >

    < td width = "377" height = "42" > < img src = "images/image_13.jpg" width = "377" height = "42" alt ="" / > < table > "

    < /tr >

    < b >

    < td width = "377" height = "81" > < img src = "images/image_14.jpg" width = "377" height = "81" alt ="" / > < table > "

    < /tr >

    < b >

    < td width = "377" height = "41" > < img src = "images/image_15.jpg" width = "377" height = "41" alt ="" / > < table > "

    < /tr >

    < b >

    < td width = "377" height = "73" > < img src = "images/image_16.jpg" width = "377" height = '73' alt ="" / > < table > "

    < /tr >

    < b >

    < td width = "377" height = "66" > < img src = "images/image_17.jpg" width = "377" height = "66" alt ="" / > < table > "

    < td colspan = "7" width = "989" height = "66" > < img src = "images/image_18.jpg" width = "989" height = "65" alt ="" / > < table > "

    < /tr >

    < / tbody >

    < /table >

    < / body >

    < / html >

    Use home pages in DW to begin your project.

    1. Go to file > New > blank page > HTML.
    2. Choose a layout from the 3rd Panel.
    3. Press the button CREATE.

    From there it is just add your own text and graphics to the page layout.

    Nancy O.

  • Table not found after recovery completes tablespace

    Hello all, Table not found even after tablespace restored and recovered. Please loot at it if you have a minute.
    SQL > conn reddy/reddy
    Connected.
    SQL > select table_name from user_tables where nom_tablespace = 'REDDY ';

    TABLE-NAME
    ------------------------------
    RECORDS
    EMP

    SQL > select * from emp;

    ENAME E_NUM ESAL E_ID
    -------------------- ---------- ---------- ----------
    Jim 1001 40000 25
    Sam 27 30000 1002
    Kim 1003 35000 30
    Phil 1005 25000 37
    Sam 1006 32000 40
    James 1009 43000 45

    6 selected lines.

    SQL > exit
    Disconnected from the database to Oracle 10 g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options
    [oracle@RHELSRV ~] $ rman

    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Apr 4 21:05:37 2012

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    RMAN > Connect target /.

    connected to target database: ORCL (DBID = 1314955841)

    RMAN > backup tablespace reddy;

    From backup 4 July 12
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 115 devtype = DISK
    channel ORA_DISK_1: from full datafile backupset
    channel ORA_DISK_1: specifying datafile (s) in backupset
    input datafile fno = name=/u01/app/oracle/oradata/orcl/reddy01.dbf 00008
    channel ORA_DISK_1: starting total, 1 to 4 July 12
    channel ORA_DISK_1: finished piece 1 to 4 July 12
    piece handle=/u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_04/o1_mf_nnndf_TAG20120704T210605_7z8rq6pb_.bkp tag = TAG20120704T210605 comment = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:07
    Backup finished on 4 July 12

    From control file and SPFILE Autobackup 4 July 12
    total, handle = / u01/orabackup/c-1314955841-20120704-01 comment = NONE
    Control finished and Autobackup SPFILE file to 4 July 12

    RMAN > exit


    Complete recovery manager.
    [oracle@RHELSRV ~] $ expdp dumpfile = logfile = directory = dpump emp.log emp.dmp tables = emp

    Export: Release 10.2.0.1.0 - Production on Wednesday, July 4, 2012 21:07:21

    Copyright (c) 2003, 2005, Oracle. All rights reserved.

    Username: reddy
    Password:

    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options
    Starting "REDDY". "" SYS_EXPORT_TABLE_01 ": reddy / * dumpfile = logfile = directory = dpump emp.log emp.dmp tables = emp
    Current estimation using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 64 KB
    Object type TABLE_EXPORT/TABLE/TABLE processing
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS of treatment
    . . exported "REDDY". "" EMP "6,070 KB 6 ranks
    Table main "REDDY". "" SYS_EXPORT_TABLE_01 "properly load/unloaded
    ******************************************************************************
    Empty the files together for REDDY. SYS_EXPORT_TABLE_01 is:
    /U01/orabackup/EMP.dmp
    Work "REDDY". "" SYS_EXPORT_TABLE_01 "conducted at 21:08:07

    [oracle@RHELSRV ~] $ sqlplus

    SQL * more: Release 10.2.0.1.0 - Production on Wed Apr 4 08:21:21 2012

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Enter the user name: reddy
    Enter the password:

    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options

    SQL > drop table emp;

    Deleted table.

    SQL > select table_name from user_tables where nom_tablespace = 'REDDY ';

    TABLE-NAME
    ------------------------------
    RECORDS

    SQL > conn virtue sysdba
    Connected.
    SQL > alter tablespace reddy offline;

    Tablespace altered.

    SQL > exit
    Disconnected from the database to Oracle 10 g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options
    [oracle@RHELSRV ~] $ rman

    Recovery Manager: Release 10.2.0.1.0 - Production on Wed Apr 4 21:09:39 2012

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    RMAN > restore tablespace reddy;

    From restoration to July 4, 12
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the restore command at 04/07/2012 21:09:56
    RMAN-12010: automatic channel distribution initialization failed
    RMAN-06171: not connected to the target database

    RMAN > Connect target /.

    connected to target database: ORCL (DBID = 1314955841)

    RMAN > restore tablespace reddy;

    From restoration to July 4, 12
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 109 devtype = DISK

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00008 to /u01/app/oracle/oradata/orcl/reddy01.dbf
    channel ORA_DISK_1: backup /u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_04/o1_mf_nnndf_TAG20120704T210605_7z8rq6pb_.bkp piece reading
    channel ORA_DISK_1: restored the backup part 1
    piece handle=/u01/app/oracle/flash_recovery_area/ORCL/backupset/2012_07_04/o1_mf_nnndf_TAG20120704T210605_7z8rq6pb_.bkp tag = TAG20120704T210605
    channel ORA_DISK_1: restore complete, duration: 00:00:01
    Restoration finished in July 4, 12

    RMAN > recover tablespace reddy;

    To go back to July 4, 12
    using channel ORA_DISK_1

    starting media recovery
    media recovery complete, duration: 00:00:01

    Finished recover to 4 July 12

    RMAN > exit


    Complete recovery manager.
    [oracle@RHELSRV ~] $ sqlplus "virtue sysdba".

    SQL * more: Release 10.2.0.1.0 - Production on Wed Apr 4 21:10:42 2012

    Copyright (c) 1982, 2005, Oracle. All rights reserved.


    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options

    SQL > alter tablespace reddy online.

    Tablespace altered.

    SQL > conn reddy/reddy
    Connected.
    SQL > select table_name from user_tables where nom_tablespace = 'REDDY ';

    TABLE-NAME
    ------------------------------
    RECORDS


    Thanks in advance!

    you have made a complete recovery - that's why everything should be consistent. After RELEASE, the data dictionary has removed information about the table. Therefore, on the restoration and recovery, also, information about the table should not exist. Oracle made the right choice by making the tablespace to be consistent with the rest of the database, including the data dictionary.

    Hemant K Collette

  • After air 1.5 to 2.0.3 update: table not printed correctley

    After the air version 1.5 to 2 adobe (.0.3) when I print a table which is shown correct on screen, not all (data in the cell) is printed.

    The table is set up with variableRowHeight = "true" wordWrap = "true". When a cell contains a line of data, everything is correctly shown on the screen, but when I print this table, everything is printed, but the last line of data. Thus, a cell containing 3 lines of text shows 3 lines on the screen but prints only 2 lines.

    If the cell contains only 1 line, everything prints fine.


    The print function:

    private function printMe (): void {}

    var printJob:FlexPrintJob = new FlexPrintJob();
    {if (printJob.Start ())}
    printJob.addObject (myScreen, FlexPrintJobScaleType.MATCH_WIDTH);
    PrintJob.send();
    }
    }

    Everything worked perfectly with adobe air 1.5... so now, I use the old version of adobe air, until I have a sollution to this problem.

    Something has changed, but I can't know what it is. Someone here who can help me solve this problem?

    Greetz

    You use Flex Builder 3 to your production environment?  If so, you may have a chance to update the version of the SDK Flex 4.1.  Here is an article that gives a few simple steps on the accomplishment that: using Flex Builder 3 with the Flex 4 SDK

    Chris

  • I'm not setting up the sync button

    I know it's stupid, but I'm not setting up the sync button. I want to transfer my old PC bookmarks and read how do it, but when I click on the upper left button of my Firefox screen orange the only option seems to be to synchronize now. Any help is welcome. Thank you Joe

    See: Bookmarks > show all bookmarks

    • Press the F10 key or press the Alt key to bring up the hidden 'bar menu' temporarily.

    You get the orange Firefox menu button when the menu bar is hidden.

    • Firefox menu button > Options
    • View > toolbars (press F10 to display the menu bar)
    • Right click on empty toolbar space

    See also:

  • HP1510 0 x 00000709 can not set as the default printer

    I installed my new HP1510 printer on computer with Windows 7, but I can not set as default in Control Panel printer, get error message 0 x 00000709. This means I can't print a PDF file as my previous printer, which I uninstalled it, is always shown as default in Adobe Reader. I can print emails ok. Please help as I bought the computer to print a PDF file!

    Hello lanto17,

    Welcome to the HP Forums!

    I understand that you cannot set the default printer and are experience PDF problems. Please, try the following steps to answer all your questions:

    Click Start, type Regedit in the search bar. Right-click on it and choose "Run as Administrator". Now, find the following key:

    HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows

    You will need to give this key all permissions. To do this:

    (a) right click on the key that you need to change and/or delete. Click on "permissions...". »

    (b) click on 'Add' in the window that appears.

    (c) there will be an empty box under "enter the names of the objects to select. Type "Administrator" (without the quotes), then click on "check names".

    (d) an administrator name appears, click 'Ok' when it does.

    (e) you should be able to select the profile (click) the administrator under "group or user names. Once you click on it, click on "Advanced".

    (f) click the 'owner '.

    (g) click on the Administrator profile, then put the checkmark in "replace the owner of subcontainers and objects".

    (h) return to the "Permissions" tab, then make sure the Administrator profile is selected.

    (i) in the "Permissions" tab, put a check in each box available. Boxes will probably accompany "Include the permissions that can be inherited from the parent to this object" and "replace all permissions of child object with permissions inheritable of this object.

    (j) then click on 'change '. Put a mark chark in "Full control" under allow. Click Ok. Now click on apply (you may receive a message of Security window, simply click 'Yes'), and then click Ok.

    (k) out of the registry, and then restart the computer.

    The last step is to restart the print spooler. To do this, type services.msc in the search bar. Right-click on it and choose "Run as Administrator". Find print spooler and stop it, then start it.

    Now try to set the default printer like PDF files and printing. Let me know what happens. Thank you!

    Have a wonderful day!

    Mario

  • Not set SSID and no wireless connection not maintained

    My wireless printer worked fine for over a year, and no it's not. The blue light on the just wireless button continues to Flash. I've already directly connected my printer and router and it still does not work. My configuration page says that my SSID is not set. How to set my SSID on my HP Deskjet 3050 a - J611g? Thank you!

    Rye,

    Welcome to the HP Forum.

    You may be able to do by simply reinstalling the software of full functionality for your printer.  The installation configuration framework includes this process.

    General instructions to install the printer software

    · Create a Restore Point: create a restore - Win7 Point OR create a restore point Win8

    ·         Open drivers HP & downloads

    ·         Enter your printer model information

    ·         Select your printer in the list of the 'results '.

    OR

    ·         Open HP Deskjet 3050 has e-All-in-One Printer - J611g drivers

    ·         Enter your operating system from the menu drop-down

    ·         Click NEXT and scroll down

    ·         Find the category driver - software product installation

    ·         Select the base driver, e-print, or a full features software

    ·         Save the *.exe installation package (s) on your computer

    The files will probably save in the "folder"downloads. "

    If it is available, you can download print and scan doctor and / or other programs of the category-utilities

    TIP:

    Install the utilities / tools first. bit installation packages are smaller in size

    ·         If you have control of "Admin", you can highlight the package and "double-click" to install it, otherwise just right-click, select run as administrator and install.

    NOTES:

    ·          Look at the bottom half of the main Web page for your printer for helpful videos help with the installation of the printer software.

    ·          Scroll down the list of videos back until you find the video that best fits your situation.

    ·         Connection USB: download and install the driver software before connecting a USB cable.

    ·         Ethernet: connect the printer to the network and (optional) assign the printer IP address to the router.  Once the printer is connected to the network, make sure that the printer is on, and then install the printer software.

    ·         Once the initial installation is complete and functional, check / install category - updated

    There is valuable information about the Web site, including Manual, pages How-to's , Troubleshooting and SOLUTIONS section and alerts and notifications for your printer.  Be sure to take a comprehensive look at what's available.  To bookmark the page.

    ========================================================================

    The full feature software installs shortcuts on your desktop printer wizard.

    Open it and click on the Home Page (EWS) printer (right side) to open your printer (the connected IP address) in your browser URL preferred.

    You can also open your browser and connect to the IP address of the printer manually by entering the IP address of the printer in the address bar.

    EXAMPLE-

    EWS page for a printer HP Photosmart 7250:

    EXAMPLE: Assignment of SSID, WPA2, AES

    Click on the Thumbs-Up Kudosto show that you appreciate the help and time of our Experts.

    When the answer is a good fix or workaround, click accept as Solution !

    Although I strive to reflect best practices of HP, I do not work for HP.

  • Problems with the DC Power supply QL 355TP: I can not set the tension level

    Hello

    I'm trying to control a power supply DC via GPIB. The power supply being used is the QL355TP of society Thurlby Thandar Instruments (TTi). There are no drivers of OR to control the instruments, then I need to download and install the driver from the website of TTi: the package I installed is as follows:

    "QL - P power supplies, (including QL Series II) series pilot National instruments (Labview and CVI)"

    and I also installed the following:

    "QL - P power supplies (including QL Series II) series, IVI driver"

    So, my problem is that when I try to use the sample application of the driver 'Volts.vi DC Ouput'; defines a specific level voltage, does not work properly. The application gives no error, but it is not set the specific level voltage. However, other functions work properly, as the measure or activate the output. I tried a lot of things, but I don't know why it does not work.

    I enclose the block diagram of the application and the front panel:

    I must say that I barely control instruments using Labview and is possible that this problem would be because I did not consider things basic and mandatory.

    Any help is appreciated.

    Thank you.

    p.s. Try to replace the decimal comma to period. It is possible that the driver does not correctly handle the comma.

  • Run-time error '91'; Variable object or with block variable not set "

    Help, please... I had "run-time error '91'; Variable object or with block variable not set "for kawai2004 game.  Please help how to fix this error.  Thank you very much.

    Hello

    See the following article
    http://support.Microsoft.com/default.aspx/KB/822521

  • Object reference not set to an instance of an object

    After the opening of the "Microsoft SQL Server Management Studio" for SQL 2012 and tries to connect to the server, I get this: reference object not set to an instance of an object. (Microsoft.VisualStudio.Platform.WindowManagement)

    Can someone HELP me please? I'm VERY NEW to this...

    Thank you for your time!

    Install a service pack sql or sql to reinstall or repair. Something must have erased part of the installation, it has not installed right or he needs a SP for SQL.

    http://social.msdn.Microsoft.com/forums/SQLServer/en-us/b04f3626-87f8-475D-8277-276efb6b4cac/object-reference-not-set-to-an-instance-of-an-object?Forum=sqltools

    It is a forum for windows users. I post a question on this forum, it will be more useful, because they treat of this

    Good luck

  • I get "error number 0 x 80040706 Description: object reference not set" while trying to install Empire Earth 2

    Original title: error number 0 x 80040706 Description: object reference not set

    I can't install Empire Earth 2 on my PC because of this error. It is not the disc and I have no drivers up to date. I've tried every suggestion I could find but nothing works. Help!

    Its OK, I found the problem. I recently downloaded EMET 2.0 so I checked it and replace the recommended settings and it worked. I don't know why he did just made even though I thought EMET should only apply to internet explore?

  • Why is the recommendation "Do not set a public DNS server in TCP/IP from DC settings."

    Read best practices for DNS on DC and domain member client settings suggests that you should;

    • Contact your ISP and get the DNS IPs validates them and he adds forwarders, do not set a public DNS server in the TCP/IP from DC parameters

    I just wanted to ask why this was the case, is it a security issue?

    Regards, Paul

    Hello

    Please see the following thread: http://social.technet.microsoft.com/Forums/en-US/winserverDS/thread/bd340926-854a-4725-a967-0ebd6155718b

    Hope that answers your question :)

  • I connect to a database through VS 2010. Suddenly, I get an error message indicating this object reference is not set to an instance of an object

    I use VS2010 professional edition. I used it for my long term project. And the database I use SQL server 2005. When connecting to the database using Server Explorer, I get the object reference is not set to an instance of the error object. I have tried many steps in the microsoft forums. But the bumps still error.

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

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

  • I have not set the date on the camera, how do I change the date on the picture

    I have not set the date on the camera, how do I change the date on the picture

    Thank you

    Maybe some help here: http://windows.microsoft.com/en-US/windows-vista/Change-the-date-and-time-a-picture-was-taken

Maybe you are looking for