[JS] ScriptUI window unefficient in binary mode :-(

Hi,
I have a fully functional scriptUI window.
If I export the script as binary, the window appears suddenly then close.
Usually, this problem is solved by #targetengine session
But this line does exists in the script. So it seems that the matter really comes from the binary export.
Is that a known issue ? Is there a workaround ?
TIA Loic

I use CS3, so yes.
Please post the code that is not working for you (just a minimal example of the load of a binary).
I use the following to load a binary:
var basePath = getScriptsFolderPath();
script = loadScript(basePath + 'folderInTheSameFolderAsTheLoadScript/myBinaryFile.jsxbin');
if(script != null && script1 != null)  {
    eval(script);
function loadScript (in_filename) {
    var script = null;
    var file = File(in_filename);
    do {
        if (! file.exists) {
            break;
        if (! file.open()) {
            break;
        script = file.read();
        file.close();
    } while (false);
    return script;
function getScriptsFolderPath() {
    var err;
    try {
        var script = app.activeScript;
    }  catch(err) {
        var script = File(err.fileName);
    return script.path + '/';   
Thomas B. Nielsen
http://www.lund-co.dk

Similar Messages

  • Unable to send file in binary mode to ftp server using AIR application

    Hi,  Can any one help me. i am trying to send local files to ftp server  in binary mode from AIR application using sockets.
    I cant use PASV mode for this FTP server because security restrictions. when i am trying to send Binary command i am always getting
    error code 500 which is unrecognized command. I googled for solutions but i cant find any one using Binary mode to send data every example is using PASV mode to send
    file.
    code example:
    private function upload():void{
    sendCommand("binary ");
    private function sendCommand(arg:String):void {
                                            arg +="\n";
                                            s.writeUTFBytes(arg);
                                            s.flush();
    in response i am getting unrecognized command.

    I'm successfully using an ftp example from http://http://projects.maliboo.pl/FlexFTP/
    that I converted to spark and uses a popup progress window.
    If you don't need to use sockets I can post a sample project.
    I believe I still connect with PASV, but have no problems sending Binary files.
    I don't think they're commands that are dependent on each other

  • Set up binary mode for backup over FTP

    Hello!
    I am about to set up the backup for Oracle DB from Tcode DB13.
    My SAP systems are installed on Windows (64 Bit).
    The backup data should be saved on the Unix-Samba share via FTP.
    If I execute DB-Backup the backup is successful, BUT:
    The file names are very strange e.g. <i>S3FV1~6</i>
    The second problem is that the files will be written to the wrong directory
    (I have set the path to "sap/backup" and the files will be written to "sap").
    My question is:
    I have heared about <b>“binary mode”</b> during backup procedure…  <b>With which parameters in init<DBSID>.sap can I set up binary mode for the backup?</b>
    <b>Which other FTP-server-parameters or settings in file init<DBSID>.sap are responsible for this issue?</b>
    Thank you very much
    regards

    Hi,
    this program may help:
    http://www.bombich.com/software/ccc.html (You need the older version for Panther)
    You can use it to clone your internal HDD to your external one, and then clone your external one to your internal one after you erase (and write zeros to ensure everything is gone) using Disk utility (I can't vouch for the actual security of this, but 'apparently' if you do the highest setting it will be secure) after booting from an OS X DVD. This is depends on the drive having the ability to boot, however.
    After you run Cabon Copy Cloner/Clone your HDD see if you can boot from the drive. (Hold option at startup). Unless there are issues with the specific drive model, your eMac should be able to boot from all FireWire devices.
    I'm not sure where Tiger comes into this, however. (As you mention later in your post). The way I understand, you basically just want to erase zeros on your HDD and boot from it just as you acquired it (hence the cloning/re-cloning of the internal HDD).
    Good Luck!

  • Issue in trasfering records to file using Transfer (in Binary mode)

    Hi all,
    I am using a trasfer statement to write the contents of internal table onto a file in Apllication server.
    My  code is
       LOOP AT i_file.
           TRANSFER  i_file-rec_data TO i_pf_names-v_name.
       ENDLOOP
    I am opening the file in binary mode.Its not writing the second record totally. Each of my record is 432 characters in length. Irrespective of  no. of records in my internal table its writing only 1 rec completely and half of second record.
    I am aware that opening a file in binary mode ignores the line breaks.
    So, opening in binary mode should write 1000 characters. Its writing 511 characters and stopping. Its not writing further records though my internal table is having records.
    Can you please help.

    Hi,
    If you are viewing the application server file in AL11, you wont be able to view the total length of the file even though it is written. To confirm this use the transaction CG3Y and download the application server to presentation server and check if the whole of the record is written
    Regards,
    Vikranth

  • How do you reinstall 64-bit Windows 7 in UEFI mode?

    I have a PC with a single hard disk and, a while ago now, I installed 64-bit Windows 7 on it in UEFI mode. 
    The disk has two primary partitions: a C: partition which contains my Windows 7 system and other installed software such as Office, and a D: partition which contains only personal data. 
    (In other words, I don’t have a multi- or dual-boot system.)  
    I now wish to reinstall 64-bit Windows 7 into the same C: partition, again in UEFI mode.
    There is a procedure for reinstalling Windows 7 documented on the following MS Web page:
    http://windows.microsoft.com/en-us/windows/installing-reinstalling-windows#1TC=windows-7
    in the section entitled “Using the Custom installation option without formatting the hard disk”.
    The following YouTube video demonstrates this procedure:
    http://www.youtube.com/watch?v=fr_s29MWOA0
    and it looks relatively straightforward. 
    Essentially, the re-installation starts by inserting the installation DVD into the optical disk drive and running setup.exe while still logged on to Windows 7 with an administrator user ID. 
    At the screen entitled “Where do you want to install Windows?”, both the System Reserved partition (the example in the video is a legacy BIOS installation) and the C: primary partition are visible. 
    On that screen, you simply select the C: primary partition and click
    Next, and Windows 7 is effectively reinstalled over Windows 7. 
    Any personal data in the C: partition is preserved in a folder called Windows.old.
    The big question is, does this procedure work for a UEFI installation? 
    The documentation does not state that it works only for a legacy BIOS installation. 
    If I were to follow the procedure, when I reach the screen entitled “Where do you want to install Windows?”, I would expect to see the EFI System Partition (ESP), the Microsoft Reserved Partition (MSR), my C: primary partition and my D: primary partition. 
    Can I simply select the C: primary partition and click Next to start the (re-)installation?
    It appears that nowhere in the procedure do you specify what mode of installation (legacy BIOS or UEFI) is required. 
    Does the installation setup simply use the same mode as that of the existing installation?
    Does anyone have any experience of reinstalling Windows 7 in UEFI mode, using this procedure or any other method?

    Hi,
    It depends. Do you have Windows 7 DVD? Does your computer have a Boot from EFI Drive option?
    Windows 7 DVD can boot in either BIOS mode or UEFI mode. Different UEFI firmware implementations support different methods for handling the installation operation. The processes for booting the computer into UEFI mode for the Windows product DVD are
    the same. If you can find a boot from EFI Drive option, please perform the suggestions as i referred to.
    If you cannot find any boot option, perform the steps below:
    Use Device Manager's Firmware option and select Boot from EFI Internal Shell.
    Use the EFI internal shell, as follows:
    Start the EFI internal shell from the EFI boot menu and select the drive with the Windows product DVD. The following example assumes that the drive is Fs0:
    Shell> Fs0:
    Start the EFI boot application. For example, on an x64 system, run the following command:
    fs0:> \EFI\BOOT\BOOTX64.EFI
    After the application starts, you may be immediately prompted to press a key to boot from the drive to continue. Press a key to continue booting from the installation media.
    Andy Altmann
    TechNet Community Support

  • What is difference between TEXT mode and BINARY mode?

    Hi,
              What is difference between TEXT mode and BINARY mode? In TEXT mode what is "ENCODING DEFAULT".
    OPEN DATASET wl_filename FOR INPUT
                              IN TEXT MODE ENCODING DEFAULT.
      OPEN DATASET wl_filename FOR INPUT
                              IN BINARY MODE .

    Hi vishnu,
    1. files like .TXT files are considered to be text,
       and other files like .EXE . DOC etc are binary files.
    2. In text files, after each line, there are two
       internal binary characters
      one for line feed and another one for newline.
    3. But, we don't have any meaning for it,
       when we view such files in notepad, for eg.
       Hence, to only get the understandable content,
       we should open such TXT files, in text mode.
      (we can also open them in binary mode,
      but we will get two extra characters after each line,
       and such two extra characters are meaningless
      for interpreting the text)
    4. In binary mode, each byte by byte is considered,
       without any meaning.
    regards,
    amit m.

  • Open data set from Text mode to Binary mode

    Hello All,
    In a program i am using the command
        OPEN DATASET file FOR OUTPUT IN TEXT MODE
        ENCODING NON-UNICODE IGNORING CONVERSION ERRORS.
    Now i want to change this open data set to binary mode. I mean to change the command like below.
    OPEN DATASET file FOR OUTPUT IN BINARY MODE.
    when i do this. the output in the file is totally changing. I mean previously i have some text now i have some diffrent characters.
    How can i use this command with out change in the output as previous output. Please tell me  the changes and why i have to do.
    OPEN DATASET file FOR OUTPUT IN BINARY MODE.
    Regards,
    Lisa.
    Message was edited by:
            Lisa Roy

    Text Mode means that the records in the file have a carriage return marking the end of each record.
    Binary Mode means the file is a string of data.
    You can't read a text file in BINARY MODE, or a binary file in TEXT MODE.
    If you are changing the mode, then you must be supplied with a file in the new mode.

  • Open data set problem with binary mode

    Hi everyone,
    I am trying to read into a buffer the content of a binary file (like Excel) and to write that content file using open data set into a folder destination.
    The file destination has a size diferent than from the original one and cannot be open.
    Here is the code.
      DATA:  lv_file_name(100),
             lt_content LIKE sdokcntbin OCCURS 0 WITH HEADER LINE.
      MOVE '\computerTestA1.xls' TO lv_file_name.
      OPEN DATASET lv_file_name FOR INPUT IN BINARY MODE.
      IF sy-subrc NE 0.
        EXIT.
      ENDIF.
      DO.
        READ DATASET lv_file_name INTO lt_content-line.
        IF sy-subrc NE 0.
          EXIT.
        ENDIF.
        APPEND lt_content.
      ENDDO.
      CLOSE DATASET lv_file_name.
    *  DELETE DATASET lv_file_name.
      CLEAR: lv_file_name.
      MOVE '\computerTestB2.xls' TO lv_file_name.
      OPEN DATASET lv_file_name FOR OUTPUT IN BINARY MODE.
      IF sy-subrc NE 0.
        EXIT.
      ENDIF.
      LOOP AT lt_content.
        TRANSFER lt_content-line TO lv_file_name.
      ENDLOOP.
      CLOSE DATASET lv_file_name.
    THanks in advance.
    Regards.
    Message was edited by:
            David Fryda

    Hi,
    I solve the problem.
    In fact, when I try to write the last line of lt_content, it does write all the line even if this line is not full of data.
    Solution :
      DATA:  lv_file_name(100),
             lt_content LIKE sdokcntbin OCCURS 0 WITH HEADER LINE,
             alen TYPE i,
             pos TYPE i.
      MOVE '\mr0221TestA1.xls' TO lv_file_name.
      OPEN DATASET lv_file_name FOR INPUT IN BINARY MODE.
      IF sy-subrc NE 0.
        EXIT.
      ENDIF.
      SET DATASET lv_file_name POSITION END OF FILE.
      GET DATASET lv_file_name POSITION pos.
      SET DATASET lv_file_name POSITION 0.
      DO.
        CLEAR lt_content.
        READ DATASET lv_file_name INTO lt_content-line ACTUAL LENGTH alen .
        IF sy-subrc NE 0.
          APPEND lt_content.
          EXIT.
        ENDIF.
        APPEND lt_content.
      ENDDO.
      CLOSE DATASET lv_file_name.
    *  DELETE DATASET lv_file_name.
      CLEAR: lv_file_name.
      MOVE '\mr0221TestB2.xls' TO lv_file_name.
      OPEN DATASET lv_file_name FOR OUTPUT IN BINARY MODE.
      IF sy-subrc NE 0.
        EXIT.
      ENDIF.
      LOOP AT lt_content.
        AT LAST.
          TRANSFER lt_content-line TO lv_file_name LENGTH alen.
          EXIT.
        ENDAT.
        TRANSFER lt_content-line TO lv_file_name.
      ENDLOOP.
      CLOSE DATASET lv_file_name.
    Thanks.

  • Help! My Sony Ericsson T715A can no longer connect to my PC (Windows 7) in phone mode...

    Sony Ericsson T715A: I can no longer connect in to my PC (Windows 7) in phone mode; so I can no longer sync contax, calendar, tasks etc. with MS Office Outlook. Also cannot back up phone, or
    update software. Can only drag files out into Explorer folders. When I connect the phone, it has to be on. Instead of going right to phone/PC mode, I get a message on it saying "Phone functions are
    not available in File Manager mode. Continue?" I say yes, whereupon the phone seems to restart, & then the Microsoft Autoplay folder comes up, or else I can find it in "devices and printers." R-
    click the icon, "properties" Identifies it only as a generic Microsoft device. I tried running the computer troubleshooter on it, which came up w/nothing.
        After some period of time I will notice that the phone either rings and I can answer it, or it has stopped recharging, and the icon has disappeared from the PC.
        I had the 2007 version of PC Suite and PC Companion, and when I tried to install it on my 2010 PC w/ Windows 7 it said not compatible. I downloaded an update for that software from the SE site, but it didn't help. Then I ran the compatibility wizard in Windows 7 for PC Suite. Still no luck. I got a tip from an SE forum to uninstall all that software and download a certain package and start fresh. I am about to try that.
        Here is my question:
    ALL T HIS TIME I have still been using the OLD SIM card from my SE ZZ710i in the newer phone. I figured it works; why not preserve the newer one from wear & tear as long as poss.
    Now, it has been a while since I synched or backed up my phone. I hate to lose everything on it/the SIM card. If I install a whole new version of SE PC Suite, is it going to somehow overwrite or not work at all with my
    old SIM card? Must I insert the NEW SIM 1st, & sacrifice whatever data is on the old one, before trying the new desktop software and updateing the phone?
    As for updating the phone, which I realize wipes out data, it might be necessary.. I noticed in some Event log or other that some SE-related working file called EMMA was deleted recently, I don't know why. Anyone know anything about that?
      Phew. The End. Here's hoping.
    Message was edited by: Andifox

    Dr Chris:
    Thanx for answering my Q of a month ago. As you can see from my post of 18 minutes ago, things have gone from bad to worse under my neglectful eye.
    To answer your answer:
    a. I WAS using a NEW USB cord when I posed the question.
    b. I've now downloaded the update service. I can try updating the phone from its File manager state. I'm just afraid whatever data is on it will get wiped, no?
    Point of order:
    If I've had an answer - or more than 1- to my question, but I still need to discuss it- should I Check the "Yes my question has been answered" box? I did not, here, because I thought it might result in my further questions dropping off the radar for forum experts. Please advise... \\Butter F

  • X121e and Windows XP: only PIO mode (not DMA)

    I installed Windows XP on a thinkpad X121e. After actualizing all drivers from Lenovo I found out why the whole system was very slow: The internal hard disk is running only in PIO mode and reaches only 3 MB/s which is far to slow to work. I did not had this issue for years; normally a hard disk should run in DMA mode without any problems.
    I tried several things:
    - deinstalling the driver
    - reinstalling chipset driver)
    - changing the hard disk
    -  resetting the storage controller with a script (dmareset.vbs) found in the net 
    but I did not find any solution. The PIO mode is still on.
    I did install the XP system in SATA legacy (compatibility) mode. I could not try installing windows XP in ACHI mode because I did not find any ACHI driver for this chipset (HM65) at intel (only for Intel 5 series chipset exist F6 driver).  
    What could be the reason for the problem that DMA mode is not recognized by XP? Is it an issue for Lenovo (e.g. Bios update necessary) or does it have to do with Intel (problem with chipset driver)? 
    Thanks for any help,
    Thorsten
    Solved!
    Go to Solution.

    Hi thoral,
    I don't know if it will fix the P-I/O issue, but there is an AHCI driver for your machine on the Lenovo support site:
    Intel SATA Controller AHCI Driver
    Intel SATA Controller AHCI Driver
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • ITunes puts my computer in windows 7 basic color mode. It also does not recognize my iPad as viable video source

    When I start iTunes on my desktop computer, instantly it switches to Windows 7 Basic Color mode:
    "The color scheme has been changed
    The following program has performed an action that requires Windows to temporarily change the color scheme to Windows 7 Basic.
    Program: iTunes
    Publisher: Apple Inc.
    Process indentifier (PID): 3296
    Windows will automatically change the color scheme back to Windows Aero when this program or other programs performing similar actions are no longer running."
    When I close iTunes, it immediately switches back.
    THEN, when I try and move a movie I have recently downloaded ("Tangled (2010)" or "Tron: Legacy") to my iPad (1st edition) or iPod Touch, iTunes tells me these devices are not supported:
    "Tangled (2010) was not copied to the iPad "My iPad" because it cannot be played on this iPad."
    I get the same message with "Tron". This is only happening with the movies I have downloaded after February. All previously downloaded movies work just fine. I have found when I transfer the new files to my laptop and use iTunes on there, everything works normally. 
    New for today...
    When I plug the iPod Touch into the the desktop computer, iTunes locks up completely. I only get it back when I unplug the iPod.
    Solutions...
    I have done minimal talking via email with iTunes support. They told me to make sure I had the updated version of everything. I had explained in my original inquiry I had done that already. When I replied as such, I did not get a reply. I sent several messages explaining that I have deleted itunes all together from my computer and reinstalled the program from scratch. Finally, I received a second reply to reinstall iTunes.
    Also, I have tried several ways of moving the movies over to the iPad and iPod: dragging/dropping, sync, auto sync. I get the same error message every time.
    I am more than a little frustrated with Apple's lack of support and hope someone out there knows something that can be done. PLEASE HELP!
    My desktop computer:
    Homebuilt with EVGA 58x motherboard
    Processor: Intel i7 920 @ 2.67GHZ
    RAM: 12 GB
    System Type: 64-bit Operating System
    OS: Windows 7 Ultimate w/Service Pack 1
    nVidia GeForce GTX 275 1GB GDDR3
    DirectX 11.0
    My laptop:
    HP Pavilion dv6700
    Processor: Intel Core Duo T8100 @ 2.10GHZ
    RAM: 3 GB
    System Type: 32-bit Operating System
    OS: Windows 7 Ultimate
    nVidia GeForce 8400M GS
    Thanks in advance,
    Scott

    Just curious, have you resolved your issue yet?
    I am working on a friend's computer that had the same issue and it turned out that her iTunes was set by some crappy program called TuneUp Companion to use Windos XP compatibility.
    If you have TuneUp Companion, uninstall it.
    Then check to see if iTunes is trying to run in some prior windows version compatibility and turn it off
    http://support.apple.com/kb/TS1489

  • Data transfer from application server to sap system in binary mode

    hi friends,
    can any one help me out in
    how to read,open the dataset (syntax) while transfering the file from application server in binary mode ?
    how to move the file to differrent location in the same server?
    regards,
    mohan
    Message was edited by:
            mohan kumard

    HI,
    Syntax for reading the file
    OPEN DATASET file FOR INPUT IN BINARY MODE
    if sy-subrc = 0.
    DO.
          READ DATASET file INTO wa_record.
    ENDDO.
    CLOSE DATASET file.
    endif.
    syntax for writing file.
    OPEN DATASET  file FOR OUTPUT  IN  BINARY MODE .
    if sy-subrc = 0.
    transfer wa_record to file.
    CLOSE DATASET file.
    endif.
    You can also transfer file from application server to presentation server using transaction CG3Y by specifying source path(app ser),destination path(presentation ser) and tranfer format (BIN).
    To copy the file from one location to other location in application server
    use the FM 'ARCHIVFILE_SERVER_TO_SERVER'
    reward points if needful..

  • How to read file header/open filein binary mode

    i am using FileConnenction API to read from a file. how can i open a file in binary mode so that i can read file header. In other words i want to open a file in binary mode.

    You can always try looking at the [Header Signatures|http://www.techpathways.com/uploads/headersig.txt]. But it would probably be easier to adjust your application so it doesn't have to guess.
    ~

  • How to enter Windows 8.1 safe mode in syslinux?

    My old notebook is running very slowly as Windows 8.1 always reads/writes IDE hard disk, so I disable many windows services. And after relogin, I cannot open almost every program even the Task Manager.
    It has to enter the 'safe mode' to repair Windows. In syslinux bootloader, I select 'Windows 8.1' then press Enter  and as quickly as I can to press F8. There's no effect that Windows loads into normal mode.
    I know that in Linux world everything is a file, so I think I can locate last changed files in Windows when disabled windows services and try to repair it. After a long time searching, in Archlinux I rename '/Win8.1/Windows/System32/config' folder to config.bak ('/Win8.1' is where I mount C:/ partition) and then restart to Windows.
    It works! Windows loads into safe mode.
    But let Windows to repair itself is a heavy work. I wonder if I can repair just one or a few files in Archlinux to do the easy job. So relogin to Archlinux and recheck the config.bak folder. Yeah! I find a 'RegBack' folder in which the files' modified time is early than that outside with the same file name. So my easy job is to:
    $ cd /Win8.1/Windows/System32
    $ cp config.bak/RegBack/* config.bak
    $ mv config.bak config
    Restart to Window, everything is back to good old day!
    My lesson is YES EVERYTHING IS A FILE.
    My question is beside the rename way, is there any way to enter Windows 8.1 safe mode in syslinux bootloader?

    Try to manually interrupt the process while windows loading, it will eventually ask you to.
    If don't, try clicking the restart button with shift pressed, if that too would not work; better ask in a microsoft forum.
    Last edited by Gulver (2014-01-08 00:02:03)

  • Downloading file from application server in Binary mode

    Hi,
    I am trying to read an application server file using open dataset in Binary Mode..
    While downloading using gui_download method the file is getting truncated because of its size.
    My questions are,
           How to increase the size of the internal table dynamically. Already tried using STRING type but it is not accepting.
           If I use the CHAR type with maximum length 65535 and if the length of the file is less than that then in the remaining spaces box like symbols are printed .
    How can I achieve it.
    Thanks & Regards,
    NJ

    TYPES: BEGIN OF type_download,
               data1 TYPE zchar20000,
               data2 TYPE zchar20000,
               data3 TYPE char3000,
               data4 TYPE char2000,
             END OF type_download.
      DATA: lt_download TYPE STANDARD TABLE OF type_download,
            lx_download TYPE string,
            lv_filename TYPE string.
    Read data from application server to internal table
      OPEN DATASET p_p_ftappl FOR INPUT IN BINARY MODE.
      IF sy-subrc = 0.
    Read file
        DO.
          CLEAR lx_download.
          READ DATASET p_p_ftappl INTO lx_download.
          IF sy-subrc <> 0.
            EXIT.
          ENDIF.
          APPEND lx_download TO lt_download.
        ENDDO.
    Download data to presentation server from internal table
        lv_filename = p_p_ftfron.
    Download data from application server to PC
        CALL METHOD cl_gui_frontend_services=>gui_download
          EXPORTING
       bin_filesize              =
            filename                  = lv_filename
            filetype                  = c_bin
       append                    = space
          write_field_separator     = space
       header                    = '00'
       trunc_trailing_blanks     = 'X' "space "commented
       trunc_trailing_blanks_eol = 'X' "added
    IMPORTING
       filelength                =
          CHANGING
            data_tab                  = lt_download.
    *Exceptions deleted            .
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                     WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    Close file
        CLOSE DATASET p_p_ftappl.
    Edited by: NewJoinee123 on Mar 25, 2010 8:45 AM

Maybe you are looking for

  • Project wise Vendor balance

    Hi Gurus, How can we have balances of vendor, project wise with different WBS elements? Please revert asap. Thank You

  • Document_not_sent exception in SO_DOCUMENT_SEND_API1

    Hi SAP Experts, I would just like to ask what causes this exception. When I try to run my program I am able to send an e-mail successfully, but when my client was using the program. Exception document_not_sent was raised. Thanks in advance.

  • Blank page at end of report

    Hi, I'm getting a blank page at the end of a report. The problem is something like this. I have 2 queries,main query Q1 and child query Q2. Q1 returns the dept information and Q2 the employees of that department. I do not want to display the dept inf

  • Exporting PDF to Excele 'Sign in errors'

    Trying to export a pdf file to excel. I am signed in and subscribed however it keeps coming up with a 'sign in error' message?

  • Application will not launch

    I have an application called sbcStudio that will not launch.  The Dock icon bounces, nothing happens, but the application is listed when I open Force Quit. This happens every time there is a new OS Software or Security Update.  I'm running Snow Leopa