How to change template name based on the parameter in bipublisher

Hi all

I want to change the model based on the selected report parameter.

For example: If A is selected it should use a model, if B is selected it should use the B model.





Thank you
KSS

HII,

can you clarify pls.
If you have any what example it would help me a lot... I use a model RICH in BIpublisher.

Published by: André on November 12, 2009 20:10

Tags: Business Intelligence

Similar Questions

  • How to change display name content in the assignments Panel?

    It sounds like such a simple question, but I've been googling and searching forums 30 minutes now with no luck.  So I was wondering if it is even possible at all.

    How can we change the name of the content in the assignments Panel?  The names given here seem random and our publishers are complaining.  I saw in other proper names beautiful screenshots and tutorials for the stories, but I was not able to understand.  How to change the name of what I've highlighted in the screenshot below?

    Thank you and sorry for what seems like such a basic question but my creators don't know and me (technical support) are waiting to understand for them.

    3-18-2014 9-14-30 AM.png

    Kind regards

    -Aaron

    First check the content. Then simply click on the name of the story.

    Keep in mind that you only change the name in the Panel, not the name of the actual file BCTI.

  • How to change computer name in windows vista edition Home premium?

    How to change computer name in windows vista edition Home premium?

    Hi LorenWorm,

    You can see the following article for more information on changing the name of the computer:

     

    Change the name of your computer

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-your-computer-name

    Let us know if this information useful.

  • How delete/change my name on outgoing e-mail.

    How delete/change my name on outgoing emails Windows 7

    We are using Outlook and the same problem

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • Questions asked by a beginning.  CF, HTML, change of name/path of the folder and the addition of home page.


    Questions asked by a beginning. CF, HTML, change of name/path of the folder and the addition of home page.
    Hello, I got this new job and I'm trying to understand it as soon as possible. I'm a complete newbie to html, CF and web development
    Yes, I caught a few books, but if you can help me. I appreciate a lot is.

    I have this file structure
    Z:\ToExport\RepDocs\MyReport
    Pointing to this one
    http://myserver/MyReport/
    You will find a folder of MyReport
    And find 2 .cfm
    1 index
    2 version.cfm
    I have 2 BIG questions, ok 3

    HOW TO MAKE A PAGE THAT WILL CONTAIN
    The link of this MyReport.
    A home page. In other words.

    Homepage that contains a main report text
    Name of the division_

    Then a link called my reports. And your report
    Prefereably sorting

    · My reports.
    · Your report


    HOW CAN I CHANGE THE FOLDER
    Of
    Z:\ToExport\RepDocs\MyReport
    Pointing to this one
    http://myserver/MyReport/
    TO
    Z:\NewExport\repmining\myreport

    And then tap on it
    http://myserver/ repmining\myreport


    WHY IS THE REPDOCS NOT TYPED IN THE BROWSER WHEN YOU VIEW the MYREPORT. (I don't have to type (repdocs) to view the report)?
    in other words:
    Z:\ToExport\RepDocs\MyReport
    Is typed
    http://myserver/MyReport/

    without repdocs.

    Please excuse me.
    I am a true beginner.

    Thank you.
    Hope someone replies soon.
    Take care.

    OK, I think I understand your questions, so here:

    Quote:
    HOW TO MAKE A PAGE THAT WILL CONTAIN
    The link of this MyReport.

    Just have a link on a page, e.g.:
    TEXT of the LINK,
    As for your question on your reports, I don't understand what you're asking

    Quote:
    HOW CAN I CHANGE THE FOLDER
    Of
    Z:\ToExport\RepDocs\MyReport
    Pointing to this one
    http://myserver/MyReport/
    TO
    Z:\NewExport\repmining\myreport

    And then tap on it
    http://myserver/ repmining\myreport

    If you are directly connected to the server, simply create a folder (what looks like) Z:\ToExport\RepDocs\ which is the new name of Fortin, ex:
    Z:\ToExport\RepDocs\NEW_folder and put the files into it. If you are now directly connected to the server, use a program such as FTP server to connect via FTP and do the same thing.

    Quote:
    WHY IS THE REPDOCS NOT TYPED IN THE BROWSER WHEN YOU VIEW the MYREPORT. (I don't have to type (repdocs) to view the report)?
    in other words:
    Z:\ToExport\RepDocs\MyReport
    Is typed
    http://myserver/MyReport/

    It is simply because http://myserver/Myreport/ is set to point to the Z:\ToExport\RepDocs\MyReport file so it looks http://myserver is set on the Z:\ToExport\RepDocs\ folder anything you add to a folder which will be included.

    I have IE hop answered some of your questions

  • How to replace filtering engine based on the Windows Component?

    HI - how to replace filtering engine based on the Windows Component?

    See the link below.   This fix is well worth trying, but if your system has been damaged by malicious programs such as Sirefef there may be more issues involved.

    blogs.technet.com/b/asiasupp/archive/2011/12/27/error-code-0x80070424-with-Windows-Firewall-and-quot-base-filtering-engine-service-quot-not-available-in-services-database-list.aspx

  • How to create a report based on the item selected from the list of selection?

    Hello

    I created a tables_LOV based on:

    Select table_name table_name user_tab_cols r, d

    where column_name like '% _type % '.

    Then I created a ListOfTables page element, display in a selection list and pointing to tables_LOV.

    I run the page, and I can choose the table I want in the drop-down list.

    How to create a report based on the selected element? (ex: select * from selected_table)

    Thanks in advance

    Salah

    Hi Salah,

    Allright, take a look at this page: http://apex.oracle.com/pls/apex/f?p=vincentdeelen:collection_report

    I think that simulates what you are trying to accomplish. I've implemented the simplest method I could think of.

    The report is based on a collection of apex. If you are not familiar with this, you should study the documentation: APEX_COLLECTION

    To recreate my example, you should:

    (1) create a report (interactive) on your collection

    SELECT *
       FROM APEX_collections
     WHERE collection_name = 'MY_COLLECTION'
    

    (2) create a selection list page_item for the tables that you want to display (in my case, this is called "P38_TABLES")

    (3) create a dynamic action that triggers on the evolution of your selection list page_item. Dynamic action must be a parade of PL/SQL procedure the following code:

    declare
      l_query varchar2(4000);
    begin
      l_query := 'select * from '||:P38_TABLES;
      if apex_collection.collection_exists
            ( p_collection_name => 'MY_COLLECTION' )
      then
        apex_collection.delete_collection
          ( p_collection_name => 'MY_COLLECTION' );
      end if;
    
      apex_collection.create_collection_from_query
        ( p_collection_name => 'MY_COLLECTION'
        , p_query           => l_query
        );
    end;
    

    Make sure that you add your page_item 'Page to send items' section.

    (4) add a real extra action that makes an update of the report area.

    Here are two photos describing the da:

    http://www.vincentdeelen.com/images/OTN/OTN_COLLECTION_REPORT_DA1.PNG

    http://www.vincentdeelen.com/images/OTN/OTN_COLLECTION_REPORT_DA2.PNG

    Good luck and greetings,

    Vincent

    http://vincentdeelen.blogspot.com

  • How to select the photos I want to import in the import Windows 7 Wizard, and how to change their name to a group of the name custom when importing?

    Has features missing from Windows XP in Windows 7?

    I'm doing a simple import of photos using the option 'Import pictures and videos using Windows' native Autoplay.

    In Windows XP, I could choose what images to import and give them all the basic name custom during the import process, with each photo added later with a "001", "002" etc using the scanner and Camera Wizard.  It is very convenient because it could have been hundreds of photos on some of my cards from a long period of shots, I could run the tool more than once for different groups of photos that I would choose Import, and the pictures would be get named sequentially and stored in their files you want immediately.  I imported thousands of photos in this way.

    This new tool for Windows 7 allows me to add tags to all of the photos on the cards and devices and name photos after their date, or on the label, or other combinations of that... but why doesn't this new tool in Windows 7 suppose I want to import every single photo on the card device / I just connect and more that I want them all to have the same tag assigned to them?  It's stupid and useless - there, makes only has pictures of a theme on their card at any time that they connect to import their photos and always wants to import everything each time?

    To illustrate this point, let's look at my current situation.  I'm just on vacation in Europe and took pictures to more than one place, I visited, of course and now I would like to mark photos with the location of the names individually... or even more, I would like to actually name photos when importing with the name of the place in the picture.  Scanner and digital camera Assistant & would do that, no problem - you just had to run the tool once for each different group name, then select the appropriate images to import with the same group name.  It has been easy.  This type of naming is far superior to the addition of tags to images named simple-list or date-wise because you can tell what the image file in your library that you want to open just by going to (or get) the group name.  Want to see pictures of St. Peter's Basilica?  If you named the photos with that (added with 001, 002 etc), then simply browse to that name in your folder of photos «The Italy, holiday 2010»  Without trying to find photos Tags into the sea by the name of "IMG20100324005" - soup and no program Photo Gallery Windows Live Photos or necessary Picasa.

    This new program in Windows 7 for the import of images does not appear to be able to handle the very handy feature of its predecessor Windows XP.  It's very frustrating to have opted for the version of Windows newer and supposed to be 'better' but find several programs that have been very useful for XP have valuable features removed or are no longer present at all (like how Windows 7 is no longer a Clipboard Viewer - that has great idea that is?).

    So is it possible to recover the image import feature I apparently lost by 'redevelopment' of Windows Windows 7?  I could of course go and buy an image import and edition program (Smart Photo Import very nice for the price, a quick search I just do), but as this feature was native in Windows XP it is still stupid to have to buy a 3rd party simply program now because Microsoft does not understand the idea of keeping popular features in their software and seems rather "he dumb down.

    Any help to select the pictures I want to import and naming them when importing with a custom group name using the import wizard would be greatly appreciated... + 10 GB of photos and videos of this trip is sitting & waiting for a solution!

    Has features missing from Windows XP in Windows 7?

    I'm doing a simple import of photos using the option 'Import pictures and videos using Windows' native Autoplay.

    In Windows XP, I could choose what images to import and give them all the basic name custom during the import process, with each photo added later with a "001", "002" etc using the scanner and Camera Wizard.  It is very convenient because it could have been hundreds of photos on some of my cards from a long period of shots, I could run the tool more than once for different groups of photos that I would choose Import, and the pictures would be get named sequentially and stored in their files you want immediately.  I imported thousands of photos in this way.

    This new tool for Windows 7 allows me to add tags to all of the photos on the cards and devices and name photos after their date, or on the label, or other combinations of that... but why doesn't this new tool in Windows 7 suppose I want to import every single photo on the card device / I just connect and more that I want them all to have the same tag assigned to them?  It's stupid and useless - there, makes only has pictures of a theme on their card at any time that they connect to import their photos and always wants to import everything each time?

    To illustrate this point, let's look at my current situation.  I'm just on vacation in Europe and took pictures to more than one place, I visited, of course and now I would like to mark photos with the location of the names individually... or even more, I would like to actually name photos when importing with the name of the place in the picture.  Scanner and digital camera Assistant & would do that, no problem - you just had to run the tool once for each different group name, then select the appropriate images to import with the same group name.  It has been easy.  This type of naming is far superior to the addition of tags to images named simple-list or date-wise because you can tell what the image file in your library that you want to open just by going to (or get) the group name.  Want to see pictures of St. Peter's Basilica?  If you named the photos with that (added with 001, 002 etc), then simply browse to that name in your folder of photos «The Italy, holiday 2010»  Without trying to find photos Tags into the sea by the name of "IMG20100324005" - soup and no program Photo Gallery Windows Live Photos or necessary Picasa.

    This new program in Windows 7 for the import of images does not appear to be able to handle the very handy feature of its predecessor Windows XP.  It's very frustrating to have opted for the version of Windows newer and supposed to be 'better' but find several programs that have been very useful for XP have valuable features removed or are no longer present at all (like how Windows 7 is no longer a Clipboard Viewer - that has great idea that is?).

    So is it possible to recover the image import feature I apparently lost by 'redevelopment' of Windows Windows 7?  I could of course go and buy an image import and edition program (Smart Photo Import very nice for the price, a quick search I just do), but as this feature was native in Windows XP it is still stupid to have to buy a 3rd party simply program now because Microsoft does not understand the idea of keeping popular features in their software and seems rather "he dumb down.

    Any help to select the pictures I want to import and naming them when importing with a custom group name using the import wizard would be greatly appreciated... + 10 GB of photos and videos of this trip is sitting & waiting for a solution!

    ===========================================
    Perhaps the following links will propose a few ideas:

    Windows 7 - change settings for importing pictures and videos
    http://Windows.Microsoft.com/en-us/Windows7/change-settings-for-importing-pictures-and-videos
    (don't forget to extend "Import in the view settings" at the bottom of the page)

    Windows 7 - How to make photos from my camera to my computer?
    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-get-pictures-from-my-camera-to-my-computer

    You might find the free Picasa software or Windows Live Photo Gallery
    to be useful:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Download Windows live Photo Gallery
    http://explore.live.com/Windows-Live-Photo-Gallery
    (There are other applications included in the download...
    Uncheck the ones you don't want)

    Picasa
    http://Picasa.Google.com/

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • How to create a document based on the name of a file in the file system?

    Hello

    With lots of photos, I like to have a database to collect information on these photos.

    First question is how to generate a record based on a file in the file system?
    for example, the images are "c:\fotos\2009\01\disc_001.jpg" to "c:\foto\2009\01\dis_98.jpg".
    now, I want to create folders with as one of the attributes of the name of the image (not the image itself). How to create these records (based on information from line-telephony). that is the number of records must be the same as the number of photos.

    any suggestions?
    any response will be appreciated.

    Leo

    Link to create the directory

    http://www.adp-GmbH.ch/ora/SQL/create_directory.html

    You can create a list of files in the directory and read the list of files in this directory.

    [Documentation UTL_FILE | http://download.oracle.com/docs/cd/B14117_01/appdev.101/b10802/u_file.htm#996728]

    [Solution using Java | http://asktom.oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:439619916584]

    SS

  • How to determine task key based on the name of the task?

    Hi all, I'm trying to implement addProcessTaskInstance and I can't get the key to the task dynamically. I want to find this based on the name of the task, since it will be consistent across environments, but because multiple streams of development going on at the same time I can't be guaranteed that the key task will be the same in each environment (I can be guaranteed that it will actually be). I got code rather not hard key in a variable in each environment if I can avoid it.

    Thank you

    Ryan

    You can use this query:

    Select mil.mil_key millet, pkg, tos, obj
    where mil.mil_name = 'add user '.
    and obj.obj_name = 'Xellerate user'
    and obj.obj_key = pkg.obj_key and tos.pkg_key = pkg.pkg_key and mil.tos_key = tos.tos_key

    Update the mil_name and obj_name for your object name and the resource for the task.

    -Kevin

  • How to read multiple channels based on the external clock

    Hello

    Normal 0 false false false MicrosoftInternetExplorer4 / * Style Definitions * / table. MsoNormalTable {mso-style-name: "Table Normal" "; mso-knew-rowband-size: 0; mso-knew-colband-size: 0; mso-style - noshow:yes; mso-style-parent:" ";" mso-padding-alt: 0 to 5.4pt 0 to 5.4pt; mso-para-margin: 0; mso-para-margin-bottom: .0001pt; mso-pagination: widow-orphan; do-size: 10.0pt; do-family: "Times New Roman"; mso-ansi-language: #0400; mso-fareast-language: #0400; mso-bidi-language: #0400 ;} "}

    I use 6254 multifunction for playback of tension with VC ++ 6 as the development tool.

    Based on the documentation NOR I created tasks like this.

    DAQmxCreateTask (_T ("Voltagetask"), & taskHandle);

    DAQmxCreateAIVoltageChan(taskHandle,sChannels,,DAQmx_Val_NRSE,0,10,DAQmx_Val_Volts,);

    DAQmxCfgDigEdgeStartTrig (taskHandle, "PFI2", DAQmx_Val_Rising);

    DAQmxCfgSampClkTiming(taskHandle,"PFI2",303000,DAQmx_Val_Falling,DAQmx_Val_FiniteSamps,nSamples);

    DAQmxStartTask (taskHandle);

    After the generation of clock finished thanks to the DAQmxReadAnalogF64 function, I tried to read samples of each channel.

    DAQmxReadAnalogF64 (taskHandle, DAQmx_Val_Auto, 10, DAQmx_Val_GroupByScanNumber, read, m_nStates & sampsPerChanRead, NULL);

    Total number of samples (nSamples) available in the buffer when the task is created with a single channel and several channels are still to come as even. In several modes of channel returns total sample by channel, which is equal to the total number of samples divided by the number of channels at once.

    For example, if a total number of clock 8000

    With single channel, it reads all the 8000 samples (m_nStates = 8000, sampsPerChanRead = 8000)

    When two tracks he read 4000 samples per channel and so on. (m_nStates = 8000, sampsPerChanRead = 4000)

    If any body know, on every clock how to take samples of all of the configured channels.

    Thanks in advance,

    Renjith.

    Renjith,

    Please note that the behavior, I explained is in line with the provisions should only if you use your clock as I convert clock. You can find information about the different types of synchronization of the analog inputs using NOR-DAQmx; the element to search for is "clocks".

    Since you do not set the clock to convert MY (should be DAQmxSetAIConvSrc()), the fact that I mentioned above is only informative for you, but does not apply to your question.  Sorry for responding too quickly without looking in your code between quotes...

    In order to answer your question, we take a look at the approach to programming DAQmx:

    If you configure your task to be "finished", the task will stop running if the number of samples per channel is acquired. In the case of an external clock (not configured as I convert clock), served it in the sampling interval. The sample clock will automatically receive a sample for all channels with a single clock pulse. From this point of view, the installation program you have in your program seems correct.

    If you do not get the number of samples that await, the fault must be somewhere in your playback function. Do you get any error messages?

    DAQmxReadAnalogF64 (taskHandle, DAQmx_Val_Auto, 10, DAQmx_Val_GroupByScanNumber, read, m_nStates & sampsPerChanRead, NULL)

    If you set m_nStates set to 8000, it's here. You say the Read function to retrieve 8000 samples. None. So if you have two channels, DAQmx acquires 2 x 8000 samples, but read you only 8000 samples... Please change m_nStates to

    m_nStates = #channels x #samples by channel

    This should solve your problem.

    hope this helps,

    Norbert

  • How to change a property of all the elements of the specific type?

    Hello
    This should be quite simple:
    tableA (id, flag)

    There are 2 pages:
    Page 1: allows the user to select P1_ID based on the result set from TableA
    Page 2: there are a lot of items on this page - text fields, areas of text, radio and checkboxes, reports, etc.. He values in these elements are based on the following logic:
    Select < bunch of columns correspond to the page elements >
    from View1, view2...
    where < where clause >
    and
    some_column =: P1_ID

    Question:
    I need to not allow users to change the values in items of type text in page 2, if the value of P1_ID (TableA.id) has a flag value.

    How this can be done?

    The ideal solution would be if I have a routine that requires no coding hard element names.
    Thank you
    Andrew

    Published by: andrey on January 31, 2009 12:51

    Published by: andrey on January 31, 2009 12:52

    Andrew:

    The property that you set is the 'Read only' property for the page element. This is done from the page 'Edit Item'
    The conditions in which this property is set to true can be determined dynamically (no hard coding). Take a look at the list of possible Types of Conidtion. "So if you want the condition to focus on the table you could choose the ' Exists (SQL query returns at least one row)" and the SQL query may be something like
    "Select 1 from where id =: p1_id '.

    CITY

  • 1217nfw MFP how to change network name and password when you buy a new routers

    I have a 1217nfw MFP.  It was working fine without thread.  Then my router has stopped working properly.  I bought a new router and easily set up my computer, the iPad and the iPhone to work with her.  But I don't know how to change the printer set up so that he will see and connect to the new router (i.e., change the network name and the password that the printer uses to connect).  Someone knows how to do this without having to uninstall and reinstall the printer as if it was fresh out of the box?  Thanks for your help.

    Thanks a lot for your help.  The choice to click on my laptop were not quite the same as stated in the article, but the article got to the right spot and I was able to figure out the rest.  So now my laptop is wireless printing.  MacBook Air my wife still does not work, but I'll play with it after the holiday weekend.  Do you know of an article that allows to change the name of the router and the password when it is a Mac?  Whatever it is, thank you very much for your quick response and help.

  • ListView, title change to header based on the stored value.

    Hello

    I'm new to native development, always trying to get a hang of how things are done in QML. I was wondering how it was possible to format the header in the ListView based on the value of the header. For example, the datamodel is sorted by name and status. Status is stored as an integer 0,1,2,3,4,5 in the database. Whenever the ListView displays the headers, I want to show the actual title of the State (for example in progress, completed) instead of display 0 or 1.

    Thank you for your help.

    If... else if... else must have worked well, please send your code.

Maybe you are looking for

  • Satellite A80 129 No. wirless and Bluetooth internet

    Hi guys,. I have a laptop Toshiba I formatted yesterday is Satellite A80-129.After some googling I found the way to get the drivers for it, but those driver links two do not seem to work. Bluetooth stackToshiba OS independent NA World Widehttp://Supp

  • Replace merge with ssd drive, cannot be done?

    My hard drive of my iMac 27 ", end 2012, is running out. It has a fusion of 1 TB drive. I asked the service guy how much it would cost to replace the 1 TB with a 512 GB SSD drive. He said that one cannot do. He claims that the only thing that can be

  • Pavilion dm1-4401sa: HP Pavilion dm1-4401sa Notebook PC Windows 7 drivers

    I am hoping somone can provide me Windows 7 drivers for my Pavilion dm1-4401sa. On the site, the only one available is for Windows 8 Help please!

  • HP OJ 8600 WLAN card printer

    I'm unable to connect my HP 8600 to my home network. I get the error message: "Wireless invalid password (WPA) is entered". My Mac laptop is connected to the network with the passwork, so the password is not the issue. Any ideas?

  • Illustrator crazy me

    Suddenly, Illustrator is not like me. I get a window ' Illustrator has quit unexpectedly. I really need this place and works. What can I do? Help.