Excel crashes when entering data from VBA form

After only 6 lines of data entered via VBA form with macros enables, excel crashes everytime. The code basically looks for the next empty row and then populates sheet with data from the form.
Is this known bug or is there something in the code causing this. I have tried on a couple of macs and get the same result.
Will post code here and the CRASH code ....
This is the code
Private Sub CommandButton1_Click()
'Dim lRow As Integer
Dim lRow As Long
Dim ws As Worksheet
    Set ws = Worksheets("FamilySunday")
   lRow = ws.Cells.Find(what:="*", searchorder:=xlRows, searchdirection:=xlPrevious, LookIn:=xlValues).Row + 1
   'lRow = ws.Cells.Find(what:="*", searchorder:=xlRows, searchdirection:=xlPrevious, LookIn:=xlValues).Row + 1
    With ws
    Cells(lRow, 1).Value = Me.txtName.Value
    Cells(lRow, 2).Value = Me.txtEmail.Value
    Cells(lRow, 3).Value = Me.txtFacebook.Value
    Cells(lRow, 4).Value = Me.txtMobile.Value
    Cells(lRow, 5).Value = Me.txtDate.Value
    If OptionButton1.Value = True Then
    Cells(lRow, 6).Value = "Face Book"
    ElseIf OptionButton2.Value = True Then
    Cells(lRow, 6).Value = "Twitter"
    ElseIf OptionButton3.Value = True Then
    Cells(lRow, 6).Value = "Skating Heaven web site"
Else
    Cells(lRow, 6).Value = "Friends"
        End If
    Cells(lRow, 10).Value = Me.txtParty.Value
    End With
    'Clears the form for new entry
    Me.txtName.Value = ""
    Me.txtEmail.Value = ""
    Me.txtFacebook.Value = ""
    Me.txtMobile.Value = ""
    Me.txtParty.Value = ""
    Me.txtDate.Value = ""
    Unload Me
    frmDisclaim.Show
    ActiveWorkbook.Save
End Sub
Private Sub CommandButton2_Click()
Unload Me
ActiveWorkbook.Save
Application.DisplayAlerts = False
Application.Quit
Application.DisplayAlerts = False
End Sub
Private Sub txtName_Change()
'This will add date of entry which is hidden from view
Me.txtDate.Value = Format(Date, "Medium Date")
End Sub
And this is the CRASH CODE
Process:         Microsoft Excel [243]
Path: /Users/useruser/Desktop/Microsoft Office 2004/Microsoft Excel
Identifier:      com.microsoft.Excel
Version:         111101 (11.6.6)
Code Type:       PPC (Translated)
Parent Process:  launchd [64]
Interval Since Last Report:          12933 sec
Crashes Since Last Report:           2
Per-App Interval Since Last Report:  1251 sec
Per-App Crashes Since Last Report:   2
Date/Time:       2012-04-19 01:39:36.568 +0100
OS Version:      Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  1EA8AF14-BFEA-4D77-B4AD-582D3EC7D271
Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
Crashed Thread:  0
Thread 0 Crashed:
0   translate 0xb80bcd58 0xb8000000 + 773464
1   translate 0xb80b7007 0xb8000000 + 749575
2   translate 0xb80d49c0 0xb8000000 + 870848
3   translate 0xb813ce79 spin_lock_wrapper + 1981
4   translate 0xb8011b64 0xb8000000 + 72548
Thread 1:
0   ??? 0x800bc166 0 + 2148254054
1   ??? 0x800c395c 0 + 2148284764
2   translate 0xb818b6ea CallPPCFunctionAtAddressInt + 202886
3   ??? 0x800ed055 0 + 2148454485
4   ??? 0x800ecf12 0 + 2148454162
Thread 2:
0   translate 0xb81529ef spin_lock_wrapper + 90931
1   translate 0xb8183633 CallPPCFunctionAtAddressInt + 169935
2   translate 0xb81861e2 CallPPCFunctionAtAddressInt + 181118
3   translate 0xb80dfb0b 0xb8000000 + 916235
4   ??? 0x812d7856 0 + 2167240790
Thread 3:
0   translate 0xb815289e spin_lock_wrapper + 90594
1   translate 0xb816e8a7 CallPPCFunctionAtAddressInt + 84547
2   translate                              0xb80dfb0b 0xb8000000 + 916235
3   ??? 0x81b75cb6 0 + 2176277686
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000  ebx: 0xb80bcd30  ecx: 0x00000001  edx: 0x00000003
edi: 0x00000001  esi: 0x80303820  ebp: 0xb7fffa08  esp: 0xb7fff9d0
   ss: 0x0000001f efl: 0x00010206  eip: 0xb80bcd58   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
cr2: 0x00000001
Binary Images:
0xb8000000 - 0xb81d7fe7  translate ??? (???) /usr/libexec/oah/translate
Translated Code Information:
Rosetta Version:  21.03
Args: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp /Users/useruser/Desktop/Microsoft Office 2004/Microsoft Excel
Exception: EXC_BAD_ACCESS (0x0001)
Thread 0: (0xb009a83c, 0xb81529ef)
0x00833000: No symbol
0x00659204: /Users/useruser/Desktop/Microsoft Office 2004/Office/ShMem.bundle/Contents/MacOS/ShMem : _MerpUnregisterCFMFragment + 3156
0x944fd074: /usr/lib/libSystem.B.dylib : __pthread_body + 40
0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
PPC Thread State
srr0: 0x00000000        srr1: 0x00000000 vrsave: 0x00000000
cr: 0xXXXXXXXX              xer: 0x00000000 lr: 0x94472fa0                        ctr: 0x9446c070
r00: 0xffffffe1             r01: 0xf0080d60         r02: 0x00000001         r03: 0xf0080e4c         
r04: 0x00000102         r05: 0x00000000         r06: 0x00000054         r07: 0x00003403        
r08: 0x000003e8         r09: 0x00000000         r10: 0x000eb018         r11: 0xa076368c        
r12: 0x9446c070         r13: 0x00000000         r14: 0x00000000         r15: 0x00000000        
r16: 0x00000000         r17: 0x00000000         r18: 0x00000000         r19: 0x00000000        
r20: 0x00000000         r21: 0x00000000         r22: 0x00000000         r23: 0x00000000        
r24: 0xf0080e4c          r25: 0x00000054         r26: 0x00003403         r27: 0x000003e8        
r28: 0x00000000         r29: 0x00000102         r30: 0x00000102         r31: 0x00663fb0        
Thread 1: (0xb011ce20, 0xb815289e)
0x944af1d8: /usr/lib/libSystem.B.dylib : __pthread_cond_wait + 1260
0x91f57944: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TSWaitOnConditionTimedRelative + 244
0x91f57718: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TSWaitOnSemaphoreCommon + 432
0x91f898ac: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _TimerThread + 72
0x944fd074: /usr/lib/libSystem.B.dylib : __pthread_body + 40
0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp :   + 0
PPC Thread State
srr0: 0x00000000        srr1: 0x00000000 vrsave: 0x00000000
cr: 0xXXXXXXXX              xer: 0x20000000 lr: 0x944af218                        ctr: 0x9446c0f0
r00: 0xffffffd9             r01: 0xf0101c90          r02: 0xa075e53c          r03: 0x00005e03        
r04: 0x00006103         r05: 0x00000000         r06: 0x0aa34c10          r07: 0x00000000        
r08: 0x00000000         r09: 0x00000001         r10: 0xf0101e48          r11: 0xa0763a74        
r12: 0x9446c0f0          r13: 0x00000000         r14: 0x00000000         r15: 0x00000000        
r16: 0x00000000         r17: 0x00000000         r18: 0x00000000         r19: 0x00000000        
r20: 0xa035986c         r21: 0x92037570         r22: 0x92037570         r23: 0x00000000        
r24: 0x00000000         r25: 0x00000001         r26: 0xf0101e48          r27: 0xa075ed00        
r28: 0xa0351bc4         r29: 0xa075e53c          r30: 0xa0351bf8          r31: 0x944aed00        
Thread 2: Crashed (0xb7fff9d0, 0xb80bcd58)
0x767dcd34: No symbol
0x767e25d8: No symbol
0x7678010c: No symbol
0x76792208: No symbol
0x767eaa98: No symbol
0x76773ebc: No symbol
0x767dcd34: No symbol
0x76808188: No symbol
0x76815f0c: No symbol
0x767dcd34: No symbol
0x76767314: No symbol
0x76773e38: No symbol
0x767e9188: No symbol
0x767e8cf0: No symbol
0x767f1064: No symbol
0x767f2f5c: No symbol
0x7681cbcc: No symbol
0x767fd7c0: No symbol
0x7680563c: No symbol
0x767e8cf0: No symbol
0x767f1064: No symbol
0x767e50fc: No symbol
0x767e5020: No symbol
0x767e54e8: No symbol
0x7680cbbc: No symbol
0x763d0b88: No symbol
0x763cf824: No symbol
0x76397520: No symbol
0x76455e94: No symbol
0x763abca8: No symbol
0x763a8e68: No symbol
0x763a8d6c: No symbol
0x763bb110: No symbol
0x763bb2c8: No symbol
0x76390850: No symbol
0x7639091c: No symbol
0x00902e8c: No symbol
0x7652b078: No symbol
0x76517ff4: No symbol
0x00971b90: No symbol
0x7631ec60: No symbol
0x7631ee30: No symbol
0x765361c4: No symbol
0x765374ac: No symbol
0x76537ad0: No symbol
0x7681947c: No symbol
0x767e3e60: No symbol
0x767e0234: No symbol
0x767e55a4: No symbol
0x76774cc0: No symbol
0x7676f198: No symbol
0x7676f248: No symbol
0x7676f278: No symbol
0x76781c54: No symbol
0x767dcd34: No symbol
0x7680faac: No symbol
0x7682ad04: No symbol
0x76817bdc: No symbol
0x767dcd34: No symbol
0x76773b58: No symbol
0x767f168c: No symbol
0x767f3490: No symbol
0x763b2594: No symbol
PPC Thread State
srr0: 0x00000000        srr1: 0x00000000 vrsave: 0x00000000
cr: 0xXXXXXXXX              xer: 0x20000000 lr: 0x767e25d8                       ctr: 0x7679b670
r00: 0x767e25d8         r01: 0xbffafec0            r02: 0x177a0000         r03: 0x00000001        
r04: 0xbffaffe8            r05: 0x177b2024         r06: 0x00000044         r07: 0x00000002        
r08: 0xbffb0058          r09: 0xbffb0048          r10: 0x00000000         r11: 0x177bd71c        
r12: 0x177a1094         r13: 0x15c69b48         r14: 0x00000002         r15: 0x15637d20        
r16: 0x15637d20         r17: 0x00000001         r18: 0x156844ec         r19: 0x00001081        
r20: 0x15c032e0         r21: 0x00000000         r22: 0x00000004         r23: 0x1ad300d0        
r24: 0x1ad300d0         r25: 0x00000000         r26: 0x00000000         r27: 0xffffffff 
r28: 0xfffffd37            r29: 0xbffaffe8            r30: 0xbffaff50            r31: 0xbffaffe8           

The issues you describe have nothing to do with the other posting you are referencing. They state they have the following problem:
(numbers on ipad) drops several of the important features that I created in the laptop version such as headers and footers, fonts, steppers, sliders, etc.
It sounds like your having no data entry at all. There is a known issue with certain formulas causing crashes, but not every data entered like you seem to be stating.
I might have missed it, but did you delete and reinstall Numbers on your ipad?
If not, please write down EXACTLY the steps used to reproduce the problem, then go to http://www.apple.com/feedback and input this into a bug report for ipad numbers. Be very specific as to the steps involved to get to the crash point.
Thanks
Jason

Similar Messages

  • Numbers for iPad crashes when entering data

    I have the same issue as described in this thread:
    http://discussions.apple.com/thread.jspa?threadID=2603291&tstart=0
    Basically Numbers crashes almost every time I tap on a cell to input data. It doesn't seem to happen if the cell contains text, or a cell that is the output only of a formula, but it does crash (almost always) whenever I tap a number that's an input into a formula, or a cell with star-value. Sometimes Numbers crashes when I tap an empty cell (even if there is no formula attached to it), but not always.
    This occurs in every spreadsheet that I use, including the default "Getting Started" spreadsheet, spreadsheets that I created using templates found in Numbers, and spreadsheets that I imported from my MacBook created in (the most recent version of) Numbers. It's my perception that it first occurred infrequently in Numbers 1.1, and got worse over time.
    I use Numbers mostly for a single spreadsheet that keeps track of my invoices. I never use any graphics in the spreadsheets. The formulas are all pretty simple.
    (The spreadsheet is used to track sales, so each line has a cell for the dates of order and payment, the number of items, the name of the item, the items total, and at the bottom there's the invoice total. Small stuff like that)
    Right now there are about 12 invoices in the spreadsheet. Each invoice is a separate sheet on the same spreadsheet, and I periodically make a duplicate sheet in which I can change some of the values and text (btw, text boxes are unaffected). There are like on average 30 populated cells per sheet, so the total is like 400 populated cells on this spreadsheet.
    Unfortunately, due to this bug, I cannot use Numbers for this purpose at all. I can make a duplicate of a (blank or filled-in) Spreadsheet, but as soon as I start adding values to the chart, the screen goes black and I am returned to the iPad home screen. This problem also occurs on my very first invoices, even though they were created just fine at the time (using Numbers 1.0).
    I only have four other spreadsheet files in Numbers and they all suffer the same problem. One is the default Numbers "Getting Started" spreadsheet. It crashes on the "Table Basics" spreadsheet when I tap the pink box as instructed.
    I created a "Budget" spreadsheet from Numbers's templates. It crashes when I enter data in the "Budget" column in the first ("Categories") chart, but not the "Actual" and "Difference" columns. It also crashes each time I enter data into the "Amount" column of the second ("Transactions") chat, but not any of the other columns ("Date," "Description," and "Category"). So, this spreadsheet is unusable on the iPad.
    (I did export this sheet to Numbers on my Mac, and it worked fine.)
    I created two other spreadsheets in Numbers about a month ago and I had no problems. They are just two-column charts that I printed out to display some information. One has 30 populated cells, the other has about 100. On both of them, I can edit a cell that has text-only, but I cannot enter any data into an empty cell! It crashes! Also, FYI, there are Japanese characters in the text-fields.
    I hope this is not too much information or too little. Just trying to get some help for myself or to help whoever might work on this problem.
    Any ideas? Any more info needed? This is on a 3G 32gb iPad using version 3.2.2, and Numbers 1.2.

    The issues you describe have nothing to do with the other posting you are referencing. They state they have the following problem:
    (numbers on ipad) drops several of the important features that I created in the laptop version such as headers and footers, fonts, steppers, sliders, etc.
    It sounds like your having no data entry at all. There is a known issue with certain formulas causing crashes, but not every data entered like you seem to be stating.
    I might have missed it, but did you delete and reinstall Numbers on your ipad?
    If not, please write down EXACTLY the steps used to reproduce the problem, then go to http://www.apple.com/feedback and input this into a bug report for ipad numbers. Be very specific as to the steps involved to get to the crash point.
    Thanks
    Jason

  • Photos app crashes when migrating data from iphoto

    Every time I open the photos app it crashes and the migration process of the data from iphoto doesn't complete on iPad 3, is there a solutio?.

    Have you tried repairing the Photos library - hold down and option and command keys and launch Photos
    LN

  • Word, PowerPoint and Excel Crash when opening Files from Sharepoint Site.

    Hello,
    I am in the process of rolling out office 2013 company wide. I have started with a batch of test users and a few including myself are reporting various office apps crashing with opening files from our SharePoint site. Although at times it will crash outside
    of the site. 
    I have tired running each app in various modes (Safe-mode, Compatibility mode ect) but the same results keep happening. Although it does not happen all the time on other users machines its more frequent. If i download the file and open it locally this does
    not appear to happen. 
    We are all running Office 2013 SP1 32bit on Windows 7 Machines. 
    One Common issue they everybody seems to have always points to "Faulting module path: C:\Windows\system32\VBScript.dll". I have done some digging but have not encountered any solution that points to this file. We constantly stay current on the
    latest updates from MS.
    Any suggestions would be very helpful.  
    Faulting application name: POWERPNT.EXE, version: 15.0.4701.1001, time stamp: 0x54e30979
    Faulting module name: VBScript.dll, version: 5.8.9200.17267, time stamp: 0x54e80d2c
    Exception code: 0xc0000005
    Fault offset: 0x00004b18
    Faulting process id: 0x235c
    Faulting application start time: 0x01d05cfec4e68efd
    Faulting application path: C:\PROGRA~2\MICROS~2\Office15\POWERPNT.EXE
    Faulting module path: C:\Windows\system32\VBScript.dll
    Report Id: 06a26b9a-c8f2-11e4-82f5-f01faf3ff4e9 
    Faulting application name: EXCEL.EXE, version: 15.0.4693.1000, time stamp: 0x54b5cf28
    Faulting module name: VBScript.dll, version: 5.8.9200.17229, time stamp: 0x54b494b6
    Exception code: 0xc0000005
    Fault offset: 0x00004b18
    Faulting process id: 0x10c0
    Faulting application start time: 0x01d0591c4e4be9d4
    Faulting application path: C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE
    Faulting module path: C:\Windows\system32\VBScript.dll
    Report Id: 991c342e-c50f-11e4-bb22-f01faf3ff4e9
    Faulting application name: WINWORD.EXE, version: 15.0.4693.1000, time stamp: 0x54b5d322
    Faulting module name: VBScript.dll, version: 5.8.9200.17229, time stamp: 0x54b494b6
    Exception code: 0xc0000005
    Fault offset: 0x00004b18
    Faulting process id: 0x18ac
    Faulting application start time: 0x01d058110aaeea68
    Faulting application path: C:\Program Files (x86)\Microsoft Office\Office15\WINWORD.EXE
    Faulting module path: C:\Windows\system32\VBScript.dll
    Report Id: 49c2fed2-c404-11e4-adfe-f01faf3ff4e9
    In some instances even outlook will crash as well although I think this is unrelated to sharepoint. 
    Faulting application name: OUTLOOK.EXE, version: 15.0.4693.1000, time stamp: 0x54b5d37b
    Faulting module name: VBScript.dll, version: 5.8.9200.17229, time stamp: 0x54b494b6
    Exception code: 0xc0000005
    Fault offset: 0x00004b18
    Faulting process id: 0x113c
    Faulting application start time: 0x01d05911e9f9cde2
    Faulting application path: C:\Program Files (x86)\Microsoft Office\Office15\OUTLOOK.EXE
    Faulting module path: C:\Windows\system32\VBScript.dll
    Report Id: bb795581-c508-11e4-bb22-f01faf3ff4e9

    Bump - Wondering if anybody has seen this before?

  • How to stop BAPI(FM) when enter data from front end is calling a BAPI

    Hi Experts
    We are entering the data through front end , that is calling one BAPI and upadating the data
    into SAP .
    could any one tell me how to stop this BAPI , is it possible to stop that BAPI using external break points
    Thanks.

    Is this BAPI Called in another task? Otherwise, you should be able to debug it like any other Function module in foreground.

  • How do I export the pdf data from multiple forms to an excel spreadsheet?

    I have several forms that one of my employees collects data in. I need that data from those forms to go to a spreadsheet for analyzation purposes. I am using Acrobat XI.

    No, you can't change the way this built-in command works. You can either process it later on in Excel, or you would need to use a custom-made script and an Action to collect the data in the format you want in Acrobat and then export it.

  • Help with exporting data from pdf form

    I have about 100 pdf forms that I created in adobe forms central and distributed as a pdf form (rather than on the web). I am trying to export the data into a spreadsheet but when I export it, the fields are all jumbled in the csv file, as in they are not in the same order. I need to export the data all together so I'm going to the forms menu and selecting "manage form data" and then selecting "merge data files into spreadsheet". I tried exporting a single file but that gave me something really weird.
    Please help, I have a deadline next week to analyze this data and can't make sense of it once it is exported to a spreadsheet.

    Would you please share your form with me and send me one of your pdf forms and some of the csv files?
    You can share your form by doing the following:
    1. Click on the “Share” icon on the bottom left corner.
    2. Click on “Add Collaborator” on the popup menu.
    3. Enter [email protected] under “People to share with”.
    4. Set subject to "Export data from pdf form"
    5. Click the “Share” button on the bottom right of the dialog.
    Thanks
    Ken

  • Slow response when entering data to an empty cell?

    Hey there...
    I have this issue that when I start entering data into an empty cell or owerwriting one, the response is slow; when I press a button on the keyboard it takes roughly 1 second before anything visual happens in the cell, but when the data "makes it way through" the response is normal when hitting the keyboard.
    Is anyone else experince a slow response when entering data to an empty cell in Number 09 or when overwriting one?/ Anyone familar with a similar issue, and is there anybody who knows how to fix this, or is it just normal for Numbers 09 to be a bit sluggish in the beginning when entering data?
    I've recently swithced from Excel 2007 to Numbers 09, so sorry if the terminology is incorrect.

    Question asked and answered several times.
    Numbers was not coded by brains but by feet so, it behave sadly when the AutoSave Lion feature apply.
    I posted a script getting rid of that.
    Start from a template or duplicate the existing document just after opening it then close the original and work on the duplicate.
    As it was never saved, AutoSave doesn't apply to it;
    From time to time (say at least every ten minutes) call my script.
    It wil duplicate the doc in progress and save it with a date_time stamped name.
    this way, you will continue to enter datas in a never saved document.
    Search for the string Auto_Save in the existing threads.
    It's late and I'm too tired to search for you.
    Yvan KOENIG (VALLAURIS, France) lundi 26 décembre 2011 12:03:51
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : http://public.me.com/koenigyvan
    Please : Search for questions similar to your own before submitting them to the community
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • How do you print data from a form?

    From the interactive report, there's a built in function to print to variious formats (e.g., PDF, CSV, etc).
    As long as the columns do not exceed the width of a page, it's okay.
    But what I want to do is when a user clicks on 'edit' from the interactive report and displays the data entry screen, I want to be able to have a 'Print' button to print the data from a form.
    Don't want to manually modify the URL to change a parameter to print.
    Really appreciate any help I can get on this matter!!!

    I want to be able to have a 'Print' button to print the data from a form.Create a Print button in the form page with an <tt>onclick</tt> attribute that calls the method<tt>print()</tt> method:
    onclick="window.print();"
    Don't want to manually modify the URL to change a parameter to print. Sounds like you want to be able to control which page elements are printed and how they are formatted?
    This is quite straightforward using a print media style sheet.
    You'll need to identify CSS selectors (usually IDs and classes) from the page HTML for the components and regions that are not to be printed: a web inspector such as that found in Safari, or the Firefox+Firebug combo is useful for this. It's also a good idea to give all of your regions a unique static region ID to assist with this identification. Using this information, you can construct the style sheet to exclude all of the unwanted content using <tt>display: none</tt> rules.
    In a simplified example, say you identify that there are 4 regions on the page, and you only want to print region 3. You would add the following style sheet to the page HTML Header:
    <style type="text/css" media="print">
    #region-1, #region-2, #region-4 {
      display: none;
    </style>+{message:id=2475831}+ is a solution to a similar problem, and see this article for more enhancements that can be included in your print style sheet.
    Really appreciate any help I can get on this matter!!!You'll get effective help more quickly if you include the following information upfront when posting a question. This enables others to understand, replicate and determine the most appropriate fix without wasting time asking all kinds of supplementary questions:
    - APEX version
    - DB version and edition
    - Web server architecture (EPG, OHS or APEX listener)
    - Browser(s)/version(s) used
    - Theme used
    - Templates used
    - Region/Report/Process type
    And please update your forum profile with a better handle than "846623".

  • Pass the data from a form in workflow to z table

    Hi all,
    How can I pass the data from a form in workflow to z table?

    Thanks for your answer, I tried the solution 2, I create "Submit" button, and ser the mapping scope to  be "All data rows", it only works when I select at least one row, otherwise the data would not be passed.
    Another question is I have serveral imported table parameter, for each table I have one "submit" event, I want these tables to be submitted at the same time, but if I click the submit button in one table toolbar, I can only submit the table data which has a submit button clicked, for other tables, the data is not passed, how can I achieve it?
    Thanks.

  • How can I pass data from a form guide to another form in a business process

    How do we pass data from a form guide to another form(not necessarily a guide) without having to open the form. For example we have a small form guide to capture the contract id so we can then get data from contracts table to present to the user in a form. We want the user to open the guide (either Flex guide or form guide) to enter the contract id. Upon submission we want the process to get the contract data and put it into the form that will be opened at the next step by the user without having a user interact with the form to get the data into it. In other words we need the process to get the data and populate a different form than the form guide the contract id was entered in and this new form needs to be opened in the next step by the user.

    Firstly, I'm assuming that you have a Forms ES Server if you are rendering a Guide.  This could be either version ES1, ES2/2.5 or ES3/ADEP
    If you submit the form back to the server, you can populate a second (PDF/XDP) form with the data bound to the same schema/Data Model using Forms ES. 
    You referred to the next user in the chain - If you are using Process Management, this is very easy, as you define what form is used to render the data in the "Presentation & Data" section of the Assign Task activity

  • Clean install on new 1TB hdd, Yosemite keeps freezing when copying data from an ext drive and also from a usb

    Hi all,
    I'm trying to figure out why my macbook keeps freezing when I try to drag my data across to it (even small files from a USB).
    I've had to force restart over a dozen times today :/
    I ran EtreCheck and there are a couple of issues (I've no idea what they mean).
    If anybody could share some light into the report below I would be very grateful:
    Problem description:
    Macbook Pro mid 2010, Yosemite, blank new install on 1 TB hdd, keeps freezing when copying data from an ext drive and also from a usb
    EtreCheck version: 2.2 (132)
    Report generated 5/2/15, 4:55 PM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Mid 2010) (Technical Specifications)
        MacBook Pro - model: MacBookPro7,1
        1 2.4 GHz Intel Core 2 Duo CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery: Health = Normal - Cycle count = 2061 - SN = W013358KQD3BA
    Video Information: ℹ️
        NVIDIA GeForce 320M - VRAM: 256 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.3 (14D136) - Time since boot: 0:7:25
    Disk Information: ℹ️
        ST1000LM024 HN-M101MBB disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (968.00 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GS23N 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Computer, Inc. IR Receiver
        Apple Inc. Apple Internal Keyboard / Trackpad
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.mtrecorder.plist
    Launch Daemons: ℹ️
        [failed]    com.apple.spirecorder.plist
    User Launch Agents: ℹ️
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist [Click for details]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        Caffeine    Application  (/Applications/Caffeine.app)
    Internet Plug-ins: ℹ️
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
    3rd Party Preference Panes: ℹ️
        None
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            20%    WindowServer
             6%    com.apple.WebKit.WebContent(7)
             4%    Safari
             3%    hidd
             1%    launchd
    Top Processes by Memory: ℹ️
        1.07 GB    com.apple.WebKit.WebContent(7)
        439 MB    kernel_task
        90 MB    spindump
        57 MB    mdworker(5)
        57 MB    Safari
    Virtual Memory Information: ℹ️
        4.54 GB    Free RAM
        3.46 GB    Used RAM
        0 B    Swap Used
    Diagnostics Information: ℹ️
        May 2, 2015, 04:47:31 PM    Self test - passed
        May 2, 2015, 01:39:52 PM    /Library/Logs/DiagnosticReports/DesktopServicesHelper_2015-05-02-133952_[redact ed].cpu_resource.diag [Click for details]
        May 2, 2015, 01:23:20 PM    /Library/Logs/DiagnosticReports/com.apple.AmbientDisplayAgent_2015-05-02-132320 _[redacted].crash
    Regards
    Hoz

    Thanks - I had a 1TB hdd in my macbook for about 12 months but it started playing up a few days ago (I got the question mark folder on bootup) so I bought another 1TB hdd (same model) and started from scratch.
    My macbook is an early 2010... now I'm wondering if Yosemite is a bit too much for it?
    The ext hdd is my timemachine backup, so yes I have used it often and it has my TM backups - and the usb is a new usb which Ive used a few times.
    The issue seems to be when Im transferring files from an ext drive to my mac. I can use it fine and browse (worked find for 45 mins) then I tried to bring my data across.. and it copied a few gig over before total freeze.
    This has happened about a dozen times.
    I keep running disk utility and checking the disk. I also just ran the apple diagnostics tool that came in the apps cd - the hardware apears to be fine.
    I have a 250 gb partition for the OS and the rest is my second partition for data.
    I'm now wondering if I should reformat the first partition, install leopard from the CD, then upgrade to mavericks and leave it at that.
    Any thoughts would be awesome. Thank you for reading and replying!
    Hoz

  • How to pass Data from one form to the other

    Hi all
    Can any one suggest me how to pass data from one form to the other form, which i zoomed from the original one?
    I tried to do this by passing parameter in Event Procedure but i am getting error msg when i am opening the zoomed form.
    If any one of u have any idea, give me a reply
    Thank you
    Suhasini

    If you choose the second alternative you should erase these global variables after the second form is opened
    You can erase the global variable using:
    erase('global_var')
    Greetings,
    Sim

  • Linking data from PDF form into Indesign CS6

    Hello all,
    I'll be working on a magazine which has a large section of day camps technical descriptions :
    name, contact info, location, short introduction text, activities icons (they have to choose up to 5 icons from a total of 12)
    Is it possible to link data from a fillable PDF into predetermined and prestyled text boxes in Indesign CS6?
    Would it be necessary to export in an Excel sheet prior?
    What would be the best trick in order for the icons to place themselves automatically, if possible?
    Thanks in advance

    When placing a PDF into InDesign, it's a flat piece of art for each page included. There's no way to manipulate form fields or work with links or anything like that.
    The data from the form would have to be collected and converted into an Excel file for placing into InDesign. (Collecting data from PDF forms and converting the Excel format can be done in Acrobat Pro.)

  • Offline scenario - post data from saved form to SQLServer

    This is the scenario am struggling to develop. User downloads the interactive form.  Goes offline. I mean no connection to the Web Application Server. But he will have access to a SQLServer database (it may be on his machine or in his intranet). He will fill the form and save it on his local hard disk. Now, I want his saved form data to be posted to the SQLServer.  I thought about a couple of ways to do this.
    1) Is it possible to change the control type of 'Submit' button to submit and then in the URL field, call some ASP page (this page is deployed on a local IIS) and then submit the form fields to that ASP page which takes care of database connection, posting etc. So user downloads form only once. But fills it with different data each time and clicks submit. First of all, will submit button work when the form is not opened in web browser? I mean when it is saved on a local hard disk opened in a standalone Adobe Reader?
    2) Is it possible to write some java program using any APIs and extract the data from the form saved on local hard disk? It may be possible because I have the .xdp file for the form. But I dont know if there are some APIs available to do the same.
    Any inputs whether these ideas are feasible? Any other new ideas are also welcome. Thanks in advance.

    Hi Narayana,
    if you want to export xml data from Reader to local disk you can use a command:
    xfa.host.exportData("",0);
    It works like from menu Export data from Forms.
    To your second post:
    Yes, you can save form in Adobe Live cycle designer as pdf and you can open it in Adobe Reader and test it. It will work.
    In tab Submit for your button set these properties:
    Submit Format: XML Data (XML)
    Submit to URL: url of your page
    Encoding: UTF8
    Here is a sample code in c# for asp.net. Insert method save to your asp.net page and call it from method Page_Load.
              using System;
              using System.IO;
              using System.Web;
              private void save()
                   const int coniBufferLen=1024;
                   string lsTmpFile;
                   try
                        lsTmpFile="c:\adobe\body.pdf.xml.txt";  // File on local disk where to save xml data sent by Reader. IIS needs rights to write here.
                        FileStream loFS=null;
                        try {loFS=File.Create(lsTmpFile);}
                        catch (Exception e1)
                             // TODO
                             return;
                        int liCelkem=Request.ContentLength;
                        int liNacteno=0;
                        byte[] laResponse=null;
                        int liLen=Math.Min(coniBufferLen,liCelkem-liNacteno);
                        while (liLen>0)
                             try
                                  laResponse=Request.BinaryRead(liLen);
                                  loFS.Write(laResponse,0,liLen);
                             catch (Exception e1)
                                  try {loFS.Close();}
                                  catch {}
                                  try {File.Delete(lsTmpFile);}
                                  catch {}
                                  // TODO
                                  return;
                             liNacteno+=liLen;
                             liLen=Math.Min(coniBufferLen,liCelkem-liNacteno);
                        loFS.Close();
                   catch (Exception e2)
                        // TODO
                        return;
    Michal

Maybe you are looking for

  • New SSD, but LOTS of Permissions Problems

    I have installed a new SSD drive alongside my 1.5TB spinning drive on my 24" 2009 iMac 2.93GHz. I used Carbon Copy Cloner to move my everything except my User account over to the new 60GB SSD. I originally assigned the User's folder on the old drive

  • RSIMPCURR to run for multiple R/3 systems

    We have one BW system being fed by 3 different ECC systems.  Each ECC system has it's own table of currency exchanges.  One system converting to Euros, a second system converting to British Pounds and a third system converting to US Dollars.  We need

  • Test RFC connection for Logical port

    Hi, I've created a new Proxy class in my development by consuming the WSDL file and attached it to a package. Also i have created Logical port based on the WSDL file in SOAMANAGER. But when I test the RFC connection which gets automatically created I

  • Updating library "processing" starts from scratch every morning!

    help! every morning when i start aperture it decides it needs to "process" ALL 12K pictures in my library. in the activity window it says it's "updating library." i have no idea what this means or why aperture needs to do this every day. (once it fin

  • Rasterisation not true font

    Hi, I'm new to illustrator, used to working in photoshop, and have been told the following by my printer, but dont know how to put it right. If anyone could help me that would be amazing. "The problem with the artwork is that the text is not built up