Problem creating an extendable panel with a header

Hi -
I'm trying to create a base panel class. What it needs is a header at the
top of it with a title box(another panel) of a different color. The title of
course is in the title box. My primitive solution was to create a parent
panel and place the title box on the header panel, then the header on
the parent panel. My problem is that I can't extend from that and add
components to it with the header there.
Does anybody have a more elegant solution?
Thanks.

Hello Steven,
You can use createdby field to determine the docentry of the base document instead of quering docentry by docnum
select createdby, transtype, baseref from jdt1
Note: Always set the correct document type for payments: (createdby is ok in integer format)
Example:
Opening Balance:  JE # 8 amount 1000, created by Opening balance (not JE)
   vPay.Invoices.DocEntry = 8
   vPay.Invoices.InvoiceType = BoRcptInvTypes.it_OpeningBalance
   vPay.Invoices.SumApplied = 1000
   Call vPay.Invoices.Add
Opening Balance:  JE # 8 amount 1000, created by Journal Entry
   vPay.Invoices.DocEntry = 8
   vPay.Invoices.InvoiceType = BoRcptInvTypes.it_JournalEntry
   vPay.Invoices.SumApplied = 1000
   Call vPay.Invoices.Add
Sales Invoice:  DocEntry: 11  amount 1000
   vPay.Invoices.DocEntry = 11
   vPay.Invoices.InvoiceType = BoRcptInvTypes.it_Invoice
   vPay.Invoices.SumApplied = 1000
   Call vPay.Invoices.Add
Regards,
J.

Similar Messages

  • I am facing problem while i create a xls sheet with some Header.

    I am facing problem while i create a xls sheet with some Header.
    If i give the hed names as FirstName , LastName its comming fine.
    FirstName | LastName
    --------------------------|------------------------
    But when i specify a string like New"Deal , New"approach .
    = "New"Deal " | =" New"approach" .
    --------------------------|------------------------
    Problem is:
    It's adding = sign in front of the header name.
    I dont want that = to be in front of the headername.
    //rep.addColumn((String) itr.next());
    The above code is used to add the header name to the xls sheet.
    The argument will come as New"Deal
    But after seeing xls it has become ="New"Deal "
    Edited by: SUNJava2008NY on Jun 12, 2008 11:38 PM

    What is the tree structure created for the property of the componentB?
    Can you try the below code in your componentB jsp and check whether you are getting the property value
    Resource resource = slingRequest.getResource();
    String description = ((String) ResourceUtil.getValueMap(resource).get(
                        "./description", String.class));

  • How Can I Create a Custom Panel With the InDesign ToolBar's Look and Feel

    I am trying to create a custom panel that looks as close as possible to InDesign's native floating menu bar (with the Frame, Text, etc, icons on it). ToggleBarButtons doesn't look like, although it does contain the functinoality of the button which is pressed stayting pressed.
    Any ideas?
    TIA,
    mlavie

    Hi mlavie,
    I found a nice post on this topic at:
    http://blog.flexexamples.com/2007/08/20/creating-toggle-and-emphasized-button-controls-in- flex/
    Hope this helps!
    Thanks,
    Ole

  • Problem creating an sql query with a parameter which is a list

    Hi,
    Im having a problem creating a certain SQL query.
    The query looks like this:
    SELECT gstock_id FROM germplasm_stock gps, germplasm gp WHERE gps.germplasm_id = gp.germplasm_id AND organism_id IN ($childList:VARCHAR).
    the organism_id field is of DECIMAL type.
    the parameter childList is actually a list of Id's, something like: 123,124,789
    and it is created dynamically by an other function, so I cant just put it there staticlly.
    I tried using the ARRAY type instead of VARCHAR, but that didn't work,
    anyone knows how can I give this query a parameter which is a list of numbers ?
    Thanks

    I have tried all the following options and the same issue occurs:
    EXEC dbo.uspGetSiteChanges @ChangeVersion = ?
    With Parameter: 0, @ChangeVersion, ChangeVersion
    EXEC dbo.uspGetSiteChanges ?
    With Parameter: 0, @ChangeVersion, ChangeVersion
    In my first data flow I use the following and it works on two OLE DB Sources:
    EXEC dbo.uspGetSiteChanges @ChangeVersion = ?
    With:
    In my second data flow task, I use the same command and parameter mappings and it fails, very strange.

  • Problem creating an OData service with RFC-/BOR Import.

    Hi Experts,
    i am running always into the same problem
    I want to create an Odata Channel with "SEGW" and Datamodel with an RFC import.
    RFC si GET_CPU_ALL
    but I am running always into the same problem when I want to generate the runtime.
    I don´t know why.
    Error: ... _DPC was generated with syntax errors....
    I would really appreciate if someone could help me.
    Thanks

    Oh dear, your'e not an ABAP guy are you
    OK, you can go back to my previous suggestion and do it a different way, but first...
    TF_CPU_ALL isn't a table, it's a structure of type CPU_ALL. GET_CPU_ALL uses that as the interface structure for data it sends out.
    Starting with a blank service, create a model by using DDIC import wizard, using CPU_ALL as the structure. Call the entity "CPU". Mark 'serialnr' as the key.Create an entityset called "CPUSet".
    Generate the service.
    Go to DPC_EXT, find method CPUSET_GET_ENTITYSET and redefine it. Assuming that you can leave the inputs as the defaults, call function GET_CPU_ALL in the method with the importing parameter TF_CPU_ALL assigned to ET_ENTITYSET.
    call function 'GET_CPU_ALL'
         tables
           tf_cpu_all = et_entityset
         exceptions
           others     = 1.
       if sy-subrc <> 0.
    * Implement suitable error handling here
       endif.
    That's all it needs.
    Activate EXT class and try your service.
    opu/odata/sap/ZCPUALL_SRV/CPUSet?$format=json
    "type" : "ZCPUALL_SRV.CPU"
             "Type" : 101,
             "Subtype" : 3,
             "Serialnr" : 0,
             "NbrCpu" : 2,
             "Load1Avg" : 7,
             "Load5Avg" : 29,
             "Load15Avg" : 30,
             "IntSec" : 1059,
             "SyscSec" : 4555,
             "CsSec" : 895,
             "UsrTotal" : 3,
             "SysTotal" : 1,
             "IdleTotal" : 96,
             "IdleTrue" : 96,
             "WaitTrue" : 0
    Did it myself in under 10 minutes from build to test.

  • Problems creating the Master Repository with MS SQL Server 2000

    Hello guys!
    I can't create the Master Repository with MS SQL Server 2000 database.
    Wath is the correct adress in the URL?
    I select the Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver and the URL: *jdbc:microsoft:sqlserver://<host>:<port>;SelectMethod=cursor[;<property>=<value>...]*
    Thanks
    Maurício
    Edited by: user857262 on 03/10/2008 10:05

    Hi Maurício,
    For MS SQL Server the following drivers should avaliable in /drivers folder (http://www.inetsoftware.de/),
    * msutil.jar
    * mssqlserver.jar
    * msbase.jar
    JDBC Driver is:
    com.microsoft.jdbc.sqlserver.SQLServerDriver
    JDBC URL is:
    jdbc:sqlserver://serverName\instance:port;property=value[;property=value]
    Example,
    jdbc:sqlserver://myHost:1433;selectMethod=cursor;databaseName=myDB
    Thanks,
    G

  • Can I create an extended network with a brand new TC and 2 first gen. AE units?

    I purchased a TC 2TB yesterday and replaced my non apple router with the TC. I have 2 older AE units that I suspect to be first generation. TC is in basement and I have placed AE in garage where I spend most of my time. Signal in garage is weak and lags. Air tunes off of AE in garage connected to boom box works fine. I run AirTunes from 3 iPhones, iPod touch, and 2 iPads with no problems. The options in manual setup for the AE don't offer make this an extended network, I suspect because they are too old? I don't want to create a WDS network and sacrifice the bandwidth. My main machine is an iMac 27 that is one year old, this is in the kitchen pretty much midway between the TC and the AE in the garage, if that makes any difference?
    Any help is greatly appreciated.

    The options in manual setup for the AE don't offer make this an extended network, I suspect because they are too old?
    Please take a look at the faint print on the side of both AirPort Express (AX) devices that you have to identify the Model No.
    You will need # A 1264 to do what you want. If you have # A 1084 or similar, the devices that you have are not compatible with the "extend a wireless network" setup.
    What are your findings?

  • Problem creating A/R Invoice with Withholding tax data via DI-Server

    Hi!
    Using the following SOAP Request to the DI-Server, I wanted to create an A/R Invoice having a withholding tax data but it always respond with an error saying
    Total taxable amount of all rows exceeds the base amount  [INV5.TaxbleAmnt][line: 1]
    SOAP Request:
    <?xml version="1.0" encoding="UTF-16"?>
    <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
      <env:Header>
        <SessionID>203A3C01-7808-4638-8322-2307DF3C0F8F</SessionID>
      </env:Header>
      <env:Body>
        <dis:Add xmlns:dis="http://www.sap.com/SBO/DIS">
          <Service>InvoicesService</Service>
          <Document>
            <DocType>dDocument_Items</DocType>
            <HandWritten>tNO</HandWritten>
            <DocDate>2010-02-08</DocDate>
            <DocDueDate>2010-02-08</DocDueDate>
            <TaxDate>2010-02-08</TaxDate>
            <VatDate>2010-02-08</VatDate>
            <CardCode>NPI</CardCode>
            <Comments>test di-server soap message 1</Comments>
            <DocumentLines>
              <DocumentLine>
                <ItemCode>TRC</ItemCode>
                <Quantity>1</Quantity>
                <Price>1000</Price>
                <TaxCode>OVAT</TaxCode>
                <VatGroup>OVAT</VatGroup>
                <TaxLiable>tYES</TaxLiable>
                <WTLiable>tYES</WTLiable>
              </DocumentLine>
            </DocumentLines>
            <WithholdingTaxDataCollection>
              <WithholdingTaxData>
                <WTCode>C140</WTCode>
                <TaxableAmount>1000</TaxableAmount>
                <WTAmount>100</WTAmount>
              </WithholdingTaxData>
            </WithholdingTaxDataCollection>
          </Document>
        </dis:Add>
      </env:Body>
    </env:Envelope>
    OVAT rate above is 10%.
    The withholding tax code C140 is setup as
    rate=10,
    Category=Payment,
    Base Type=Net,
    % Base Amount = 100,
    Rounding Type = Commercial Values.
    We are using the New Zealand/Australia localization in SAP B1 2007A PL49.
    The above code can be successful only if I set the <WithholdingTaxDataCollection> node to:
            <WithholdingTaxDataCollection>
              <WithholdingTaxData>
                <WTCode>C140</WTCode>
                <TaxableAmount>0</TaxableAmount>
                <WTAmount>100</WTAmount>
              </WithholdingTaxData>
            </WithholdingTaxDataCollection>
    setting TaxableAmount equal to 0 which is not desired.
    Can anyone extend me some help, please?
    Thanks.

    Albert,
    Did you try adding this via the DI API and not the DI Server?  Do you get the same error?  Please see this SAP Note ...
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0001303019
    Eddy

  • Problem saving Reader extended PDF with Javascript functions built in

    Afternoon
    I have created an interactive PDF in Livecycle with built in Javascript functionality.  I need users to be able to complete and save the PDF so have saved it as a Reader extended PDF.  The problem I'm having is that when a user completes the form,saves it, and then opens it again the Javascript functionality is not showing despite showing the original selection that the user has made.  The Javascript is simply a dropdown menu that will show a different table based on the selection so isn't anything major.
    I've trawled forums and this is driving me mad so I'd appreciate some help.
    I am using Adobe Pro XI.
    Thanks in advance
    Ben

    http://forums.adobe.com/community/livecycle/livecycle_modules_and_development_tools/livecy cle_designer_es
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    PDF Software Development, Training and More...
    [email protected]
    http://www.khkonsulting.com

  • Problems creating Blu Ray Discs with AME Presets in CS4

    After several weeks wasted (months back) with an ATI 5750 graphics card in Win 7/and CS4 (not working correctly) - I finally resolved by swapping with a NVidia GTS250 card .....but all my troubles are not over yet ....
    I'm running Premiere CS4 and have finally just got down to testing creation of a Blu Ray test disc from some AVCHD 1920x1080 HD footage I am editing from my new camera.
    My work in CS4 is just testing at present as I used to use CS3 [still have on my dual core machine with Matrox RTX2]  - and have successfully created Blu Ray discs from HDV material in CS3 - but using Blu Ray MPEG 2 settings.
    New machine Win 7 - 64 bit
    Premiere CS4 is at 4-2-0 version
    Encore at 4-0-1 version
    These are the last updates
    I've selected a short test piece (about 2 mins)on Premiere timeline and initially tried Media export using Adobe Media encoder.
    I selected H264 BluRay codec in media encoder. Hi quality 1080 25 fps.(PAL)
    This creates dual MP4 Video and Audio streams
    Encode process goes OK, just slightly slower than real time, (I'm using i7-930 Quad Core and Win 7 64 Bit)
    Now - when I come to input the encoded video file into Encore as an Asset - Encore freezes and the whole machine locks up !!!
    Audio file imports OK but the Encore software does not like the encoded Video file
    I've re-installed Premiere and Encore twice in case of bad install. It wasn't that.
    I also found Adobe Media player couldn't play the file created by AME either - but it would play on a Premiere timeline?
    So is Adobe Media encoder messing up here ?
    So - .....3 hours of testing later ....I stumble on a Support thread from someone on the Forum that they found AME preset has "HIGH" in the Encoding Profile Preset - when it should be MAIN ?.
    Not sure what these settings do - but tried changing that parameter and re-encoded the Video file with H264 BluRay setting - all to no avail as when I try importing again the machne just locks up ?
    My final search in Premiere help file about creating BluRay discs ONLY talks about using MPEG 2 BluRay setting for creating BluRay discs
    It does not specify H264. Why is that?
    Can one of the moderators / experts confirm if H264 Blu ray format  is supported for BluRay disc creation in CS4 please??
    Better still please tell me the exact settings for Adobe Media encoder so it will import into Encore without having to be transcoded again.
    H264 should work - yes ?
    Final comment
    As an alternative method, I tried sending the short timeline in Premiere (using Dynamic Link)  to Encore to test that route for making a BluRay disc
    Bearing in mind the sequence is only about 2 mins long - when I ty to Transcode using the engine within Encore - the process takes a ridiculously long time and twice it has crashed just before the end of the process......
    Can someone explain why the encode process in Encore takes such a long time as I thought it used the Adobe Media encoder engine as well.?
    Adobe Media Encoder is much faster used stand alone mode.
    Encore seems to not use that ?
    Anyway - conclusion is that using Encore to encode the tmeline is a non starter as it takes too long.
    why so slow  on such a fast machine?....I know HD encoding is demanding but not that demanding with a decent machine.
    So the question is ....
    How do I encode in the most efficient and fastest way possible (using H264)  for Blu Ray authoring into Encore without need for more Transcodes?
    Any help or suggestions welcome as I'm now hitting my head against the wall :-)
    I have not gone through Adobe Support desk as it is usually a waste of time.{Dear VP of Adobe Customer Service - please do get this sorted out in the near future  if you want to retain loyal customers....}
    I cannot believe how disappointing  CS4 is turning out to be.
    After investing in a very fast PC machine etc the whole user experience is somewhat of a let down.
    Why so many issues for such a small test??

    Picking up on my original post about H264 - as I have a dual boot machine I also have a clean  installed Win 7 /64bit partition which I use for general bits of work.
    On that I have CyberPowerDVD SW installed which plays all Video files fine including BluRay material etc.
    Interestingly when I try to play the file that AME has created from the BluRay H264 preset it says 'It cannot play the file as it is a format it does not recognise...'
    This is really weird and would suggest AME is not encoding the file corrrectly??
    I have already removed and made a re-install of CS4 on my main [video editing] partition but there were some fragments of CS4 left intact
    How do I completely remove everything?
    I tried the CS4 clean script but it said it relied on Microsoft CLean Up utility and gave a link
    When I loooked on Microsoft web site the link to download it had been removed?
    Also Adobe say the CS4 remove script is no longer supported ?
    Can anyone advise on the correct tool/procedure to completely remove CS4 from a Win 7/64bit installation so I can then try re-install of CS4 one more time....in case the installation is corrupt in some way
    I can't explain why I am having this problem otherwise if other people find AME encodes OK with H264 BluRay preset.

  • Canot erase my macbook air ssd..always create a extended partition with about 5G used space

    I cant erase my air ssd, always create about 5G used extended partition..

    Try booting the fallback kernel, there is a problem with the AHCI driver concerning new Macbooks. When you've booted, add ata_generic to the modules in /etc/mkinitcpio.conf and rebuild the initrd with mkinitcpio -p kernel26.

  • Having problems creating PDF from website with query-string URLs

    I have a website that I would like to create a PDF from. I am using the Create -> PDF from Web Page..., selecting the site's home page, and capturing 2 levels, with "stay on same path" and "stay on same server" checked in order to limit the scope of the crawl.
    Where the pages are at example.com/foo/ and example.com/foo/bar/, this works fine. However, where the pages are at example.com/foo/ and example.com/foo/?p=1, the page represented by the query string URL is not converted to the PDF.
    This is a problem, given that the site I want to archive as a PDF uses query strings for most of its pages.
    I have been able to individually convert a single query-string-based page into a PDF using this method, but doing this for every page on the site would be almost impossible given the sheer number of pages on the site.
    Is this a known issue? Is there a workaround other than separately capturing each page (which would be prohibitive effort)?
    I have tried this in both Acrobat Pro X and Acrobat Pro 9 for Mac, with the same results.

    Remember, Acrobat is a 32-bit application and as such cannot access all that 'extra' stuff.
    Be well...

  • Problems creating an spatial index with srid=4326

    Hi!
    I would like to know if somebody can help me with the following problem: We are using the 10.2.0.1 version and we need that our SRID value is 4326. We do not have problems with 8307 or another value. However, when we tried to use srid = 4326, appears the following error message:
    Error on line 17 CREATE INDEX SIDX_D3M_SDO_GEOMETRY ON DAT_3DM_MODEL (DM3_SDO_GEOMETRY) INDEXTYPE ORA-29855: an error in the execution of routine ODCIINDEXCREATE has taken place ORA-13249: internal error in Spatial index: [mdidxrbd] ORA-13249: Error initializing geodetic transform ORA-06512: in “MDSYS.SDO_INDEX_METHOD_10I”, line 10
    The PL/SQL that we used is the following one:
    DELETE FROM USER_SDO_GEOM_METADATA WHERE TABLE_NAME = “DAT_3DM_MODEL”
    COMMIT
    INSERT INTO USER_SDO_GEOM_METADATA (TABLE_NAME, COLUMN_NAME, DIMINFO, SRID) VALUES('DAT_3DM_MODEL', 'DM3_SDO_GEOMETRY', MDSYS.SDO_DIM_ARRAY ( MDSYS.SDO_DIM_ELEMENT ('LONGITUDE', -180, 180, 0,05), -- MDSYS.SDO_DIM_ELEMENT ('LATITUDE', -90, 90, 0.05) ), 4326 )
    CREATE INDEX SIDX_D3M_SDO_GEOMETRY ON DAT_3DM_MODEL (DM3_SDO_GEOMETRY) INDEXTYPE IS MDSYS.SPATIAL_INDEX
    Thanks in advance,
    Susana.

    I cannot reproduce the error, in my environment. However:
    Your insert statement into USER_SDO_GEOM_METADATA appears to have included some typos. They might have happened, when transcribing. Please make sure you use the following:
    INSERT INTO USER_SDO_GEOM_METADATA (
    TABLE_NAME,
    COLUMN_NAME,
    DIMINFO,
    SRID)
    VALUES(
    'DAT_3DM_MODEL',
    'DM3_SDO_GEOMETRY',
    MDSYS.SDO_DIM_ARRAY (
    MDSYS.SDO_DIM_ELEMENT ('LONGITUDE', -180, 180, 10),
    MDSYS.SDO_DIM_ELEMENT ('LATITUDE', -90, 90, 10)),
    4326);
    However, the actual culprit is most certainly different. As I suspected, it might be related to the "decimal comma": In Germany, for instance, a decimal comma is used, instead of a decimal point. You have used a decimal comma in your original INSERT, as well (0,05 instead of 0.05).
    Please try the following:
    SQL> select wktext from cs_srs where srid = 4326;
    WKTEXT
    GEOGCS [ "WGS 84", DATUM ["World Geodetic System 1984 (EPSG ID 6326)", SPHEROID
    ["WGS 84 (EPSG ID 7030)", 6378137, 298.257223563]], PRIMEM [ "Greenwich", 0.0000
    00 ], UNIT ["Decimal Degree", 0.01745329251994328]]
    On your system, you will likely find a decimal comma, where my output has a decimal point. This is bug 5097326, which has been fixed, and backported to 10.2.0.3 and 10.2.0.4.

  • How to create a cutoms table with a heading

    Dear Freinds,
    I have a requirement where i have to create the Custom as below .........my functional is
    saying that he want table as below
                                              outpatient  
    employeeno
    class
    startdate
    enddate
    spouse
    1stchild
    2nchild
    How can we create like this table having outpatient  as heading
    and a fields  as
    employeeno , class,startdate,enddate,spouse,1stchild,2ndchild
    how can we create in a custom table..... i have never seenlike the above requiremnt.
    Please suggest me how to create. I can send the Excel sheet where they have given the above requiremnt...... plelase any body can suggest me so that i can your personnel id's . Pleast a bit urgent.
    regards
    syamala

    While waiting to hear back, I was able to write the query results from an outside Oracle server, to a table on the local SQL Server, and do the LEFT OUTER JOIN required for the final query and report to work.  That was with this syntax:
    <CFQUERY name="AddTableRecords" datasource="MyTable">
    TRUNCATE TABLE ITE_Temp
    <CFOUTPUT query="ITE2">
    INSERT INTO ITE_Temp
    (FullFile,EmployeeCount,DTL_Amount,EmployeeType,station)
    VALUES
    ('#TrueFile#', #CountOfEmployee#, #DTL_SUBTOT#, '#EMPTYPE#', '#ARPT_CD#')
    </CFOUTPUT>
    </CFQUERY>
    However, I was not able to write to a temporary table AND read the results. I got the syntax to run to write the above results to a temporary table.  But when I tried to read and output the results from the temp table, I got an error.  Also, it wouldn't take the single "#" (local) only the global "##" table var, using this syntax.  Note that if I didn't have the DROP TABLE in the beginning, the 2nd time you run this query, you get an error telling you the table already exists.
    <CFQUERY name="ITE_Temp2" datasource="MyTable">
    DROP TABLE ##MyTemp2
    CREATE TABLE ##MyTemp2
    FullFile char (7) NOT NULL,
    EmployeeCount int NULL,
    DTL_Amount decimal NULL,
    EmployeeType char (3) NULL,
    station char (3) NULL
    <CFOUTPUT query="ITE2">
    INSERT INTO ##MyTemp2 VALUES
    '#ITE2.TrueFile#',
    #ITE2.CountOfEmployee#,
    #ITE2.DTL_SUBTOT#,
    '#ITE2.EMPTYPE#',
    '#ITE2.ARPT_CD#'
    </CFOUTPUT>
    </CFQUERY>
    So even though the above works, I could use some help in reading/writing the output.  I've tried several things similar to below, but they don't work.  It't telling me ITE_Temp2 does not exist.  It's not easy to find good examples of creating temporary tables in SQL Server.
    <CFQUERY name="QueryTest2" datasource="SkynetSQL">
    SELECT *
    FROM ITE_Temp2
    </CFQUERY>
    <CFOUTPUT query="ITE_Temp2">
    Output from Temp Table<br>
    <p>FullFile: #FullFile#, EmployeeCount: #EmployeeCount#</p>
    </CFOUTPUT>
    Thanks for any help/advice.
    Gary.

  • Problems creating Shutterfly Photo Book with PSE 9

    Has anyone run across this problem. Searched the forum here, and nothing has come up. Created a photo book using the Elements 9 organizer. Selected the order  button, it saved the files, transferred them, then opened a Shutterfly  window to complete the order. Single Image that Shutterfly would show  was the cover to center the title page image in a center cut space on  the cover. The image looked compressed and not centered. Exited the  program, re centered the image and selected order again. Same result,  image looked centered but compressed. Went to the Shutterfly website in make sure that images were not  compressed like that (since it saves your project under your profile).  Instead found that some pages were correct, and some (like the title  page) took an entire page that I made in Elements and compressed it into  a single frame of a three framed picture page, for example. The whole  project is a total mess! I'm just glad I looked on the Shutterfly site  before pressing the purchase button and paying $30 for a book to be  delivered looking like that! Does anyone know what I am doing wrong? I pretty much used all of the  prompts in elements to create the book, and since Shutterfly is supposed  to be seamlessly integrated into this, I thought it would work without  problems. Please let me know what I am doing wrong. Thanks,
    Dave

    Have seached this entire forum for help with this issues and there is nothing. Can anyone see what I am doing wrong??
    Thanks!

Maybe you are looking for

  • IOS 7.1 Battery-Reset fix

    Anyone else having this issue-Charge all night and as soon as it is unplugged the battery indicator drops a few % with minimal use.  I restart the phone by doing the home button/power button hold until it restarts.  Battery jumps up 3%-5% as charged

  • Need to Remove Duplicate Rows

    I have two tables MEMBER_ADRESS and MEMBER_ORDER. The MEMBER_ADRESS has duplicate rows in it based on MEMBER_ID and MATCH_VALUE. These duplicate ADDRESS_IDs were used in MEMBER_ORDER. I need to remove the duplicates from MEMBER_ADRESS making sure I k

  • Problem with loading image in html!!

    hai, my question is is it possible to show an image saved as a byte array using <img> is there any alternative solutions ........

  • File Related problem--- Urgent

    Hi Friend's I have a Problem that and i am Looking for the solution. please Help me. There is a big file that content 5 lack record or may be more then this. my task is that i have to read this file and if there is any duplicate record then i have to

  • How to extend the table control of ME22N ?

    Can somebody tell how to add a field to the tablecontrol of ME22N ? I think that it is not possible to do it via classic enhancements (ME22N). I suppose the wright way is via an BADI. But how, which one, adding the field via an ci-include via customi