attempts to display the query results in 2 columns

I'm trying to change someone elses existing of code to display the results of a query in 2 columns on a web page.

The result of the existing code can be seen
here

Here is the code I am trying to change

< table width = "95%" border = "0" align = "center" cellpadding = "4" cellspacing = "2" >
< cfoutput query = "News" StartRowOptional = "" #StartRow_News # "LignesMax =" #MaxRows_News #">"
< tr align = "center" class = "TEXTnormal" >
< class nowrap = "style1 TEXTnormal" td >... < table >
< /tr >
< class tr = "TEXTnormal" >
< td > < table width = "100%" border = "0" cellpadding = "0" cellspacing = "0" class = "TEXTnormal" >
< b >
< td > < cfif News.ImageNameThumb gt 0 >
"< a href =" news_view.cfm? recordID = #News.ID #"> < img src =" "uploadedimages / #News.ImageNameThumb #" alt = "#News.ImageCaption #" hspace = "8" hspace = "0" border = "0" align = "left" > < / has >
< cfelse >

< / cfif > < table >
< td > < a href = "" news_view.cfm? recordID = #News.ID # "class ="TEXThighlight"> #News.Title # < /a > - #News.Day #. #News.Month #. #News.Year # < br >"
#News.Summary # < table >
< /tr >
< / table > < table >
< /tr >
< / cfoutput >
< /table >

I changed the above code to

< table width = "95%" border = "0" align = "center" cellpadding = "4" cellspacing = "2" >
< cfset LoopEndRow = CEILING(#EndRow_News#/2) >
< cfloop
index = "row".
from = "#StartRow_News #
to = "#LoopEndRow #
step = "1" >
< class tr = "TEXTnormal" >
< cfset breaker = 0 >
< cfloop
index = "column".
from = '0 '.
to = '2 '.
step = "1" >
< cfoutput query = "News1" StartRowOptional = "" #StartRow_News # "LignesMax =" #MaxRows_News #">"
< td width = "50%" >
< table width = "100%" border = "0" cellpadding = "0" cellspacing = "0" class = "TEXTnormal" >
< b >
< td > < cfif News1.ImageNameThumb gt 0 >
"< a href =" news_view.cfm? recordID = #News1.ID #"> < img src =" "uploadedimages / #News1.ImageNameThumb #" alt = "#News1.ImageCaption #" hspace = "8" hspace = "0" border = "0" align = "left" > < / has >
< cfelse >

< / cfif > < table >
< td > < a href = "" news_view.cfm? recordID = #News1.ID # "class ="TEXThighlight"> #News1.Title # < /a > - #News1.Day #. #News1.Month #. #News1.Year # < br >"
#News1.Summary # < table >
< /tr >
< / table > < table >
< cfset breaker breaker + 1 = >
< cfif breaker EQUAL 2 >
< cfbreak >
< / cfif >
< / cfoutput >
< / cfloop >
< /tr >
< / cfloop >
< /table >

The results of this code change can be see here

as you can see what I did gives the number of columns (2)
and the correct number of lines for the amount of data (3)
However, each line shows the first 2 pieces of data returned by the query

Can I change the output query so that it returns the data SET by the amount of data already out items?
If so, how?



#data #.




closing tags

Tags: ColdFusion

Similar Questions

  • How to get SQL Developer 4.1 to display the query result?

    SQL DEV 4.0.3.16.84 execution of a SELECT statement is stored in a .sql file causes the window of the query result of pop-up indicating the result of a SELECT statement.  SQL DEV 4.1 is not to do so.

    Oops on my part; my SQL formatting has been the root cause.  I got used to insert split without any character of comment lines in front of them.  For example:

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

    Select funny business;

    The foregoing indicates the behavior described.

    --==================================================

    Select funny business;

    With the dash double comment shows, the SQL works very well.

    This is different than previous versions of SQL Developer, but is probably better functionality.  I'll try to mark it as answered, but anyone with the admin should certainly do so if I can't.

  • 3.1EA1: does not display the query results

    The results of any query I have run in 3.1EA1 do not show in the results of the query tab. When I run sqldeveloper.exe from the command prompt, there are no errors. Sqldeveloper 3.0 is very good.

    Oracle database: 10.2.0.4.0
    Java version: 1.6.0_26
    Operating system: Windows XP sp3 Prod

    This seems to be related to read/write to the history of SQL.
    You can see the question after a
    delete your SQL history
    or if you do not want to keep your history - zip C:\Documents and Settings\\Application Data\SQL Developer\SqlHistory folder before you delete it.

    Let me know.
    -Rambeau

  • new to 4.02, no grid or column names in the query results

    It is a bit strange, I have SQL Developer 4.02 just installed, and I don't see grid or column names in the query results.  Don't see anything useful in tools > Preferences, what don't get me?

    The worksheet gives you a couple of different ways to run a query...

    1. instruction execute sheet icon toolbar (large green arrow, or Ctrl + Enter).

    This produces a results tab of the query with the data displayed in a grid.

    2. worksheet icon toolbar Execute the Script (the small tip of the green arrow on lined paper, or F5).

    This produces a tab out of the Script with the data displayed on the printer.

    If execution of the statement to Execute the Script, using some SQL * most orders will remove the column headers:

    1. set the position

    2. set the pagesize 0 (or 1 or 2).

    Pagesize and linesize default is - 1.  By default, the spreadsheet is free for formatting output script as he wishes.  If you have not changed these settings in the spreadsheet, then see if you point to a startup script in Tools > Preferences > Database > name of the connection startup script file

    Kind regards

    Gary

    SQL DeveloperTeam

  • Need help to understand the query result

    Hi gurus

    I was reading one of the question here in this forum and its link is below:

    Query required for scenario

    I had some confusion related to this code and don't understand the logic of the out put, see query below:

    Query

    with sub_services as

    (

    Select su_seq 12323, 'HLR1' so_id, 1 seq Union double all the

    Select su_seq 12323, "HLR2' so_id, seq 2 Union double all the

    Select su_seq 12323, "A09" so_id, seq 3 of all the double union

    Select su_seq 12333, "MO1" so_id, seq 4 Union double all the

    Select su_seq 12333, "MO2' so_id, seq 5 Union double all the

    Select su_seq 12333, "A09" so_id, 6 seq in union double all the

    Select su_seq 12333, 'M0CR' so_id, seq 7 Union double all the

    Select su_seq 12999, "LOL1' so_id, seq 8 Union double all the

    Select su_seq 12999, "LOL2' so_id, seq 9 double

    )

    Select *.

    of sub_services b

    where exists (select 1 from sub_services

    where su_seq = b.su_seq

    and so_id = 'A09.

    )

    order by 2;

    The query result

    12323 A09 3

    12333 6 A09

    12323 HLR1 1

    12323 HLR2 2

    12333 M0CR 7

    12333 4 MO1

    12333 5 MO2

    According to my understanding, the above query should return records in red only because of her is below command

    It exists (select 1 from sub_services

    where su_seq = b.su_seq

    and so_id = 'A09.

    but don't know why he's back 7 files, can someone help me understand the result...

    It is query is functionally identical to the PL/SQL block, but much more effective.

    declare

    number of l_res;

    Start

    for line (select *)

    sub_services) loop

    Start

    Select 1 from l_res

    of sub_services

    where su_seq = row.su_seq and

    so_id = "A09" and

    rownum = 1;

    exception when

    NO_DATA_FOUND then

    null;

    end;

    end loop;

    end;

    Essentially every row in the outer query are tested against him exists query.  Given the correlation between two requests is based only on su_seq each line with a su_seq value returned by him is returned in the output.

    Another way to think he uses instead a join condition.  This query is equivalent to the query to exist

    Select the main

    of main sub_services

    Join select (separate su_seq

    of sub_services

    where so_id = "A09") cond

    We main.su_seq = cond.su_seq;

    John

  • The query results: extract all lines?

    I was looking for a feature that will allow me to choose to return "all records" in the query results window. The current behavior is fetching 50 files at a time (for example fetch 50 records when you scroll the results = s-l-o-w). What I would do, that is 'Recover all lines' and then use for the scroll bar to scroll "smoothly" to the last record. For example, the 8.0.6 Query Builder version has this feature and SQL Developer 3.0, if I right click on the results. I choose 'Count lines... ". ", looks like it would be a perfect place to put an option"retrieve all rows.

    If your application is to be able to quickly reach the last record in a query you can press Ctrl + Page Down (with emphasis in the grid of results) and you will automatically position your view to the last record in the query automatically go get all the results in the process.

    You have no need to do anything with the mouse scroll is actually the fastest way to reach the desired line.

  • Display the data type of a column in the status bar

    Hi all

    n pl/sql developer, when I select a column in a table.

    If I clicked with the mouse on the column in the query results box, it shows me the type of data and the size of the column in the status bar

    Developer SQL does not by default,

    is there an option I can change to do the same task?

    Thank you

    No, you will need to open a popup DESC of the query to see the data types of the data returned.

  • The query results display help

    Hello

    I'm having a problem with the display of the results of my query result.

    When I cfloop on the results... the part number was released on 3 different ranks... when I want it on a single line, querying multiple tables... and you cannot use the option to group with the cfloop

    This is the query

    <cfquery datasource="wire" name="testss3">
       SELECT a.part AS pparts, a.wireid AS wireidA, a.strnds, a.wt, a.sps1, a.sps2, a.sps3, a.tin, b.slookup AS lid, b.wireid AS wireidB, b.reelid AS reelnmbr, d.reelid AS rlid, d.rname, d.rsku, d.rcost, e.plookupid, e.prctid, e.wireid AS wireidE, f.prctid, f.percentage, g.rsize
       FROM Mpart a, slookupt b, reeltbl d, prctlup e, prct f, spoolsize g
       WHERE a.wireid = b.wireid AND e.prctid = f.prctid AND a.wireid = e.wireid AND b.reelid = d.reelid AND g.spoolSizeid = b.spoolSizeid
       </cfquery>
    <table border="1" border="1">
     <tr>
            <td></td>
            <td bgcolor="#CCCCCC" class="style23">Part No.  </td>
            <td bgcolor="#CCCCCC" class="style23">Wt./Mft.</td>
            <td bgcolor="#CCCCCC" class="style23" colspan="3">Spool Sizes (Cost/ft.)</td>
            <td> </td>
          </tr>
                  
       <cfloop query="testss3"><cfoutput>
         <tr>
            <td></td>
               <td align="left" class="style23">#pparts# @</td>
                <td align="left" class="style23">#wt#</td>
               <td align="left" class="style23">
                #rsize# #rcost#  #wireidA#</cfoutput></cfloop></td>
            <td> </td>
           </tr>       
    </table>
    

    Reference No..M/m/Mft.Sizes in stock waiting (cost/pi)
    ground 10 @.31.431000 2.8000 1
    ground 10 @.31.432500 5.9800 1
    ground 10 @.31.435000 7.3000 1
    400A31.431000 2,8000 2
    400A31.432500 5,9800 2
    400A31.435000 7,3000 2
    8 ground @.50500 2,8000 4
    8 ground @.501000 5,9800 4
    8 ground @.505000 7,3000 4
    8 T @.50500 2,8000 5
    8 T @.501000 5,9800 5
    8 T @.505000 7,3000 5

    the first line should read 10 ground | 31.43. 1000 | 2500 | 5000

    rank 10 t | 31.43. 1000 | 2500 | 5000

    Any help would be appreciated!

    Thank you!

    You must nest CFOUTPUT tags to use the way you want.  One

    outside the loop to get the 'line after line only' and an inner to get all the

    subdetails in this line:

    roughly

  • Display of query results

    I wrote a request to give me monthly information on the activities of our users.  The works of query and the data are good, but I'm not a fan of how it displays the information that I have and wanted to know if there was a way for me to re - write the query to get the same results.  Here are examples.

    Oracle Version: 11.2.0.2

    Scenario of

    Select ev.initiating_user, ad.display_name, count (*)

    the event ev, auditdefinition ad

    where ev.object_class_id = ad.event_class_id and ev.create_date between to_date('01-MAY-2014','dd-MON-yyyy') and to_date (31 May 2014 23:59:59 ',' JJ-ME-aaaa HH24:MI:SS)

    Ad group. Display_name, ev.initiating_user

    ad ranking. Display_name, ev.initiating_user;

    Please note that the data themselves are not given 'real', but it should give you an idea of what I need.

    initiating_user display_name Count (*)
    User1Creation1
    User2Creation23
    util_3Creation456
    User1View380
    user4View

    3490

    user5View2309
    util_3Change

    120

    user5Change4230Utilisateur6Change3489User7Change59

    As you can see, a user may be listed through all the s different 'display_name '.  The display_name will generally always the 3 above, but I'll add another in a future later.  Essentially, it is pretty static.

    My Question

    How can I get the desired below display?

    User1 User2 util_3 user4 user5 Utilisateur6 User7
    Creation123456
    View38034902309
    Change1204230348959

    Essentially, I want to make the header user names.  User names can change from one month to the next, is not the static data.  I read an article on 11 g - pivot.html and it discusses something with pivot and unpivot.  I tried to use the concept in my query, but cannot understand successfully where I'm wrong.  Here is my attempt.

    Select * from)

    Select ad.display_name, ev.initiating_user from auditdefinition ad, event ev where ad.event_class_id = ev.object_class_id

    )

    Pivot

    (

    Count (initiating_user)

    for initiating_user in (select distinct initiating_user of event)

    )

    order by display_name;

    When I try to launch it, I get an error message:

    ORA-00936: lack of expression

    00936 00000 - "missing expression.

    * Cause:

    * Action:

    I tried to change my query to:

    Select * from)

    Select ad.display_name, ev.initiating_user from auditdefinition ad, event ev where ad.event_class_id = ev.object_class_id

    )

    Pivot

    (

    Count (EV.initiating_user)

    for ev.initiating_user in (select distinct ev.initiating_user of the event ev)

    )

    order by display_name;

    But I got an error message:

    ORA-01748: only here allowed simple column names

    01748 00000 - "names of only allowed simple column here.

    * Cause:

    * Action:

    I looked at the error and I think that it is said that Oracle does not like the prefix "ev." in the "pivot ().  Can someone please help provide me assistance?  Thank you.

    d

    976563 wrote:

    SELECT *.

    DE)

    SELECT ad.display_name, ev.initiating_user

    To auditdefinition ad.

    ev event

    WHERE ad.event_class_id = ev.object_class_id

    )

    PIVOT XML

    (

    Count (initiating_user)

    FOR initiating_user IN (SELECT DISTINCT initiating_user

    OF the event)

    )

    ORDER BY display_name;

    ORA-00918: column ambiguously defined

    00918 00000 - "ambiguously defined column.

    * Cause:

    * Action:

    I don't know where is the ambiguous column that oracle is not satisfied.  Any ideas?

    Don't count on it, it won't, FOR the terms column should not be part of aggregate clause. (this my observation)

    Count (initiating_user)


    Either use

    COUNT (1)

    or

    COUNT (any other column),

    What should there be in a select query not among these ad.display_name, ev.initiating_user


    976563 wrote:

    SELECT *.

    DE)

    SELECT ad.display_name, ev.initiating_user,

    To auditdefinition ad.

    ev event

    WHERE ad.event_class_id = ev.object_class_id

    for example

    SELECT *.

    DE)

    SELECT deptno,

    employment,

    SAL,

    EmpNo

    WCP

    )

    PIVOT XML

    (

    Noah Count (empno),

    Sal Sum (SAL)

    FOR EMPLOYMENT (job SELECT DISTINCT FROM emp)

    )

    ORDER BY deptno



  • The query results wrap in the DOS command window.

    Greetings,

    I'm using SQL * MORE in the DOS command window.

    The results of my query is wrapping to the bottom of the page, instead of using the entire width of the window.

    I put the mode command windows, before entering SQL * MORE:
    MODE CON: COLS = 100 LINES = 40

    So, I was hoping to get Oracle to use all 100 columns, displaying the entire response.

    Kind regards
    Dave

    Hi Dave,.

    Size pages, columns and lines are controlled by SQL * more system variables

    For the width of the lines

    The VALUE [IZE] which defaults to 80 LINES

    For the number of lines per 'page '.
    PAGES of the [IZE] VALUE, which by default is 14

    To control formatting, including the width of the columns of indicidual you PASS [UMN], for example:

    COLUMN your_column FORMAT a20

    For more parameters:
    http://download.Oracle.com/docs/CD/E11882_01/server.112/e16604/ch_twelve040.htm

    If you want some settings each time you open SQL * Plus, you can add to your glogin.sql

    Concerning
    Peter

  • Keep the query results set all paging

    I have a query back thouands of records. For do not impact performance display and paging, which would be the best way without use of query caching? Is it possible to keep the first recordset query time she and her use in Exchange?

    Load balancing definitely throws a wrinkle by using shared memory.  There are ways to address these problems, but they all come with the pros and cons, just basically choose what pros like you and what the disadvantages that you can live with.

    I.E. you can use sessions.  So when a user first access your application, all future queries are sent to the same server that processes requests for first.  But this means that if this server will see, all users currently glued to it are s.o.l.

    I saw other people using databases for the persistent memory.  But then, you have the LAG involved in obtaining data from the database on every request, although it should be easy fast queries to do this.  Side pro, it does not matter which server processes the request.

    It would be different then just re - run the original query every time, but rather store the original query results into a temporary table space so that any complexity which may exist should not be repeated.

  • Add lines to the query result?

    Is it possible to add lines to the result of a shutdown of the SQL query, similar to the CALCULATION command in SQL * more?

    In other words, for example, when A column value changes, add a line after the previous line (the last one before changing the column A) to display the sum of the values in column B.

    for example

    < PRE > A and B
    - --
    1 3
    1 4
    1 5
    12
    2 9
    2 1
    2-7
    1 < / PRE >
    SQL> create table sales (person,city,sales)
      2  as
      3  select 'Alice', 'Phoenix', 19 from dual union all
      4  select 'Alice', 'Tulsa', 11 from dual union all
      5  select 'Bob', 'Phoenix', 17 from dual union all
      6  select 'Bob', 'Tulsa', 9 from dual union all
      7  select 'Tony', 'Miami', 5 from dual union all
      8  select 'Tony', 'San Francisco', 4 from dual union all
      9  select 'Tony', 'San Francisco', 3 from dual
     10  /
    
    Tabel is aangemaakt.
    
    SQL> select case grouping_id(person,city,rowid)
      2         when 1 then 'Sub-Total for'
      3         when 3 then 'Sub-Total for'
      4         when 7 then 'Grand Total'
      5         end notes
      6       , person
      7       , city
      8       , sum(sales) sales
      9    from sales
     10   group by rollup(person,city,rowid)
     11  having grouping_id(city,rowid) != 1
     12      or count(*) > 1
     13   order by person
     14       , city
     15       , grouping(rowid)
     16  /
    
    NOTES         PERSO CITY               SALES
    ------------- ----- ------------- ----------
                  Alice Phoenix               19
                  Alice Tulsa                 11
    Sub-Total for Alice                       30
                  Bob   Phoenix               17
                  Bob   Tulsa                  9
    Sub-Total for Bob                         26
                  Tony  Miami                  5
                  Tony  San Francisco          4
                  Tony  San Francisco          3
    Sub-Total for Tony  San Francisco          7
    Sub-Total for Tony                        12
    Grand Total                               68
    
    12 rijen zijn geselecteerd.
    

    Kind regards
    Rob.

  • Date format in the query result window Visual Studio

    Most of the seller tools allow you to change the date format to display datetime in its query results window.
    But .NET does not have this.
    The ability to change what should be in located in tools | Options, but this is not.
    Can it be added in the next version?
    ALTER SESSION SET NLS_DATE_FORMAT = 'HH DD-MON-RR' does not work. BTW.
    .NET or ODT too it rises.

    This might help:

    http://msdn.Microsoft.com/en-us/library/az4se3k1.aspx

    Ming Man

  • Need help to build the query/pl-sql block to get the query result and the name of column from DB table in the form of key-value pairs.

    Hi Experts,

    I have a DB table has columns of more than 50.

    I question this table, it should only return one line at any time. as sqldeveloper below image.

    here, I need to build block pl/sql-query, Discover the column in the table as a key and query result as values.

    Eg:     Key                         -  Value

    TASK_EVENT_ID - 1765

    EVENT_TYPE - ASR_UPDATE

    ... etc until all of the columns in my table.

    Experts please comment on that point, appreciate your help on this.

    Thank you

    -Vincent.

    Here is an approach using DBMS_SQL to iterate over the columns of key / value to assign... (Little code snipped for brevity)

    create or replace procedure (task_expired)

    v_store_id in full,

    v_task_action_id in full,

    v_job_id in full

    )

    as

    -[SNIP code...]

    v_sql VARCHAR2 (4000): = ' select * from my_table where PK = 123';  -Your SQL here!

    v_v_val VARCHAR2 (4000);

    v_n_val NUMBER;

    v_d_val DATE;

    v_ret NUMBER;

    c NUMBER;

    d NUMBER;

    col_cnt INTEGER.

    f BOOLEAN;

    rec_tab DBMS_SQL. DESC_TAB;

    col_num NUMBER;

    vAsString VARCHAR2 (4000);

    BEGIN

    -[SNIP code...]

    Message_properties. CORRELATION: = "EDF_EVENT";

    MSG: = SYS. AQ$ _JMS_BYTES_MESSAGE. Construct();

    Msg.set_string_property ('queueName', ' shipping/csi_cth');

    Msg.set_string_property ('MODE', 'CR8');

    c: = DBMS_SQL. OPEN_CURSOR;

    DBMS_SQL. PARSE (c, v_sql, DBMS_SQL. NATIVE);

    d: = DBMS_SQL. Execute (c);

    DBMS_SQL. DESCRIBE_COLUMNS (c, col_cnt, rec_tab);

    1.col_cnt J

    LOOP

    CASE rec_tab (j) .col_type

    WHEN 2 THEN

    DBMS_SQL. DEFINE_COLUMN (c, j, v_n_val);      -Number

    WHEN 12 CAN

    DBMS_SQL. DEFINE_COLUMN (c, j, v_d_val);      -Date

    ON THE OTHER

    DBMS_SQL. DEFINE_COLUMN (c, j, v_v_val, 2000);   -Else treat as varchar2

    END CASE;

    END LOOP;

    LOOP

    v_ret: = DBMS_SQL. FETCH_ROWS (c);

    WHEN OUTPUT v_ret = 0;

    1.col_cnt J

    LOOP

    -Fetch each column to the correct data type based on coltype

    CASE rec_tab (j) .col_type

    WHEN 2 THEN

    DBMS_SQL. COLUMN_VALUE (c, j, v_n_val);

    vAsString: = to_char (v_n_val);

    WHEN 12 CAN

    DBMS_SQL. COLUMN_VALUE (c, j, v_d_val);

    vAsString: = to_char (v_d_val, ' DD/MM/YYYY HH24:MI:SS');

    ON THE OTHER

    DBMS_SQL. COLUMN_VALUE (c, j, v_v_val);

    vAsString: = v_v_val;

    END CASE;

    Msg.set_string_property (rec_tab (j) .col_name, vAsString);

    END LOOP;

    END LOOP;

    DBMS_SQL. CLOSE_CURSOR (c);

    DBMS_AQ. ENQUEUE (queue_name-online 'cbus.aqjms_common',

    Enqueue_options => Enqueue_options,

    Message_properties => Message_properties,

    Payload-online msg,

    Msgid => Message_handle);

    dbms_output.put_line ('00 Msgid =' |) Message_handle);

    dbms_output.put_line('===Done=');

    -[SNIP code...]

    END;

    /

  • Unable to produce the query results

    Hi all

    Hello. I'm aunable write a query that can produce reuls froe below question. An account can have several part relationship.

    Here is the data for the x table

    PartyID - AcctNo - indicator - RoleCode

    1111      -----     123   ------     Y         -------  110

    1112    -------     123   ------    N        --------- 120

    1113     ------     123   ------   N          --------   130

    1114     -------   124     -----   N        --------    100

    1115    --------   124    ------- N         ---------   110

    1116   ---------   124      ----   N       ---------    100

    1115      --------  125             Y       -------        100

    1116      -------    125             N      ------         110

    1117      -------   126            Y         -----        100

    Query should return these AcctNo is not any indicator = 'Y' and RoleCode did not have 100. In this case the results should be

    AcctNo

    123

    124

    Thanks in advance

    Don

    Hello

    885137 wrote:

    Hi, Frank, here is creation and insertion of table scripts. ...

    Thank you.

    So what's the problem with the query I posted in response #1?  (You must use the correct name of the table, of course).  Specify where he makes incorrect results and explain why these results are false.

Maybe you are looking for

  • Using cell phone in canada for 2 weeks

    Do I have to use my cell phone in canada with their voltage difference.

  • Replacement phone is locked

    My 8 month old iphone 6 + microphone before no longer works so went to the Apple store.  Phone is used mainly for Bermuda or a trip to Europe - even if purchased and replaced in the United States.  Could not activate in the store - but I tried with m

  • Cannot create VSA attributes in ACS 5.1

    I upgraded to ACS 5.1 inorder to use the VSA RADIUS feature that has been added. I am able to create the VSA provider object, but get an error during the creation of the real attributes. Therror States: this failure has occurred: {0}. your changes ha

  • We saw this in InDesign before?

    Anyone know why my spread pages don't line up, and why the page is such a great plan of work?(There are no hidden objects or whatever it is in place, which would cause such a large plan of work).My apologies if this is an easy fix, I know not InDesig

  • Preserve the favorite iPhone in Lightroom?

    I can't find an answer on the forum or online.  My workflow has been less that optimal because I bought an iPhone in December, and I'm trying to find a way to recover.I have now 11 000 photos on my phone - with 1,000 marked as Favorites.  My workflow