Missing name column in site view

I'm testing Dreamweaver CS4 for Mac and when I imported my
website, suddenly none of the files had names. In fact the name
column is completely missing from both the local and remote side of
the site view page. Can anyone tell me what I've done wrong? I've
been using MX for years with no problem on Mac OS 10.4x, but now
I'm on a new laptop with 10.5 and MX didn't want to work anymore,
so I'm trying CS4 (also with no success :-(
Thanks for any help!
mzvetina

In each of these views, you can go to their view-menu (upside-down triangle) and choose Layout->Select Columns...
Marc

Similar Messages

  • Name column in variables view gone

    I use the latest Mars on Linux KDE (openSUSE Tumbleweed).
    In my debugger view the column with the name is gone. I only see values
    I found with the register view that I can move the second column to the left such that the first column is gone. When I then change the focus and go back I found no way to shift the column to the right such that the hidden column becomes visible. I can just grab the window frame.
    I thought a new workspace might change the issue but unfortunately I cannot create a new workspace. Then I'm not able to create a makefile project with existing code. But this is another issue.
    Are the some ui properties I can delete?
    Any other idea?
    A debugger w/o names is somehow strange
    Thanks

    In each of these views, you can go to their view-menu (upside-down triangle) and choose Layout->Select Columns...
    Marc

  • Missing Song Name Column in Album Grid View

    I've lost the song name column when I am in grid view, and have clicked through to the song list. Anyone know how to get the song name column back?
    Screenshot:
    http://flickr.com/photos/kkeeter/3092018958/sizes/o/

    kentonkeeter,
    This is the way I would approach it:
    - Quit all applications
    - Remove ~/Library/Caches and ~/Library/Preferences/com.apple.iTunes.plist
    - Log out of your user account, and then log back in and test
    - Additionally, you can quit all applications and remove both com.apple.iTunes.eq.plist and com.apple.iTunesHelper.plist, then log out and in to see if that has an effect, although I normally wouldn't expect them to.
    If the same issue persists:
    - Quit all applications
    - Remove ~/Library/iTunes/iTunes Plug-ins (you can drag to the Desktop so as not to lose it; you can always put it back)
    - Log out and in, and test
    Normally, this will take care of the issue so long as you follow the steps in order. If not, normally the next step is to isolate ~/Library/Preferences entirely by quitting all applications, re-naming the Preferences folder (like to Preferences1), and log out and in and test. Keep in mind when logging back in, your account will change appearance. You can revert these changes by once again quitting all applications, renaming the current ~/Library/Preferences (like to Preferences2), then change the original folder's name back to Preferences. Then log out and in.
    Hope this helps,
    Raleigh

  • Please help me I am not seeing Database table column names in field explorer view

    Hi,
    I am developing a crystal report using eclipse and sql server. After creating connection, when i drag and drop tables, The table name and its columns should apper in field explorer view. Then we drag the columns onto crystal report. Unfortunately I am just  seeing only table names but not column names in field explorer view. Could anyone help me?
    After downloading eclipse I have plugged in the crystal report using the following instructions
    1. Click on the Help menu, and then Software Updates > Find and Install... to open the Install/Update wizard.
    2. Select Search for new features to install and click Next.
    3. Click the New Remote Site button. This will launch the New Update Site wizard
    4. Type the Business Objects Updsate Site for the Name field and the following for the URL: http://www.businessobjects.com/products/dev_zone/eclipse/
    5. Click OK to complete the wizard.
    6. Enable the newly created Business Objects Update Site checkbox as well as the Callisto Discovery Site (which should appear by default with Eclipse 3.2) and click Finish.
    Expand the Business Objects Update Site node and enable the Crystal Reports for Eclipse 1.0.0v555 checkbox.
    8. Expand the Callisto Discovery Site and click the button "Select Required". This will automatically select the required Eclipse features necessary to successfully install Crystal Reports for Eclipse.
    Thank You
    Rajavardhan Sarkapally

    Now we have a lot of views which select data from the tables, but I need to get the "Table Column Name" that is linked in the view.
    If you are using SQL Server 2012/2014, then you can use
    sys.dm_exec_describe_first_result_set (Transact-SQL) to gte the informations.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to get column names for a specific view in the scheme?

    how to get column names for a specific view in the scheme?
    TIA
    Don't have DD on the wall anymore....

    or this?
    SQL> select text from ALL_VIEWS
      2  where VIEW_NAME
      3  ='EMP_VIEW';
    TEXT
    SELECT empno,ename FROM EMP
    WHERE empno=10

  • Finder list view name column keeps resizing!

    I mainly use list view in Finder, and I mainly use windows (as opposed to fullscreen) because I like dragging and dropping between them (dragging and dropping in fullscreen with tabs is rather cumbersome).
    Anyway, the name column keeps resizing on me, going from what I have it set to (usually double-clicked to make it fit all filenames) to suddenly being small enough that all the other columns fit in the window without a horizontal scroll bar. This has been happening ever since I upgraded to Yosemite and happens every time I open a new Finder window, expand a folder, move a file, etc. It's incredibly frustrating!
    I was surprised to not find much about this problem mentioned around the web, so I imagine it must be some setting or something specific to my machine. Any help in figuring out how to make it stop doing this would be much appreciated!
    Thanks!

    Sorry, no, preferences in the sense of what I prefer, but I believe view options (command J) are stored in DS_Store files, as well as list view column data, such as date added, date modified, name, kind, size, etc (except for some folders such as network, computer and meetingroom/airdrop?) which are stored in com.apple.finder.plist).  You probably know that you can select which columns display in view options.  Perhaps a temporary workaround would be to switch off other visible columns to display only name or name and one other preferred column to increase space available.  However, myself and another suspect this the problems I described as a bug, and I would have to think your issue is part of that bug.  It seems all related, no? For example, in my Downloads folder, I select to hide "Date Modified", show "Date Added", and arrange by "Date Added".  Maybe it will still show if I close the window and reopen the Downloads folder, maybe it will not, maybe it will change completely to Icon View despite have "always open in list view" being selected in view options.  In any case, after a restart, it will revert back to list view, with "Date Modified" showing and being arranged by "Name".
    Sent feedback to apple, maybe will help if you do as well:
    Mac OS X - Feedback

  • Finding source database table/column name for a column in a view

    Hi i need to be able to identify the original database table/column name for a column in a view.
    e.g. say i have a view like this
    create v1 as select a.name fname, b.name bname, c.name cname,......
    from u1.names a, u2.names b. u3.names c
    where .....
    Now I want to find out that the database table/column name for the fname, bname and cname columns in the view v1, which in this instance is u1.name.name, u2.names.name, u3.names.name.
    But i need to be able to do it for any view. Short of parsing the SQL is there an easy way of doing this?
    Now obviusly I can't do this for virtual columns but I will know my column is not virtual as it has an index on it.

    But i need to be able to do it for any view. Short of
    parsing the SQL is there an easy way of doing this?No, parsing the SQL is the only way. Good luck it is not something I would want to attempt.

  • 10.1 Grid View Album Song "Name" Column Gone?

    In 10.1, Grid View, when an Album is selected and its individual tracks are shown, the "Name" column is no longer visible and there is no way to turn it back on, either in the contextual menu accessed by right-clicking in the column header or in View > View Options (Cmd-J). "Name" is not an option. The "Name" column is visible in the other view modes (Song List, Album List, Cover Flow), but not within an album in Grid View.
    I've deleted the preferences and restarted iTunes, but no change.
    Anyone else experiencing this or have any recommendations?

    kentonkeeter,
    This is the way I would approach it:
    - Quit all applications
    - Remove ~/Library/Caches and ~/Library/Preferences/com.apple.iTunes.plist
    - Log out of your user account, and then log back in and test
    - Additionally, you can quit all applications and remove both com.apple.iTunes.eq.plist and com.apple.iTunesHelper.plist, then log out and in to see if that has an effect, although I normally wouldn't expect them to.
    If the same issue persists:
    - Quit all applications
    - Remove ~/Library/iTunes/iTunes Plug-ins (you can drag to the Desktop so as not to lose it; you can always put it back)
    - Log out and in, and test
    Normally, this will take care of the issue so long as you follow the steps in order. If not, normally the next step is to isolate ~/Library/Preferences entirely by quitting all applications, re-naming the Preferences folder (like to Preferences1), and log out and in and test. Keep in mind when logging back in, your account will change appearance. You can revert these changes by once again quitting all applications, renaming the current ~/Library/Preferences (like to Preferences2), then change the original folder's name back to Preferences. Then log out and in.
    Hope this helps,
    Raleigh

  • Times missing in left column in week view

    I am using iCal 2.0.3 and the hour times to not show in the left column in week view. Noon is present, but no others. There have been a few occasions that times have shown up, but then the next time they are gone. I set up a new user and went into iCal and the dates show. All my prefs are the same in my account and the "new user".
    I am suspecting that there is corrupted prefs file of some sort, but I am reluctant to just delete files without knowing which one. Since I installed 10.4 a few months ago, I have found a lot of settings changed that upgrades should have kept intact in preferences.
    Any suggestions?

    no responses
    posting again

  • Missing Name for TemplateBeginEditable

    Whenever I try to create a new page from a template, I get an error message saying: There is an error at line 115, column 33 (absolute position 3710) of "Macintosh HD:Users:mkeenanb:Desktop:Website:Goddard Portfolio:Templates:Goddard Portfolio.dwt": Missing name for TemplateBeginEditable
    But as far as I can tell, like 115 TemplateBeginEditable has a name.
    What am I doing wrong?
    Here is the code I'm using:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Getting to Know You</title>
    <!-- TemplateEndEditable -->
    <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
    <meta name="author" content="Erwin Aligam - styleshout.com" />
    <meta name="description" content="Site Description Here" />
    <meta name="keywords" content="keywords, here" />
    <meta name="robots" content="index, follow, noarchive" />
    <meta name="googlebot" content="noarchive" />
    <link rel="stylesheet" href="../Colourise11/images/Colourise.css" type="text/css" />
    </head>
    <body>
    <!-- wrap starts here -->
    <div id="wrap">
        <!--header -->
        <div id="header">           
            <h1 id="logo-text"><a href="../Colourise11/index.html" title="">(Devising, Theatre, Community)<sup>Queered</sup></a></h1>       
            <p id="intro">
            A Goddard College MFAIA Portfolio
            </p>       
            <div  id="nav">
                <ul>
                    <li><a href="../Colourise11/index.html">Getting to Know You</a></li>
                    <li><a href="../Colourise11/style.html">Brainstorm</a></li>   
                    <li><a href="../Colourise11/index.html">Create</a></li>
                    <li><a href="../Colourise11/index.html">Praxis and Reflection</a></li>
                    <li><a href="../Colourise11/index.html">Presentation</a></li>   
                </ul>       
            </div>   
            <form  id="quick-search" action="../Colourise11/index.html" method="get" >
                <p>
                <label for="qsearch">Search:</label>
                <input class="tbox" id="qsearch" type="text" name="qsearch" value="Search..." title="Start typing and hit ENTER" />
                <input class="btn" type="submit" value="Submit" />
                </p>
            </form>   
        <!--header ends-->                   
        </div>
        <!-- content-wrap starts -->
           <!-- TemplateBeginEditable name="content" -->
        <div id="content-wrap">
            <div id=description>
                <h2>Getting to Know You</h2>
                <p>Short blurb about Getting to Know You step in devising.</p></div>
        <div id="main">
                <h2><a href="../Colourise11/index.html">Artist Statement</a></h2>
                <p>
             Aritst Statement goes here.
             </p></div>
            <!-- main ends -->   
            <!-- sidebar starts -->
            <div id="sidebar">
                <h3>C.I. Video</h3>
            <!-- sidebar ends -->       
            </div>
            <!-- TemplateEndEditable -->
        <!-- content-wrap ends-->   
        </div>
        <!-- footer starts here -->   
        <div id="footer-wrap"><div id="footer-content">
            <div class="col float-left space-sep">
             <h3>About Maggie</h3>           
                <p>
                <a href="../Colourise11/maggiekeenanbolger.com"><img src="../Images/Purple Headshot.jpg" width="60" height="84" alt="firefox" class="float-left" /></a>
                Maggie is an experienced Teaching Artist, Sex Educator, Applied Theatre Practitioner and Performer. As a teaching artist and sex educator, she has worked all around the country with a wide variety of populations from LGBT Homeless Youth to Seniors.
    <p>
    As a performer, she has performed on and off-Broadway in professional theatre productions as well as self-produced productions of her own creation. Passionate, intentional, ethical and fun, Maggie strives to bring an enviornment of creativity, questioning and joy to all of the work she does. </p>
    <a href="../Colourise11/maggiekeenanbolger.com">   Learn more...</a></p>
                </p>
                <p>
                &copy; copyright 2013 <strong> Maggie Keenan-Bolger</strong><br />
                <a href="http://www.bluewebtemplates.com/" title="Website Templates">website templates</a> by <a href="http://www.styleshout.com/">styleshout</a>
                <ul class="col-list">
                </ul>
            </div>
            <div class="col float-left">
        <!-- TemplateBeginEditable name="studyplan" -->
                <h3>Study Plan Quote</h3>
                <p>
                <strong>Study Plan #1</strong> <br />
                Cool quote from study plan here
                </p>
                <!-- TemplateEndEditable -->
                <ul class="col-list">               
                </ul>
            </div>       
            <div class="col2 float-right">
                <h3>Goddard College</h3>
                <p>This website is a final portfolio from the Goddard College Masters in Fine Arts Interdisciplinary Arts Program. For more information about this program, visit <a href="http://www.goddard.edu">www.goddard.edu</a>.</p>
            </div>       
        </div></div>
        <!-- footer ends here -->
    <!-- wrap ends here -->
    </div>
    </body>
    </html>

    Kuljeet Pal Singh wrote:
    whats the value of control_management_pack_access in your database.
    Is this something I should be worried about? i don't see any issue as the missing object also not doing much IO.
    however you may get the detail from v$segment_statistics
    query you may find from below post.
    Top accessed table
    Thanks for the answer, but for what should I query?
    It doesn't show me a segment name, only the text ** MISSING ** which clearly isn't one of my segments.
    I'm not concerned about the I/O it generates, I'm concerned about the fact that there is no segment name in the report.
    Could this be caused by tables/indexes that were created during the snapshot and were no longer available when the report was generated?

  • Name column or setting title coumn to match name column

    I have an asset list that is full of pictures. Users can view the list with Windows Explorer and put a large number of pictures in the directory.
    The pictures are displayed just fine in the list but they do no populate the title field. They populate the name field based on the file name.
    I have another list that I need to use a lookup column and lookup the picture. Unfortunately I am not able to lookup by the name column. I need to be able to add the pictures to the site and then be able to look them up in another list.
    It is critical that I am able to upload the pictures via Windows Explorer rather than IE.
    Any thoughts on how I can have a lookup column that will look for a value that is not manually entered by a user?
    Joshua Lance

    Hi Joshua, the best way I can think of is to create a SP Designer workflow to copy the file name to another column. Then use the lookup on that column.
    cameron rautmann

  • Edit LabVIEW VI Call Missing Names

    All of the sudden, when viewing the VI Parameter Table in the Edit LabVIEW VI Call, the Name column is missing and I can not expand any of the clusters. It's as though the COM/ActiveX link is somewhat broken.
    I have previously configured many VI links using the Parameter Table and have mapped many individual cluster elements to TestStand items, but now I can not even expand the clusters (because the name column is completely missing) to view the mappings. Everything seems to run fine, and the mappings still seem to exist, but I can no longer view or edit them, and I can not see the name column for existing configurations or new ones.
    Thanks,
    Martin

    Hi Martin,
    If you put your mouse in the area with the red mark, near Type, your mouse cursor will change.  Then, you can expand the name column, even though it is currently hidden.
    Message Edited by AEDavid on 02-19-2007 11:44 AM
    Cheers,
    David Goldberg
    National Instruments
    Software R&D
    Attachments:
    mouse.JPG ‏57 KB

  • Interactive Report Attributes: Missing a column?

    This is for Application Express 3.2.1.00.12
    I'm working on a report with the columns pulled in a SQL statement in the Region Definition section of the Interactive Report Attributes screen. We want to alter the column names so they are more user friendly, so on the Report Attributes tab, I'm looking for the column name we wish to alter, but it is not showing up. Now, in the final report, the column is visible with the header from the name of the column from the database, so the system is aware of the column and can display it, but for some reason we can't see it in the Report Attributes tab.
    Why would a column be invisible or inaccessible in the Report Attributes tab? There are 100 columns displayed in the Report Attributes: Column Attributes section. Is that the reason I'm missing some columns; 100 is a hard column limit on that page?
    Thanks in advance for all help you can provide.
    Matthew Nagler
    Edited by: user13579247 on Jul 20, 2011 10:45 AM
    Edited by: user13579247 on Jul 20, 2011 12:20 PM

    Hi,
    You are almost right place. You need click icon before 100th column name, order to go screen where you can edit column attributes.
    In that screen right top is buttons (Cancle, Apply, < and >)
    Regards,
    Jari
    Edited by: jarola on Jul 21, 2011 5:43 PM
    It might documentation guides you to right screen
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/app_comp.htm#sthref978
    >
    To access Column Attributes:
    1. On the Workspace home page, click the Application Builder icon.
    2. Select the application.
    3. Select a page. The Page Definition appears.
    4. Under Regions, click Interactive Report next to the name of the report region you want to edit.
    The Interactive Report Attributes page appears with the Column Attributes section at the top of the page.
    5. To access the Column Attributes page, click the Edit icon next to the appropriate column Alias.
    >
    Edited by: jarola on Jul 21, 2011 5:44 PM

  • How can I display the descriptor column from a view in my BR message

    I have a table, Memberships, that contains a column for staff id. The staff data is on a remote database and I have created a view to access the required data. I have set the descriptor sequence for the name column of the staff view but the BR still displays the id.
    I'm assuming that because staff is a view and has no capi of its own, the membership capi cannot call the staff capi function display_label.
    I still would like to display the name of the staff member instaid of the ID. Can anyone suggest a workaround to force the display but without having to customize the membership capi after it has been created by headstart?

    Hi,
    try altering the code to create the capi.
    I modified this code allready quite a lot to achieve my goals.
    I also had that problem, and solved it by altering the code that generates the display_label. For each display_label funtion, I add a call to a package- function 'APPPA_LABEL.display_label' with parameters the tablename and the pk of the record. In the packagefunction, you can write your own definition of the display-label.
    The Productivity Boosters look a bit difficult in the beginning, but when you get to know them, you can achieve some good results.
    Greetings,
    Kristof

  • XML Schema Collection (SQL Server 2012): How to create an XML Schema Collection that can be used to Validate a field name (column title) of an existing dbo Table of a Database in SSMS2012?

    Hi all,
    I used the following code to create a new Database (ScottChangDB) and a new Table (marvel) in my SQL Server 2012 Management Studio (SSMS2012) successfully:
    -- ScottChangDB.sql saved in C://Documents/SQL Server XQuery_MacLochlainns Weblog_code
    -- 14 April 2015 09:15 AM
    USE master
    IF EXISTS
    (SELECT 1
    FROM sys.databases
    WHERE name = 'ScottChangDB')
    DROP DATABASE ScottChangDB
    GO
    CREATE DATABASE ScottChangDB
    GO
    USE ScottChangDB
    CREATE TABLE [dbo].[marvel] (
    [avenger_name] [char] (30) NULL, [ID] INT NULL)
    INSERT INTO marvel
    (avenger_name,ID)
    VALUES
    ('Hulk', 1),
    ('Iron Man', 2),
    ('Black Widow', 3),
    ('Thor', 4),
    ('Captain America', 5),
    ('Hawkeye', 6),
    ('Winter Soldier', 7),
    ('Iron Patriot', 8);
    SELECT avenger_name FROM marvel ORDER BY ID For XML PATH('')
    DECLARE @x XML
    SELECT @x=(SELECT avenger_name FROM marvel ORDER BY ID FOR XML PATH('Marvel'))--,ROOT('root'))
    SELECT
    person.value('Marvel[4]', 'varchar(100)') AS NAME
    FROM @x.nodes('.') AS Tbl(person)
    ORDER BY NAME DESC
    --Or if you want the completed element
    SELECT @x.query('/Marvel[4]/avenger_name')
    DROP TABLE [marvel]
    Now I am trying to create my first XML Schema Collection to do the Validation on the Field Name (Column Title) of the "marvel" Table. I have studied Chapter 4 XML SCHEMA COLLECTIONS of the book "Pro SQL Server 2008 XML" written by
    Michael Coles (published by Apress) and some beginning pages of XQuery Language Reference, SQL Server 2012 Books ONline (published by Microsoft). I mimicked  Coles' Listing 04-05 and I wanted to execute the following first-drafted sql in
    my SSMS2012:
    -- Reference [Scott Chang modified Listing04-05.sql of Pro SQL Server 2008 XML by Michael Coles (Apress)]
    -- [shcColes04-05.sql saved in C:\\Documents\XML_SQL_Server2008_code_Coles_Apress]
    -- [executed: 2 April 2015 15:04 PM]
    -- shcXMLschemaTableValidate1.sql in ScottChangDB of SQL Server 2012 Management Studio (SSMS2012)
    -- saved in C:\Documents\XQuery-SQLServer2012
    tried to run: 15 April 2015 ??? AM
    USE ScottChangDB;
    GO
    CREATE XML SCHEMA COLLECTION dbo. ComplexTestSchemaCollection_all
    AS
    N'<?xml version="1.0"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="marvel">
    <xsd:complexType>
    <xsd:all>
    <xsd:element name="avenger_name" />
    <xsd:element name="ID" />
    </xsd:all>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>';
    GO
    DECLARE @x XML (dbo. ComplexTestSchemaCollection_all);
    SET @x = N'<?xml version="1.0"?>
    <marvel>
    <avenger_name>Thor</name>
    <ID>4</ID>
    </marvel>';
    SELECT @x;
    GO
    DROP XML SCHEMA COLLECTION dbo.ComplexTestSchemaCollection_all;
    GO
    I feel that drafted sql is very shaky and it needs the SQL Server XML experts to modify to make it work for me. Please kindly help, exam the coding of my shcXMLTableValidate1.sql and modify it to work.
    Thanks in advance,
    Scott Chang

    Hi Scott,
    2) Yes, FOR XML PATH clause converts relational data to XML format with a specific structure for the "marvel" Table. Regarding validate all the avenger_names, please see below
    sample.
    DECLARE @x XML
    SELECT @x=(SELECT ID ,avenger_name FROM marvel FOR XML PATH('Marvel'))
    SELECT @x
    SELECT
    n.value('avenger_name[1]','VARCHAR(99)') avenger_name,
    n.value('ID[1]','INT') ID
    FROM @x.nodes('//Marvel') Tab(n)
    WHERE n.value('ID[1]','INT') = 1 -- specify the ID here
    --FOR XML PATH('Marvel')  --uncommented this line if you want the result as element type
    3)i.check the xml schema content
    --find xml schema collection
    SELECT ss.name,xsc.name collection_name FROM sys.xml_schema_collections xsc JOIN sys.schemas ss ON xsc.schema_id= ss.schema_id
    select * from sys.schemas
    --check the schema content,use the name,collection_name from the above query
    SELECT xml_schema_namespace(N'name',N'collection_name')
    3)ii. View can be viewed as virtual table. Use a view to list the XML schema content.
    CREATE VIEW XSDContentView
    AS
    SELECT ss.name,xsc.name collection_name,cat.content
    FROM sys.xml_schema_collections xsc JOIN sys.schemas ss ON xsc.schema_id= ss.schema_id
    CROSS APPLY(
    SELECT xml_schema_namespace(ss.name,xsc.name) AS content
    ) AS cat
    WHERE xsc.name<>'sys'
    GO
    SELECT * FROM XSDContentView
    By the way, it would be appreciated if you can spread your questions into posts. For any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

Maybe you are looking for

  • Upgrade to 10.4.10(8R218); ipod now not recognised

    Last night I let 'software update' do it's thing, which seems to be an update to 10.4.10, and now my iPod Shuffle isn't recognised when I plug it in. Has anyone else seen this problem? Max.

  • Bad Order By Detection

    Hello all This thread is the follow-through from another: Dodgy Order By detection There is a problem in APEX to do with it's detection of the "order by" clause. If an SQL query has the string "order by" (case-insensitive) in it, then APEX will not a

  • How to create a web page for a transaction code

    Hi All,, i ve created a T-code for a program and i want to put tat T-code in to web page or BSP page or as a web link. Is their any way to do that.. If yes,, please tell me the procedure of how to do it,, Thanx in advance,, Ill assign points Dinesh

  • Suggest me the name of the Standard table name.

    Dear All,             I need to have the Standard SAP table name which stores the details of all the Programs/Reports developed in ABAP.  Pls reply to me asap. Many thanks in Advance. Regards, Sirisha.

  • Office:Mac 2008.

    I had Office:Mac X installed. I just installed +Office:Mac 2008+. Everything works fine except for Word. It just sends me a crash log every time I try to open it. I can usually figure this stuff out, but I'm at a loss here. Any suggestions.