Is there an application that connects numbers to pages

I'm trying to merge my numbers work pages into a pages document.  I use this process on my laptop to do quotes for my business, I have incorporated an Ipad into my sales process and would like to add by estimating program to the ipad so I don't have to carry both devices.  Currently I enter all the information into my excel spreadsheet and then it copies over to my word document to create my job quote.  Thanks in advance for any advice on making this work.
Greg

Johnny, unfortunately I don't think that you will be able to find such kind of application on the official Appstore . I think they are not allowed at all there.

Similar Messages

  • Best practise for creating an application that connects to a SQL Server database

    I have created an application that connects to a SQL Server database and views information using a datagrid and performs several updates when a button
    is selected.  
    I have created a SQLcontrol.vb using the following code:
    Imports System.Data.Sql
    Imports System.Data.SqlClient
    Public Class SQlControl
    'connection 1
        Public SQLCon As New SqlConnection With {.ConnectionString
    = "Data Source=;Initial Catalog=;Integrated Security=True"}
    'connection 2
        Public SQLCon1 As New SqlConnection With {.ConnectionString
    = "Data Source;Initial Catalog=;Integrated Security=True"}
        Public sqlcmd As SqlCommand
        Public sqlda As SqlDataAdapter
        Public sqldataset As DataSet
        Public Function hasconnection() As Boolean
            Try
                SQLCon.open()
                SQLCon.close()
                Return True
            Catch ex As Exception
                MsgBox(ex.Message)
                Return False
            End Try
        End Function
        Public Sub runquery(query As String)
            Try
                SQLCon.Open()
                sqlcmd = New SqlCommand(query,
    SQLCon)
                'LOAD
    SQL RECORDS FOR DATAGROD
                sqlda = New SqlDataAdapter(sqlcmd)
                sqldataset = New DataSet
                sqlda.Fill(sqldataset)
    BH READ DIRECTLY FROM THE DATABASE
                'Dim
    R As SqlDataReader = sqlcmd.ExecuteReader
                'While
    R.Read
                'MsgBox(R.GetName(0)
    & ": " & R(0))
                'End
    While
                SQLCon.Close()
            Catch ex As Exception
                MsgBox(ex.Message)
                'will
    close connection if still open
                If SQLCon.State
    = ConnectionState.Open Then
                    SQLCon.Close()
                End If
            End Try
        End Sub
        Public Sub runquery1(query As String)
            Try
                SQLCon1.Open()
                sqlcmd = New SqlCommand(query,
    SQLCon1)
                'LOAD
    SQL RECORDS FOR DATAGROD
                sqlda = New SqlDataAdapter(sqlcmd)
                sqldataset = New DataSet
                sqlda.Fill(sqldataset)
    BH READ DIRECTLY FROM THE DATABASE
                'Dim
    R As SqlDataReader = sqlcmd.ExecuteReader
                'While
    R.Read
                'MsgBox(R.GetName(0)
    & ": " & R(0))
                'End
    While
                SQLCon1.Close()
            Catch ex As Exception
                MsgBox(ex.Message)
                'will
    close connection if still open
                If SQLCon1.State
    = ConnectionState.Open Then
                    SQLCon1.Close()
                End If
            End Try
        End Sub
    End Class
    A code for one of my button which views displays data grid contains the following code:
    Private Sub Button1_Click_1(sender As Object,
    e As EventArgs) Handles Button1.Click
            If SQL.hasconnection
    = True Then
                SQL.runquery("select 
    * from tablea")
                If SQL.sqldataset.Tables.Count
    > 0 Then
                    DGVData.DataSource = SQL.sqldataset.Tables(0)
                End If
            End If
        End Sub
    I am fairly new to vb.net and have read a few books and followed a few tutorials on youtube, what I would like to know is, are there any disadvantages
    to the way I have connected to a SQL database using the SQLControl.vb.  A lot of the vb books include data adapter and dataset within the form, I'm not sure if I'm following best practice by have the connection details outside of the form.
    My other question is, I have created two connections in the SQLControl and call these connections within the same form using the same data adapter
    and dataset.  It all works fine but I just wanted to know of any potential issues?
    Public SQLCon As New SqlConnection With {.ConnectionString
    = "Data Source=;Initial Catalog=;Integrated Security=True"}
    'connection 2
        Public SQLCon1 As New SqlConnection With {.ConnectionString
    = "Data Source;Initial Catalog=;Integrated Security=True"}
    Thanks

    My other question is, I have created two connections in the SQLControl and call these connections within the same form using the same data adapter and dataset.  It all works fine but
    I just wanted to know of any potential issues
    1) You are not using Sepration of concerns for a solution that is doing data access, like using a DAL.
    http://en.wikipedia.org/wiki/Separation_of_concerns
    2) You are directly issuing SQL commands at the UI, leading to sql injection attacks.
    3) You are not using a UI design pattern, which leads you to tightly couple database activity to the UI.
    http://www.codeproject.com/Articles/228214/Understanding-Basics-of-UI-Design-Pattern-MVC-MVP
    @System243trd, parameters are important to prevent SQL injection attacks (people will insert SQL commands into the database if you do not perform basic checking of what you are passing to the database). If you write a stored procedure try to make
    the variables the correct SQL server data type to avoid problems later of people trying to call it directly.  Darnold924 is right, I see no code to prevent against SQL injection attacks. In addition, during development in some instances LocalSQLDB
    database system is used and during deployment you usually need to use the production SQL server database. Moreover,  Linq-to-SQL is used on Windows Phone 8.1 and it is required for phone development later and so I highly recommend learning
    it if you plan on developing windows phone applications.
    @System243trd, If you want the code for the windows phone app I think it uses the MVVM model or that might be for universal apps or regular windows phone apps. I have been using the windows phone Silverlight pivot or panorama template (it might
    be pieces of both). I've already submitted to the windows phone marketplace and it had to go through certification first. I plan on later making an article on it but I need to first fix one or two simple problems I have with it.  Here's a link to
    the source code if you later want to look at the source code (in vb.net): 
    https://jeffsblogcodesamples.codeplex.com/downloads/get/1445836
    Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth. - Sherlock Holmes. speak softly and carry a big stick - theodore roosevelt. Fear leads to anger, anger leads to hate, hate leads to suffering - Yoda. Blog
    - http://www.computerprofessions.us

  • How can I sync Iphone to a PC calendar then have multiple users share that calendar? Is there an application that does that?

    How can I sync Iphone to a PC calendar then have multiple users share that calendar? Is there an application that does that?

    If it is actually an exchange calendar, and it's not linked to a specific user, it should be possible to simply add the exchange account to each device in question and have that exchange account only sync the calendar.  Then every user has access to the same calendar and can add/edit entries to the calendar as needed.
    The same would apply if it were a Google calendar added via Exchange.
    If the calendar is not actually on Exchange, but rather added from an outside source, it will depend on that outside source where the calendar originates.

  • Is there an application that allows you to read iBooks purchased from iTune

    Is there an application that allows you to read iBooks purchased from iTune. like Amazon books for Kindle ?

    Yes it is the iBooks reader that comes with the iPad.
    There are readers foe Barnes and Noble (eBook) & (nook) and Amazon (kindle).
    But iBook comes preinstalled.

  • Is there an application that....

    Is there an application that has some sort of on screen dancer that will dance when you play your music or something similar? Thought it would be neat.
    Also what ever became of the Nike+ app?
    Message was edited by: ClintonJames

    Don't know about the dancer.
    When activated in Settings, the Nike + iPod application appears on the Home screen (iPhone 3G S only). You still need the Nike + iPod Sensor (sold separately). http://www.apple.com/iphone/how-to/#nike-ipod.activating-nike-ipod

  • Is there an application that will open and view MS publisher?

    Is there an application that will open and View MS Publisher files?

    Afraid not. You can run Windows on your Mac then run Publisher in Windows. You can find out then if Publisher can export in a "standardized" format other applications might import.
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    Install the Apple Boot Camp software.  Purchase Windows XP w/Service Pak2, Vista, or Windows 7.  Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows.  Boot Camp enables you to boot the computer into OS X or Windows.
    Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  Parallels is software virtualization that enables running Windows concurrently with OS X.
    VM Fusionand Windows XP, Vista Business, Vista Ultimate, or Windows 7.  VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    CrossOver which enables running many Windows applications without having to install Windows.  The Windows applications can run concurrently with OS X.
    VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris.  It is not as fully developed for the Mac as Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • HT3574 is there any application that can help my iphone 3GS with personal hotspot or tethering internet?

    is there any application that can help my iphone 3GS with personal hotspot or tethering internet?

    You don't need anything, as such is built directly into the iOS. Your carrier, however, needs to support such.

  • Is there an Application that opens  and edits mpeg movie files

    Is there an Application that opens and edits mpeg movie files

    At what level do you want to do video editing?  There are a number of apps that will work with mpeg files available in the App Store, just search on mpeg.  If you want to do heavy duty video editing and work there is always Final Cut Pro X...but that costs $299.99 US...and will do anything and everything.

  • Is there any way that I could get pages on to my iPhone without buying it again, through the app store? I already bought the computer software.

    Is there any way that I could get pages on to my iPhone without buying it again, through the app store? I already bought the computer software.

    Sorry, no. Different versions for different operating systems.
    Stedman.

  • Application that connects to multiple databases.

    I am developing an application that performs many task, but one in particular is connecting to multiple databases and creating user accounts in each all with the push of a single button. I have tried putting connect statements in the trigger code but I don't get the desired results.
    How would I get my application to switch database connections while in execution?
    Please reply to the forum, or email me @ [email protected]
    Thank you.
    Travis

    Hi
    The only possible way which I could find for your requirement is that of DB Links. Establish DataBase Links among the multible databases, with which you want to work in one session. Peform all your actions through the DB Links.

  • Is there an application that synchronize the clock at every login?

    Hi!
    The battery in my mainborad has exhausted for ages, so the clock is need to be set at every login / resume after hibernation. Is there a handy application that can be used for automating this task? "ntpd" are unusable for me, because it works only if the difference of times is lower than a given treshold.

    Konstantin_hu wrote:No, I am unable to buy a battery in the near future.
    date --utc says: 2013. may. 20., monday, 14.50.14 UTC
    That appears to be correct.  The problem lies either with your locale being incorrect, or the rules that govern summer time schedule, or both.
    So, what does date without any other parameters say?
    Edit:Did not see freejack's post.
    Last edited by ewaller (2013-05-20 15:03:57)

  • Are there any applications that cleans up your macbook ?

    I bought a macbook a 2 months ago.
    I am wondering if there are any applications that cleans up my macbook. Like the ccleaner for windows.
    Are there any ?

    Novaknlis wrote:
    I bought a macbook a 2 months ago.
    I am wondering if there are any applications that cleans up my macbook. Like the ccleaner for windows.
    Are there any ?
    Ccleaner on Windows has a few functions:
    1: Repairs the Registry
    2: Cleans the caches
    3: Secure Erases free space on the drive / deleted files.
    OnyX for OS X.
    1: OS X doesn't have a Registry to bork, but other things like Preference files, caches etc, can.
    2: OnyX can clean the caches and check for corrupted Preference files, rebuilt ds_store files and other things, basically clean out all the automated stuff designed to make the computer faster so it can rebuild it in case it gets borked or may contain content you rather wish it didn't.
    3: OnyX can Erase whats in the Trash, but not wipe free space on the drive, Apple's provided Disk Utility has a feature to to that.
    So if your looking for something to clean your Internet tracks on OS X, first use the browser cleaning aspects, then OnyX cleaning, then a reboot to clear the OS X DNS cache then a Disk Utility > Wipe Free Space.
    These features are not automated or intertwined with Firefox add-ons like Click2Clean is with CCleaner on Windows. You'll have to perform it manually.
    http://www.titanium.free.fr/
    Another option for totally cleaning one's system faster on OS X would be to use the free VirtualBox to run a free distro ISO of Linux (Ubuntu, Mint, MacBuntu etc) in OS X. Then once the distro is setup in the virtual machine, save a snapshot of this OS state to revert back to after browsing potentially malicious sites in Firefox (in Linux)
    Reverting on takes only a few seconds, instead of the painfully long time OnyX can take, and ensures everything is included for removal, of course a DU free space wipe would be necessary for completeness.

  • Is there any application that lets me edit the lyr...

    Hello, everyone! I'm a happy Nokia 5800 XpressMusic from The Philippines. Last few days, I opened the application updates and I found that there's an update available for my device. I downloaded it and installed it them restarted my device. When I started the music player, I didn't see anything new instead of the new playlist saving feature. So, I researched and I also found out that with the new music player, I could view the lyrics of a song while playing it.
    So here's my question. Where can I download an application that let's me add or edit the embedded lyrics on a song using my mobile device? Any help will be so much appreciated.

    /t5/Software-Updates/Nokia-5800-music-player-update/m-p/826019/highlight/true#M82259
    Pl. refer Aaronoki's post...(02-12-2010 08:30 PM - last edited on 02-12-2010 08:33 PM )
    --------------------------------------------------​--------------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • Is there an application that can batch convert wma to m4a and save the output files to their respective original file location?

    I need to convert thousands (yes, really) of wma files to m4a.  The wma files are all located in different folders and each converted m4a file needs to end up in the same folder as its respective original wma file.  Does anyone know of an application that can do this?
    Thanks,
    Will

    I'm not completely sure that MPEG Streamclip can convert AVCHD footage (.mts files).  If MPEG Streamclip doesn't do the job, then get a copy of Clipwrap, which was designed for transcoding .mts files to QuickTime/Apple Intermediate Codec (that's the format/codec you need to convert the .mts files to for use in FCE).

  • Error Deploying Web application that Connects to MS SQL Server

    Hello I have Created a data Source that connects to a SQL Server Database and its conecting but whenever i try running the web server that contains a web page that accesses a Datasource (Microsoft) I get this error
    Exception is: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.microsoft.sqlserver.jdbc.SQLServerDriver
    06/04/26 12:26:37 SEVERE: ApplicationStateRunning.initConnector Stack trace: oracle.oc4j.sql.DataSourceException: Exception creating connection pool. Exception: oracle.oc4j.sql.config.DataSourceConfigException: Unable to create : com.microsoft.sqlserver.jdbc.SQLServerDriver
         at com.evermind.server.ApplicationStateRunning.initDataSourceConnectionPool(ApplicationStateRunning.java:2016)
    Even though I chose the option to Upload the library with the deployment, Do i have to manually load the SQL Server Libraries

    with com.microsoft.sqlserver.jdbc.SQLServerDataSource it does'nt get created.. with com.microsoft.sqlserver.jdbc.SQLServerDriver it does get created

Maybe you are looking for

  • IMac Client Reports "Bluing" Of Windows. Where Do I Begin?

    Dear Friends I have a client who just bought a 24" iMac. I set up his iMac for him by transferring his files from his iMac G5 to the new machine with Apple's Migration Assistant. I then ran approximately 400MB's worth of updates, including the firmwa

  • DVDs that worked on the older computer get spat out in the macbook pro

    My imac G4 could pretty much only read and write on Sony DVD-R Ver. 2.0/1x-8x. It could write on TDK DVD-R 8x but not read it. Now the new macbook pro can read the TDKs with out any problems but not the many SONY dvds that I have been using on the im

  • Trying to figure out easiest formula to use in iOS Numbers

    To all you smart function Guru's. Looking for help to see if this can be done. All help will be greatly appreciated here. Using Numbers on the iPad. My situation. In the "Pick Up" box I select a location from a drop down, it then puts in a numerical

  • Rollover on Hyperlinks stops working after the link has been visited

    Hi, I am having a problem with hyperlinks I have created on my website. They have the same colour in normal and visited and a different rollover colour. They work fine in iweb..... however, when I publish to my domain, initially the rollover colour w

  • Help with Bridge CC crashing?

    Bridge CC keeps crashing.  I have a new Dell desktop with Windows 8.1.  Anyone have any suggestions for help?  Thanks beforehand.