SavePanelState crashes in 64-bit build

I am coding the setup tab for a test application.  The user enters data into several fields on a main panel and clicks a button when finished.  I am trying to use the SavePanelState and RecallPanelState functions to save and restore the setup data to/from a file, but when I build my program as a 64-bit application, SavePanelState causes the program to crash.  When built as a 32-bit application it works fine. 
My code is attached.  I am running on Windows 7 Professional 64-bit OS.
Rich Ferrara
Telephonics
* Function: SaveSetup
* Description: This function is the callback for the OK button.
* It saves the setup information and sets the new test mode.
* Input Parameters: panel - ID of the panel activated
* control - ID of the control activated
* event - ID of the event triggered
* callbackData - extra data sent to the callback
* eventData1 - parameter sent to the callback
* eventData2 - parameter sent to the callback
* Output Parameters: returns 0
int CVICALLBACK SaveSetup (int panel, int control, int event,
void *callbackData, int eventData1, int eventData2)
char fileName[MAX_PATHNAME_LEN];
char data[BUFFER_LEN];
int index;
int mode;
FILE *ofp;
switch (event)
case EVENT_COMMIT:
// ===== Temporary unit test code: open a text file to =====
// ===== save the panel settings =====
// ===== In the final PLATE, this will be saved to the =====
// ===== summary and/or verbose log files =====
MakePathname(GetTempFolder(), "setup.txt", fileName);
ofp = fopen(fileName, "w");
// Save the test operator name
GetLabelFromIndex(panel, MAIN_TEST_OPERATOR,
lastSelectedUserIndex, data);
fprintf(ofp, "Test operator: %s\n", data);
// Save the access level
GetCtrlIndex(panel, MAIN_ACCESS_LEVEL, &index);
GetLabelFromIndex(panel, MAIN_ACCESS_LEVEL, index, data);
fprintf(ofp, "Access level: %s\n", data);
// Save the test mode
GetCtrlIndex(panel, MAIN_TEST_MODE, &index);
GetLabelFromIndex(panel, MAIN_TEST_MODE, index, data);
fprintf(ofp, "Test mode: %s\n", data);
GetCtrlVal(panel, MAIN_TEST_MODE, &mode);
// Save the PLATE system number
GetCtrlVal(panel, MAIN_PLATE_SYS_NUM, data);
fprintf(ofp, "PLATE system number: %s\n", data);
// Save the PLATE hardware revision
GetCtrlVal(panel, MAIN_PLATE_HW_REV, data);
fprintf(ofp, "PLATE hardware revision: %s\n", data);
// Save the PLATE software release
GetCtrlVal(panel, MAIN_PLATE_SW_REL, data);
fprintf(ofp, "PLATE software release: %s\n", data);
// Save the test date
GetCtrlVal(panel, MAIN_TEST_DATE, data);
fprintf(ofp, "Test date: %s\n", data);
// Save the test time
GetCtrlVal(panel, MAIN_TEST_TIME, data);
fprintf(ofp, "Test time: %s\n", data);
// Save RDP data only if not entering Calibration mode
if (mode != CALIBRATION)
// Save the RDP serial number
GetCtrlVal(panel, MAIN_RDP_SERIAL_NUM, data);
fprintf(ofp, "RDP serial number: %s\n", data);
// Save the RDP hardware revision
GetCtrlVal(panel, MAIN_RDP_HW_REV, data);
fprintf(ofp, "RDP hardware revision: 349-1000-%s\n", data);
// Save the RDP software release
GetCtrlIndex(panel, MAIN_RDP_SW_REL, &index);
GetLabelFromIndex(panel, MAIN_RDP_SW_REL, index, data);
fprintf(ofp, "RDP software release: %s\n", data);
// Save the comments
GetCtrlVal(panel, MAIN_COMMENTS, data);
fprintf(ofp, "Comments: %s\n", data);
// Close the text file
fclose(ofp);
// Alert the user (this may be part of the final PLATE, or we may
// just switch to another tab)
MessagePopup("Setup", "Data saved.");
// ===== End temporary unit test code =====
// Save the state of all panel controls
MakePathname(GetTempFolder(), SETUP_STATE_FILE, fileName);
SavePanelState(panel, fileName, 0);
break;
return 0;
Solved!
Go to Solution.

Hi Taylor,
I am using LabWindows 2010 (10.0.1).
There are no errors or warnings displayed until the program crashes.  It happens using both the Release64 and Debug64 configurations, although the errors displayed are different (see attached files).  Running the program from a command prompt produces the same results.
I am also attaching our UIR file for reference, but I saw the same results running a simple GUI with only a few command buttons and a numeric input.
Rich
Attachments:
release.jpg ‏28 KB
debug.jpg ‏21 KB
GuiSetup.uir ‏12 KB

Similar Messages

  • ThinkVantage Fingerprint Software 5.9.9.7282 stops working, crashing on 64-bit Windows 7.

    ThinkVantage Fingerprint Software 5.9.9.7282 stops working, crashing on 64-bit Windows 7.
    Issue producing on Lenovo ThinkPad W530. 
    Each time I tried to start the ThinkVantage Fingerprint Software, it is crashing with following error :
    [Window Title]
    ThinkVantage Fingerprint Software Application
    [Main Instruction]
    ThinkVantage Fingerprint Software Application has stopped working
    [Content]
    Windows is checking for a solution to the problem...
    [Cancel]
    Because of this crash I am unable to enroll my fingerprint data for windows logon.
    I have noticed that all ThinkVantage softwares are crashing e.g. ThinkVantage Power Manager 6.
    As per Lenovo Support Chat service I have updated the following softwares/drivers to the latest versions:
    1. power manager
    2. power management
    3. think vantage
    4. hot key features
    But still no luck, fingerprint software is still crashing, please help!

    Hi I have exactly the same problem, you are not alone. As soon as I find a solution I will post it here
    greets

  • Rasterization of complex postscript-file crashes in 64-bit Photoshop CS5

    Rasterization of complex PS-file crashes in 64-bit Photoshop CS5
    I have a variety of complex postscript files that were created in Adobe InDesign CS3 and CS5 through "print to postscript file". I try to rasterize these files in Photoshop CS5 (64 bit on Macintosh) and it crashes Photoshop even before the dialog box comes where one has to specify the dpi for rasterizing. If I use Photoshop CS3 or Photoshop CS5 with 32 Bit opening, it does not crash; and in this case I can rasterize a 100cm x 160cm format with 300 dpi.
    If I reduce the complexity to near triviality it works with the 64 bit version.
    A major reason why I bought CS5 was because I thought that with the 64 bit version I can handle rasterization of large files better: there are a few minor artifacts created by rasterization in Photoshop 32 bit version which are presumably due to some memory problems; I thought the 64 bit version can solve it. But now it turns out that the 64 bit version cannot handle complex files at all.
    If I use Distiller to convert the postscript-File into a pdf file, then the 64-bit version does the rasterization, but there are some reasons why I prefer the rasterization directly from the postscript file.
    Is that a bug of the 64 version?
    V.S.

    I did a lot of testing in the meantime since we have often the task to printout large charts with complex content on plotters of medium size printing companies who need tiffs since they cannot handle pdfs with complex contents.
    It turns out that for large charts with complex content the method to export from Indesign to pdf with PDF/X-1a profile and subsequent rasterization in photoshop to create the tiffs sometimes produces a few minor artifacts; mainly very thin white lines that you see in the printout. Also it is not good if your file contains graphics for which PDF/X-1a profile sometimes does not yield the desired high quality. (In addition the pdf file has a lot of display artifacts visible on screen but not manifesting in the rasterized photoshop file.)
    The use of the "High Quality Print" profile (instead of PDF/X-1a profile) makes it worse since sometimes semi-transparent objects are printed as 100 percent solid. The solution in this case is to change the Acrobat 5 compatibility of the "High Quality Print" profile to Acrobat 4 compatibility, this solves the semi-transparent problem, I don't understand why, but it does.
    On Macintosh one can print to pdf (instead of export to pdf), this solves all problems with artifacts as far as I can judge; however  "print to pdf" has PDF/X-1a profile and I don't see any direct way how to change it to "High Quality Print" profile. Presumably I would have to locate somewhere in the Library > Adobe Application Support > Adobe (on Mac) the presets for "print to pdf" and change it if possible.
    The easiest way on Macintosh that gives no artifacts is for large charts with complex content to "print to postscript" (with Adobe PDF 9.0 PPD), then use distiller with any suitable profile, like "PDF/X-1a-2001" profile or "High Quality Print" profile, to produce a pdf. This pdf looks fine on screen and simultaneously when rasterized with Photoshop (for example the 64 bit version of CS5) gives you a good photoshop file.
    You may be right that the workflow
    Indesign > print to postscript > pdf via distiller > rasterize to photoshop file
    is outdated for simple and medium complex projects, but for those really complex large charts this is the only viable way to my knowledge; I also know that some of my colleagues use this sometimes for complex projects when export to pdf creates artifacts.
    V.S.

  • Crash in 32 bit C++ application on Linux 5.4 with Oracle Client 11.2.0.2.

    Hi ,
    I am getting following crash in 32 bit C++ application built on Linux platform 5.4 with Oracle client version 11.2.0.2.
    Program terminated with signal 6, Aborted.
    [New process 22157]
    #0 0xffffe410 in __kernel_vsyscall ()
    (gdb) bt
    #0 0xffffe410 in __kernel_vsyscall ()
    #1 0xf7dc5c81 in raise () from /lib/libpthread.so.0
    #2 0xf73d4d43 in skgesigOSCrash () from /opt/oracle/11.2.0.2/lib/libclntsh.so.11.1
    #3 0xf7643d61 in kpeDbgSignalHandler () from /opt/oracle/11.2.0.2/lib/libclntsh.so.11.1
    #4 0xf73d5003 in skgesig_sigactionHandler () from /opt/oracle/11.2.0.2/lib/libclntsh.so.11.1
    #5 <signal handler called>
    #6 0xffffe410 in __kernel_vsyscall ()
    #7 0x00be7df0 in raise () from /lib/libc.so.6
    #8 0x00be9701 in abort () from /lib/libc.so.6
    #9 0x0804b716 in main (argc=2, argv=0xffabe244) at crewxa.cc:371From the stack trace, it seems that the crash is occurring at oracle client library libclntsh.so.11.1 . When looked at Metalink, there is a note Pro*c Application Cores On 11g Client [ID 1410089.1], which says that Pro *C application consistently produces core dumps with above stack trace in Oracle client 11.2.0.2 .
    Such traces are resulting from the function “sqlnst ()”. But in this case, the stack is called from the main function of our application.
    Please advice.

    Thanks again, Phil.
    It seems to be some specific situation, since I could get to install the same version (Client 11.2.0.1 32 bits) in a Windows Vista 64 bits.
    I still hope somebody has an answer.
    Best regards!

  • Antares aVOX vocal harmonizer crashes the 32 bit audio bridge, any suggestions?

    Antares Vocal Harmonizer crashes the 32 bit audio brigde, intermittently on some Logic songs, But ALWAYS on one song in particular.  Any suggestions from anyone?

    If you are running Logic in 64-bit mode with a variety of plugins, you're going to have to realise that things probably won't be stable until updates get released.
    The AU bridge is a workaround for the transition period, and one that many third-party developers haven't had much of an opportunity to test with their products, so you may well get funky behaviour in certain things.
    If you're really stuck, go back to 32-bit mode for your edits, and it's worth contacting the developer of your plugins to see what they say about AU Bridge and 64-bit compatibility.

  • 64-bit build on MacOS

    I am using BDB on a new Intel-based Mac under MacOS 10.5.5. I have successfully executed the configure/make/make install routine to create a BDB build (version 4.7.25). Unfortunately, this creates a 32-bit build, but I need a 64-bit one. I have tried adding the option --HOST=x86_64 to the configure command, and this does apparently create a 64-bit build, but it builds only the static library, not the dynamic one.  How do I create a complete 64-bit build?  Even better, how do I create a complete build with universal binaries (e.g., x86_64, i386, ppc64, and ppc)?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hello, I'm the Product Manager for Berkeley DB products. We support Mac OS/X but we have not yet had the time to finish out all the specifics for that platform. You've found some of those gaps. Ideally we need many things (that should end up in a separate build_osx directory).
    * build flags to build multi-arch universal binaries
    * Xcode integration
    * package as Frameworks
    * support for CoreData APIs (if possible, I'm not sure that they are open to additional storage types)
    We internally have many developers using Mac OS/X as their development platform, so this is a platform we do track closely. The transition to LLVM/clang and the OpenCUDA work in Snow Leopard interests us and it is something that we need to anticipate, test, and exploit if possible.
    You sound knowledgeable, we frequently partner with our community developers to fully support ports. Would you be interested in helping us to finish out this work?
    let me know,
    -greg

  • Logic Pro 9.1.8 Crashing in 64 bit mode - SOLVED

    Hello all, I have formatted, reinstalled and only have Logic Pro and Mountain Lion on my Mac Mini. Logic Pro would crash in 64 bit mode even when bypassing audio on startup.
    The solution was to remove all user fonts on the system.
    I have reinstalled the offending fonts and reproduced the problem. This may help you.
    Paul

    Hello all, I have formatted, reinstalled and only have Logic Pro and Mountain Lion on my Mac Mini. Logic Pro would crash in 64 bit mode even when bypassing audio on startup.
    The solution was to remove all user fonts on the system.
    I have reinstalled the offending fonts and reproduced the problem. This may help you.
    Paul

  • Downloading Firefox for Mac 10.6.7 with 32 bit build

    Would like to download a version of Firefox 4 for Mac using 32 bit build

    Is the part available or how do I resolve the matter?
    What part? There are no separate 32 and 64 bit versions of OS X. The only hold up would be whether or not your Mac can boot 64 bit at all. And no Macbook will boot 64 bit. Only the Macbook Pro has that capability.
    I'm assuming your current version of Windows Vista is 64 bit, so you're allowed only a 64 bit upgrade disk? That would mean you're upgrading a machine specific version of Vista, such as a copy that came with a Dell, Sony, or whatever other PC.
    You can't use such a disk in Boot Camp anyway since such manufacturer supplied versions of Windows are tailored to that hardware. What you need is either a full version copy, or upgrade copy of the dual retail version of Windows 7. Dual retail copies come with both 32 and 64 bit versions or Win 7 in the same box.
    I have two Win 7 licenses. On my Mac Pro, I installed the 64 bit version since it is capable of booting 64 bit. But on the older iMac, we had to install the 32 bit Win 7 since the iMac does not have a 64 bit EFI.

  • Forms Crashing  Forms [32 Bit] Version 10.1.2.0.2 On Windows 7

    Dear All,
    Recently we have migrated all our Development PC's to Windows 7, and then after whenever we open any forms which is having more size the system is crashing. Does anybody have any solution for this .Currently we are working with XP MODE and this is also not a full proofed solution.
    OS : Windows 7 Professional 32 bit
    Forms Developer Version : Forms [32 Bit] Version 10.1.2.0.2
    Thanks in advance.

    It is likely that you are either not using a Professional release of Windows (i.e. "Home Edition") or have some other issue on your machine. Assuming you are in fact using one of the Professional releases of Win7 and believe that you have carefully followed the installation instructions which I previously mentioned, I would suggest you completely uninstall (including the manual deletion of any registry entries and directories in the file system) then reinstall. It is very important that you are in the "Administrator" group before attempting to install. The same is true when you attempt to use the Builder. Also, helpful would be to disable or relax Windows UAC before starting the installation.
    As an alternative, consider installing and using Windows XP Mode (Windows Virtual PC)
    http://windows.microsoft.com/en-US/windows7/install-and-use-windows-xp-mode-in-windows-7
    http://www.microsoft.com/windows/virtual-pc/download.aspx

  • LR crashes after install, while building catalog

    After install, LR4 tries to build a catalog. The problem is I have terabytes of images. LR uses the ADD EVERYTHING (opt out) mentality and of course fails miserably and after a few hours crashes (probably the 4GB catalog file limit).  Anyway - I'd like to instruct LR to only catalog my working folder... not everything I've done for 30 years.
    Bridge and CS5 don't seem to have issues like this... but I'd like to learn a bit about LR because some people say there are a few small advantages over CS.
    Any ideas?

    Interesting, I thought it was Adobe Lightroom I was having problems with... but I stand corrected, I did purchase Adobe Photoshop Lightroom.  I'll be sure to let all my friends know the correct complete name when I report how it works for me.

  • Encore CS3 crash when i click Build (SWF, BluRay, DVD Burn/Image/Folder) or Check project

    So I'm finally done with my DVD. Now i want this burned to a dvd or make an image file. Each time i hit BUILD or START (Check proj) the program quits and I'm left with the normal OS X message: The application Adobe Encore quit unexpectedly >> Ignore - Report... - Relaunch
    My DVD is not that fancy but i got a menu with 3 buttons made in PS with a pointer highlight and a animating background made in After Effects (using dynamic link) with some music. All of the buttons link to After effects comps with dynamic link. All of the after effects compositions are transcoded and works within the DVD preview (except the DVD menu background wont play, and i got a feeling it will play when i export an image or DVD). And all the After Effects comps links back 2 the menu when done. So there should be no error in the project flowchart.
    My flowchart: http://www3.sqr.no/index.php/get/64a267e640fddd15128d082abb72e3d92a3aedf680aabe20995beb7e e10ae32f
    (small jpg file)
    So i hit build and Encore quits, shut down, finada (Every time!). No matter what out put settings i use. I've exported DVD's from encore before on this computer without problems.
    ---I got this error report---
    Process: Adobe Encore [11321]
    Path: /Applications/Adobe Encore CS3/Adobe Encore CS3.app/Contents/MacOS/Adobe Encore
    Identifier: com.adobe.Encore
    Version: ??? (3.0.2)
    Code Type: X86 (Native)
    Parent Process: launchd [188]
    Date/Time: 2008-08-05 18:36:00.739 +0100
    OS Version: Mac OS X 10.5.4 (9E17)
    Report Version: 6
    Exception Type: EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread: 0
    Here is the rest of the error report: (rtf document)
    http://www3.sqr.no/index.php/get/a4568b7ade16f18d2acf09891b81b0bc7c0e4936287eebf2a509470d4 c7098fb
    Don't know if this any help but hope anybody got some ideas. I've been trying to look for a solution on the forums, but without any luck.
    By the way, I'm using a Mac Pro v3,1 (early 2008) with 2 x 2,8ghz quads, 10GB memory, NVIDIA GeForce 8800 GT (512mb) and plenty of disk space.

    Hey, i think if there could be any of the possibilities you talk about, it might have been a naming error. All files i created had the same name in the new project as in the old one. But i used 1 asset arrow that i copy pasted from a library button "Red facets button" and shift pasted on my own buttons as highlight (paste sub picture). In the first project i did not do this as a straight forward thing, a lot of deleting and adding because i had never done it before and there might have happened something with the naming of the arrow i pasted. I used the same arrow in the second project but without messing with delete, paste all the time. But some how there is no problems now, just something wrong with the last project file =S
    Not so important:
    I also noticed while building the new project i once got an "General error", not sure why but happened after a random crash. And 2 get rid of it i had to delete the menu and make it again (i could not edit anything in the menu without getting the error). I rebuild the menu and had another crash when exiting the program, because i thought my computer needs to boot after 2 days online. When i reopened the project i got "General error" in the menu again, but after some clicking it didn't show up (random). Finally i got my project setup and everything works, i did the copy past as sub picture as a straight forward thing.

  • I Tunes 8 crashes Vista 64 bit in sleep mode

    I just bought a brand new Dell desktop with Vista 64 bit and installed the 64 bit version of I Tunes 8. The program opened, but I was not yet ready to migrate my files to the new PC so I closed the program and left for a while. When I returned and attempted to wake the computer from sleep mode, the monitor started displaying nothing but a pinstripe pattern and the system was frozen, requiring a hard reboot. A second occurrence convinced me to uninstall and do a system restore. Sleep mode then operated properly again. A new install of IT8 produced the same freeze. The program doesn't have to be open when the system goes into sleep mode to cause the crash. I have not even connected my dock to the PC yet. I have over 22,000 songs on my old PC and am very concerned about bringing them over. Is it possible to obtain a workable version of I Tunes 7 for 64 bit? Any help will be appreciated.

    The problem turned out to be related to the ATI video card. Downloading the latest diver fixed it.

  • CS4 PS crash in 64 bit Save for Web but not 32 bit - help!?

    Anyone got any ideas please on how to stop Photoshop CS4 crashing on Save for Web in 64 bit version of Windows 7?
    Running Windows 7, 64 bit Pro with both 64bit and 32bit versions of Photoshop CS4 installed.
    The problem: I design a website, add slices etc as I've done for the last 10 years, go to Save for Web and as the dialogue box is opening and the blue bar at the bottom starts to show it loading, it gets just over half way and then crashes, saying the error message 'Adobe Photoshop CS4 has stopped working'. No solution available and then closes. Does this quite a few times (say 20-30%) of the time but not always. Tried the same PS document running 32bit version of Photoshop CS4 and it saves for web fine, never any crashes, only using the 64 bit version of PS. Need 64bit to take advantage of extra memory etc and one of the reasons the machine/ software combo was bought for.
    Running a brand new (well about a month or so) Dell T3500 dual Xeon W3505, 12gb ram, Nvidia Quadro Fx 3800, Raptor HD etc built to run Win 7 Pro and CS4 Extended. I suspect the spec isn't to blame, checked all the hardware etc, no plugins that arent standard with a new install, so no obvious reason I can tell of as to why its not working. Not much else installed and started playing up before I installed other bits of software so doent make sense it might be other software cauing any problems.
    Put a support query in and basically got told CS4 wasnt tested with 64 bit CS4 and directed to a possible support solution to 64 bit running on xp/ vista with general advice. No use whatsoever.
    Firstly, anyone else having the same problem? Secondly, anyone know how to solve this? If its any help, I've pasted the Action Center info on one of  the many crashes:
    Description
    Faulting Application Path: C:\Program Files\Adobe\Adobe Photoshop CS4 (64 Bit)\Photoshop.exe
    Problem signature
    Problem Event Name: APPCRASH
    Application Name: Photoshop.exe
    Application Version: 11.0.1.0
    Application Timestamp: 499bfd16
    Fault Module Name: Save for Web.8BE
    Fault Module Version: 11.0.0.12
    Fault Module Timestamp: 48d3966d
    Exception Code: c0000005
    Exception Offset: 000000000007e1a0
    OS Version: 6.1.7600.2.0.0.256.48
    Locale ID: 2057
    Additional Information 1: 9d66
    Additional Information 2: 9d660f0d14b8fce02b9e5a9838f791c7
    Additional Information 3: d5f3
    The graphics card supports the new GPU features but tried with and without those turned on - still the same problem. Tried all sorts of preferences on and off but still no joy.
    Would really appreciate any help/ advice on solving this.
    Thanks.

    Been reading up on that c0000005 error and in all the Operating systems it is a access violation. There are a lot of hits about windows 7 and software not being allowed local access and be saved that way too. What I think is that windows 7 is not allowing it for some reason in 64 bit mode or some security setting in the local needs adjusting?
    I found this interesting fact
    I was reading where testors were monitoring how windows 7 firewall allows DRM to run in the firewall. All the software they tested asked first for firewall permission (my software on my system asked first so know it is true on my other system). However, according to the testers, with PS CS4 the DRM does not ask to run with firewall premission. Windows 7 just bypasses the asking part and PS CS4 DRM gets firewall access.
    Edit by me:
    Google the offset code and your the very first to report it. 

  • Photoshop CS4 crashes with 16 bit files

    Photoshop crashes as soon as open 16 bit PSD files. I get no error no warning no nothing - it just crashes, period.
    Anyone who's experienced this issue or anyone who would know a possible fix?
    I use a freshly installed CS4 Design Premium pack.

    With all respect, although you have typed your question very carefully you have contradicted yourself twice. First of all …
    Anyway it seems now that 16 bit images open without any issues - after
    OpenGL is activated. And true enough, as soon as I activated OpenGL
    photoshop shut down on me.
    That makes no sense. Does Photoshop crash or not when Open GL is activated?
    Photoshop crashes as soon as open 16 bit PSD files. I get no error no warning no nothing - it just crashes, period.
    I'm working with even larger files that nears the 1 gig mark but they aren't 16bit
    Again, this is a direct contradiction, no idea if you are tryng to work with 16 bit or not.

  • Web Application Crashes (PB 11.5 Build 3127)

    Hi Everyone,
    First of all, I am newbie when it comes to using PB 11.5 (so please bear with me).  I would like to ask for help regarding my issue. IE browser crashes with a message like this "Unexpected error was thrown, the browser will be closed! Please report the error to the administrator. Error:'dw.gobs.computed_field1' is null or not an object." This happens every time the web application loses focus. One example scenario, user inputs data in web application then he receives a message from Yahoo! messenger or user clicks on another application like MS Word, when the user goes back to the web application it crashes with the message I mentioned above.
    This application works fine in PB Client/Server but the web version does not. The application requires an excel type input and needs to auto-compute some fields (like the 'computed_field1') every time the user changes rows or columns.
    The 'computed_field1' Compute Expression is currently set as 'sum (col1 for all)', all col1 have zero values after database retrieval. And the user inputs in col2, so as far as I know 'computed_field1' value should remain the same. I have used here grid and tabular as presentation styles but it is giving me the same error. There are no codes in the ItemChanged event.
    Please advise for any possible solution or workarounds.
    thanks in advance.
    regards,
    Jeffrey

    Hi Jeff;
      Yes, I have seen that error before and many others. Looks like you are trying to use the WebForms feature from the overall description of the issue.
    1) Webforms is EOL and was removed from the product in PB 12.5.2
    2) Webforms does not work well with W7
    3) Webforms will not work with W8
    4) Webforms will not work with IE 11
    5) Webforms has many issues with IE 10
    I am not sure what to tell you on your computed column issue. I highly doubt that SAP technical support will assist you in resolving this as  the feature is no longer supported. Also, Sybase removed all the older PB 11.x MR & EBF's from their website when they EOL'ed Webforms. So I am not even sure if you can get the 11.5.1 MR to see if that helps you.
      If you are open to another route, I would strongly recommend having a look at the Appeon Web product and porting your Webform application over to that technology. Appeon already supports 64 bit, IE 11.1 (W8), mutithreaded / reentrant code execution, etc. FYI: http://www.appeon.com
    Regards ... Chris
    PS: I switched to Appeon in 2008 and never looked back!

Maybe you are looking for

  • Unwanted conversion of case

    I am using DW to update an intranet site that runs on a Unix machine, meaning case-sensitive file names. I have found that whenever I create a hyperlink, DW converts the case of the file name (and of the frame name I supply as target) to lower case.

  • I tried disk utilities but nothing

    I am trying to make a vacation video, and when I tried to burn it it always got to the end after several hours and told me that it had errors in the encoding. So I went and made a save as disk image. I have an exra hard ware for the memory cause it i

  • Help with Goods Receipts report by using batches

    Good morning! I need some help to create a new report based a Goods Receipt by using batches. I have a customer that needs a report wich it lists to them items and the batches that was used on the Goods Receipts...But didn't get to solve it... Is the

  • How does Aperture Face recognition work

    Just upgraded to Aperture 3 --- I'm a little baffled by the functionality of the face recognition. Aperture certainly found most (if not all) of the faces in my collection but I thought it was supposed to be able to actually do recognition (to some e

  • FlexGrocer Problems

    Hi All I'm new to this flex stuf and trying to work through the book "Flex 2 Training from the Source" Some of the examples run fine. Mostly the lower level chapters. After applying the Arrata updates to the flexGrocer (completed folder) and to the f