Crystal XI Reports and Visual Foxpro Tables

Post Author: Pamela Vincent
CA Forum: Data Connectivity and SQL
I have installed XI and tried to add an ODBC connection for a database package written in Visual Foxpro 9.0
In online help there appears to be a Foxpro option in the connection info diagrams, but I don't get all of the choices when working through the process myself.
I had no problems connecting and using Crystal 8.5 previously so I'm at a loss as to why I can't get it to work.
Any suggestions would be appreciated.

Not just the runtime - where would you get it without breaking licensing? You have to have a valid copy of CR 2008 and install it. No worries about unistalling CR 10.5 - .NET 2008 will automatically use the latest files.
Re. Oracle support. That is correct. The crdb_oracle.dll does not ship with any versions of CR that bundle with .NET. You could go ODBC or OLE DB though.
Not sure what you mean;
Can the CRRuntime_12.x be bundle to VS 2008 just like the Basic version does?
But as I mentioned above, you must obtain a copy of CR 2008. A 30 day eval is available from here;
http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
To obtain a non eval copy, call sales; 866-681-3435
Ludek
Follow us on Twitter http://twitter.com/SAPCRNetSup

Similar Messages

  • Integrate Crystal Reports version 11.5 and Visual FoxPro

    Post Author: landc50
    CA Forum: General
    I have developed several softwares in Visual FoxPro while using Crystal Reports Version 7 as the major reporting tool.   It was easy to invoike Crystal reports from my applications, simply by adding the Crystal OCX onto the VFP form. 
    Now --- I have added the ActiveXReportViewer from version 11.5 onto my VFP form.    Looks ok but it I am not sure how to invoke the reports in Maximized mode.   Seems like it will only show the report the same size as the object I placed on my VFP form.
    I need to know how to do this yesterday.   I must implement a new system and I do not want to revert back to Crystal reports version 7.   Any help would be appreciated. 

    Post Author: The Donger
    CA Forum: General
    Hi,
    I would recommend you have an empty form and drop the viewer on that form.  Set the form's state to Maximize. 
    Good luck,
    Brian

  • How to show all view tab (Main Report and all Sub Report) in Visual FoxPro 9

    I use ActiveX from Crystal Report Developer XI for viewer in Visual FoxPro 9 and I already know how to show Main Report by using command:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Inside the MyReport.rpt there is two subreport name :
    1. MySubReport1
    2. MySubReport2
    My Question is :
    How to show all view tab (Main Report and all Sub Report) at the 1st time we call ViewReport?
    I try to using command :
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptSub=oRptOpen.OpenSubreport("MySubReport1")
    oRptSub=oRptOpen.OpenSubreport("MySubReport2")
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    but only show Main Report (view tab name : Preview)?
    Did I miss any command before I call oRptView.ViewReport?

    Your right, there is only one tab to view the report.
    To open the subreports you will need to click on them in the main report. I don't know of a way to open them programmatically like you are doing here
    http://diamond.businessobjects.com/robhorne</a>

  • Connecting Visual Foxpro Tables and CR2008..

    Hi..
    I have a VFP ver 9 applicaiton that has multiple users. I set up a path using the following statements
    CrRptpath = sys(2003)  whcih give me the following ..
    c:\docume1\jpower(user's Login ID)/locals1\temp -this directory contains the tables for the CR2008 reports
    I was wondering how to setup the database location within CR2008 so that any user who logs into the application
    will be pointing to there folder, not jpower, as it does now...
    any help greatly appreciated...

    Hello,
    What component are you using in VFP? If it's RDC ( craxdrt.dll ) then it is no longer shipped as of CR 2008. In that case you'll have to manually open each report and set location for each user.
    Thank you
    Don

  • Applet connects to Visual FoxPro table

    Dear All,
    I have difficulties to connect my applet to a free table creatd with MS Visual FoxPro. I tried to use a third party driver, no success. Now I try to use jdbc:odbc to talk to it. I would like to read/write/update the table from the applet. Anybody has experience with such a case? jdbc:odbc supports? foxpro connections? or do I have to use other drivers?
    Thanks alot

    Hi,
    Thanks, but I think I have another problem, or I just got lost. I try to fix this since 2 days, I wanna ship the stuff, no luck. I did signed the applet, imported the certificate, become trusted (I imported my self_signed cert - Am I able to access files on the system, or I need a proper cert?) then applet start, and here is the message --Error occured during connection access denied (java.io.FilePermission d:\own\javaprojects read)
    Error occured during resultset creation null
    I got lost, no more ideas, really, if you have some hints would be great to hear them
    Have a great weekend

  • Link Between AP Expense Reports and ap invoices tables

    hi all
    we create expense reports in AP then run the expense report import program to transfer them to the invoices
    i know them through
    the invoice number entered in the expense report and the invoice number in the invoices table
    and the employee in the expense and the vendor in the invoices(through the employee table)
    BUT,
    some times we change the invoice number after the expense transfered to the invoice
    i ask if exist relation columns between ap_expense_report_headers_all and ap_invoices_all directly?
    thanks.

    ap_expense_report_headers_all.VOUCHNO = ap_invoices_all.INVOICE_ID
    Hope this answers your question,
    Sandeep Gandhi
    Omkar Technologies Inc,
    Independent Techno-functional consultant

  • Embeddable Crystal Reports Designer Control and Visual FoxPro

    Post Author: PaulBtci
    CA Forum: Other
    Hello everyone, I have a problem adding CRXI Embeddable Crystal Reports Designer Control in the run-time. When the following line is being executed, an "Insert Object" dialog pops up. ThisForm.AddObject( "oleDesigner", "olecontrol", "CrystalReports.EmbeddableCrystalReportsDesignerCtrl" ) The control, however, is available in the list, and when selected is added to the form. The above problem does not exist when I add ActiveX ReportViewer. Can anyone help me with this issue? Any help is greatly appreciated. Thanks, Paul

    Good morning,
    I am using  "Embeddable Crystal Reports Designer Control"  Crystal Report 11 with Visual Basic 6.0.
    There is some way for disable the tab "preview the main report"? THis is including in "Embeddable Crystal Reports Designer Control"
    or
    There is some way for update the tab "preview the main report" loaded after other report? Because, the preview is not refresh.
    Thanks
    Buenos días,
    Les comento, estoy utilizando el control "Embeddable Crystal Reports Designer Control" (CRDesignerCtrl11_5) del Crystal Report 11 en un proyecto de Visual Basic 6.0
    Cuando cargo un reporte dos veces, se presenta la "vista previa de informe principal".  Sin embargo cuando vuelvo a cargar otro reporte no se actualiza la "vista previa de informe principal" sino que se queda con la información cargada anteriormente.
    Quisiera saber si existe una forma de acceder al control para actualizar la "vista previa de informe principal", ya que a pesar de dar clic derecho y elegir actualizar no toma los datos del nuevo reporte cargado.
    Y si es posible en todo caso desabilitar la "vista previa de informe principal" o hacerlo invisible para que únicamente se presente la pestaña de "Informe Principal".
    De antemano agradezco su ayuda.

  • Crystal Reports and Visual Studio when deploying

    Hello,
    I´ve been searching for these problem for a while with no luck. I've already try many things.
    The thing is that I'm not able to make work any report when deploying (Windows Server 2012). Everything works fine when I try on my local machine.
    I have Visual Studio 2012 and I've installed CRforVS_13_0_5.
    This is my code:
                ReportDocument myCrystalReport;
                myCrystalReport = new ReportDocument();
                myCrystalReport.Load(Server.MapPath("~/Reports/report2.rpt"));
                CrystalReportViewer1.ReportSource = myCrystalReport;
                CrystalReportViewer1.RefreshReport();
    I've pasted the error below:
    Server Error in '/' Application.
    Unknown error 0x80040200
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: Unknown error 0x80040200
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [COMException (0x80004005): Unknown error 0x80040200] CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +90 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +259  [CrystalReportsException: No se ha podido cargar el informe.] CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +322 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +851 CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +78 MMN.Reports.prueba1.Page_Load(Object sender, EventArgs e) +97 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51 System.Web.UI.Control.OnLoad(EventArgs e) +92 System.Web.UI.Control.LoadRecursive() +54 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
    I'd really appreciate any help.
    Many thanks.

    Thanks for your time.
    I'm feeling frustrated. I've read several discussions but I haven't found a solution for me.
    I've set full control privileges for C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files and C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files.
    I've installed Crystal Report Viewer 13.
    CRforVS_13_0_8
    CRforVS_redist_install_64bit_13_0_8
    I see this error:
    Server Error in '/' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    Line 14:         <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> Line 15:         <add assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> Line 16: <add assembly="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> Line 17:         <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 18:         <add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>
    Source File: C:\Inetpub\vhosts\mmn.com\httpdocs\web.config    Line: 16
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' could not be loaded.
    WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408
    Thanks for helping.

  • Error when launching Crystal XIR2 report ..."Table could not be found."

    We have a customer that sees an error when launching any report in InfoView for Crystal Server XIR2:
    Description: Error in File E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Data\slvnsb41.pageserver\slvnsb41.pageserver\child.2\temp\procReportTemp\mgrTemp\ps_13ec5b68e6bfbc0.rpt: The table could not be found.
    These steps have been taken:
    1) The Crystal Server Business View install and BIAR file imports are successful.
    2) Database connection has been configured and tested.
    3) All the tables are browseable in the Business View Manager and contain data.
    4) All the required tables exist in the database.
    Options or suggestions anyone?

    Can someone tell me how to open this as a SUPPORT CASE that someone will actually help solve? 
    Sorry to say but I don't find these forums of much use.

  • Issue loading Crystal XI reports with Visual Studio 2008

    Hi:
    I'm converting a Visual Studio 2003 web application to Visual Studio 2008. The application has a lot of reports designed with Crystal XI and I cannot open then from VS 2008. I have tried two ways so far:
    1_ Using Crystal 2008 Basic that bundle with VS 2008: Since the Data source for the reports is Oracle and that version of Crystal (10.5) doesnu2019t bring Oracle support then I keep getting the error related to u2018crdb_oracle.dllu2019 while exporting the report to pdf format.
    2_ Using the Crystal XI assemblies: I keep getting an error stating that Crystal XI is not compatible with VS 2008. 
    What is the solution here to warranty a smooth transition? Some people are suggesting installing Crystal XI R2 but Iu2019m really not sure what to do. I also installed the run time version of Crystal Report 2008 SP1 (msi) but I didnu2019t find the way to add the reference to my VS 2008 project to try that way.
    Thanks in advanceu2026

    Not just the runtime - where would you get it without breaking licensing? You have to have a valid copy of CR 2008 and install it. No worries about unistalling CR 10.5 - .NET 2008 will automatically use the latest files.
    Re. Oracle support. That is correct. The crdb_oracle.dll does not ship with any versions of CR that bundle with .NET. You could go ODBC or OLE DB though.
    Not sure what you mean;
    Can the CRRuntime_12.x be bundle to VS 2008 just like the Basic version does?
    But as I mentioned above, you must obtain a copy of CR 2008. A 30 day eval is available from here;
    http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    To obtain a non eval copy, call sales; 866-681-3435
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • How to submit a report and return a table?

    Sumbit RVKRED01 and return .
    then how to get table value from report RVKRED01 ???

    Follow the below example:
    SUBMIT rashsd14
                          WITH vbeln IN l_rsdsselopt
                          WITH dbasar = c_x
                          EXPORTING LIST TO MEMORY AND RETURN.
    *Getting the list from memory
                          REFRESH t_tab1.
                          CALL FUNCTION 'LIST_FROM_MEMORY'
                            TABLES
                              listobject = t_tab1
                            EXCEPTIONS
                              not_found  = 1.
                          IF sy-subrc <> 0.
                          ENDIF.
    *Converting to ASCII
                          REFRESH t_tab2.
                          CALL FUNCTION 'LIST_TO_ASCI'
                            TABLES
                              listasci           = t_tab2
                              listobject         = t_tab1
                            EXCEPTIONS
                              empty_list         = 1
                              list_index_invalid = 2.
                          IF sy-subrc <> 0.
                            WRITE: / 'LIST_TO_ASCI error'(098).
                          ENDIF.
                          IF t_tab2 IS NOT INITIAL.
                            DELETE t_tab2 INDEX 1.
                            DELETE t_tab2 INDEX 1.
                            DELETE t_tab2 INDEX 1.
                            DESCRIBE TABLE t_tab2 LINES g_tabix.
                            DELETE t_tab2 INDEX g_tabix.
                          ENDIF.
                          REFRESH t_vbka1.
                          IF t_tab2 IS NOT INITIAL.
                            LOOP AT t_tab2 INTO wa_tab2.
                              CLEAR wa_vbka-vbeln.
                              REPLACE ALL OCCURRENCES OF '|' IN wa_tab2-vbeln WITH space.
                              CONDENSE wa_tab2-vbeln.
                              CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                                EXPORTING
                                  input  = wa_tab2-vbeln
                                IMPORTING
                                  output = wa_vbka-vbeln.
                             wa_vbka-vbeln = wa_tab2-vbeln.
                              APPEND wa_vbka TO t_vbka1.
                            ENDLOOP.
                            SORT t_vbka1 BY vbeln.
                          ENDIF.

  • Windows 8.1 - Office 2013 - Visual FoxPro - excel data connection problems

    Hi i have an excel document with existing data links to a foxpro database. these links worked on windows 8 with office 2013 but since getting windows 8.1 the links no longer work.
    After much searching i have found i need to installed VFPOLEDBSetup.msi
    This does not fix the issue. The ODBC Data sources located Control Panel\All Control Panel Items\Administrative Tools still have no reference to FoxPro and within excel if i select from other sources and the other/advanced i can see the Microsoft OLE DB
    provider for visual fox pro but it crashes excel.
    in Windows 8 ODBC Data sources located Control Panel\All Control Panel Items\Administrative Tools i have listed two items Visual FoxPro Database and Visual FoxPro Tables but both these are missing in Windows 8.1.
    What do i need to do to correct other than not to use Windows 8.1
    Many Thanks

    Hello,
    Thank you for your question.
    I am trying to involve someone familiar with this topic to further look at this issue.
    Thanks,
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • Java.sql.SQLException: [Microsoft][ODBC Visual FoxPro Driver]Syntax error

    Hi all,
    I am able to INSERT and SELECT records from FoxPRo database successfully.
    The driver is Sun JDBC-ODBC bridge
    The DELETE statement throws no exception.
    I've tried to execute PACK after the DELETE call and got following exception:
    java.sql.SQLException: [Microsoft][ODBC Visual FoxPro Driver]File must be opened exclusively.So I tried USE MYTABLE EXCLUSIVE in a Statement before calling PACK and got the exception:
    java.sql.SQLException: [Microsoft][ODBC Visual FoxPro Driver]Syntax error or access violationI've also tried inserting the USE MYTABLE EXCLUSIVE before calling DELETE but got the same exception above.
    The ODBC DSN for MYTABLE is setup as:
    - Free Tables (not database)
    - Null (checked)
    - Deleted (checked)
    - Fetch data in background (checked)
    I am not able to issue any of the following commands to FoxPro using java
    OPEN - To open a table
    CLOSE - To close a table
    USE - To open a table for uer either in exclusive mode or shared mode
    The exception being generated is :
    java.sql.SQLException: [Microsoft][ODBC Visual FoxPro Driver]Syntax error or access violationThe help file of the Microsoft Visual Foxpro Driver states that the driver has support for the above commands.I a not able to get the way to issue the above commands to the driver using java.
    In setting up the ODBC DSN I saw no "read only" setting.
    In the Visual Foxpro table, I saw no READ ONLY settings.And also, there are no delete permission grants and there is no user database sesssion concept.
    I've tried all of the above with DSN mapped to a database(NOT free tables) and setting AUTO-COMMIT OFF and AUTO-COMMIT ON.But in vain. The same exceptions as those stated above persisted.
    Environment:
    Microsoft Windows XP Professional
    JDK version "1.4.2_09"
    Microsoft Visual Foxpro 06.00.8167
    Microsoft Visual Foxpro Driver 6.01.8629.01
    Don't know what else to try.
    Can anybody please help me.
    Thanks in advance
    Archana

    java.sql.SQLException: [Microsoft][ODBC Visual FoxPro Driver]File must be opened exclusively.
    In the Visual Foxpro table, I saw no READ ONLY settings.And also, there are
    no delete permission grants and there is no user database sesssion concept.
    The ODBC DSN for MYTABLE is setup as:
    - Free Tables (not database)
    - Null (checked)
    - Deleted (checked)If you're using Visual Foxpro database(.DBC), you should see "Exclusive" option too. You can try check it, but I don't know whether your issue will disappear.

  • Can oracle PLSQL program communicate to VFP (Visual Foxpro) Database.

    Hello All,
    I am using dataabse 9i in windows 2003 - 32 bit server.
    I have couple of application in forms and Visual Foxpro(VFP). The VFP program can commucate to the oracle database.
    when I am inserting/updating/deleting some data to the oracle database it should insert/update/delete the record in VFP database.
    For this I have created triggers in the oracle tables so that when DML oreration are happening in the database it can triggered and same time the VFP tables can be updated by the oracle triggers. But my problem is I am not able to connect to the VFP table from the Oracle.
    Any body have any idea on it, Please suggest.
    Thanks,
    SUN

    Oracle has a facility called Heterogeneous Services. It uses odbc or ole to communicate to third party databases.
    You need a Foxpro ODBC driver, and you need to set up several Net related files.
    Please refer to http://download.oracle.com/docs/cd/B10501_01/server.920/a96544/gencon.htm#1656
    Sybrand Bakker
    Senior Oracle DBA

  • Can forms communicate to VFP (Visual Foxpro)

    Hello All,
    I am using forms 6i and dataabse 9i in windows 2003 server.
    I have couple of application in forms and Visual Foxpro(VFP). The VFP program can commucate to the oracle database.
    Here I am looking forms connect to VFP database (As per my knowledge it is not possible, if there is any way to connect) , or when I am inserting some data to the oracle database it should insert the record into VFP database.
    For this I have created triggers in the oracle tables so that when DML oreration are happening in the database it can triggered and same time the VFP tables can be updated by the oracle triggers. But my problem is I am not able to connect to the VFP table from the Oracle.
    Any body have any idea on it, Please suggest.
    Thanks,
    SUN

    Here is the code i have cut down the code and giving u only necessary code (not tested may be some syntax errors or missing end ifs etc etc)
    Before u start
    - Install Open Client Adaptor from Oracle forms Installer
    - Create ODBC DSN named 1C and in advance property set username scott and password tiger
    Procedure get_data(vfrom_date date, vto_date date) IS
      connection pls_integer;
      cursor_rec    pls_integer;
      stmt_rec   varchar2(4000);
    BEGIN     
      stmt_rec := 'select [ref], [#date], [#sumd], [#sumc], [#docnum], [#cur], [#acc] from [#rec]
                    where [#date] >= datevalue('''||vfrom_date||''') and [#date] < datevalue('''||vto_date||''') order by [#acc], [#sumd], [#sumc]';
      connection := oca.dbconnect('scott/tiger@odbc:1c_db');
      cursor_rec := oca.execute(connection,stmt_rec); 
      go_block('datablk');
      clear_block;
      loop
      begin
          oca.fetch_row(connection,cursor_rec); 
              oca.coldata(connection,cursor_rec,1,:ref_no);     
              oca.coldata(connection,cursor_rec,2,vdate);     
              oca.coldata(connection,cursor_rec,3,:debit_amt);     
              oca.coldata(connection,cursor_rec,4,:credit_amt);
              oca.coldata(connection,cursor_rec,5,:docnum);          
              oca.coldata(connection,cursor_rec,6,vcurstyp_code);                     
              oca.coldata(connection,cursor_rec,7,:acc);                     
          next_record;     
        exception when no_data_found then
            -- message('NO MORE ROWS');
             clear_record;
             exit;
        end;
      end loop;
      first_record;
      oca.close(connection,cursor_recapp);
      oca.disconnect(connection);
    exception
      when oca.connection_error then
        set_application_property(cursor_style,'NORMAL');
        message('OCA-Connection error');
      when oca.cursor_error then
      set_application_property(cursor_style,'NORMAL');
        message('OCA-Cursor error');
      when others then
      set_application_property(cursor_style,'NORMAL');
        message(sqlerrm||'Other Error');
    end;
    plz mark correct/helpful if it is
    Baig,
    [My Oracle Blog|http://baigsorcl.blogspot.com/]

Maybe you are looking for

  • ITunes match completed on computer but wont work on iPhone...Please help!

    I have an interesting situation. I have a developers license (if only to get iOS for my iPhone before anyone else does.... lol). Before the public launch of the iOS 5 and iTunes Match and iCloud, I set up a "Developer ID". Match worked beautifuly for

  • Inserting pages into a single pdf

    Got a new computer w/ Vista (boo!). Now I am unable to insert additional pages into a basic pdf. Example: I scan 4 one-page documents onto my computer, which I want to merge into one. In the XP version of my Acrobat Reader, I could open "page 1" (or

  • Mac Illustrator CS4 creating duplicate files when saving

    Hi! All of a sudden, when I save illustrator eps files... I'm getting two files.... file.eps and file-01.eps. They are identical. How can I turn this feature off? I'm not sure how I turned it on! Thanks! Julie

  • Looking for Xcode training resource using C++

    I have been programming for over twenty years in the CAD (Computer Aided Design) field, and I would like to start programming on the Mac. I have owned various Apple computers since 1987 (Apple IIGS, SE30, ... G5), and I used to code on the Mac using

  • Cfgrid updating issue with multiple records

    I have a cfgrid within cfform, it fetches the records and shown in the screen properly. refer screenshot. have a new field "sortfield" as a editable field and updating the record as 1,2,3,4 (instead - 1,6,2,4) but after updated in the db. The datas u