Masking the Single Field in SXMB_MONI

Hi,
I have a Requirement where I am getting Credit card number in one of my Scenario PI as Middle ware.I want to Mask the Credit card Number which is coming from the payload and after processing I want to Unmask it and Send to Receiver.
Are there any Module Beans available in PI to achieve this(Masking and Unmasking) ?
If not then How can I achieve this?
Thanks &Regards,
Deepthi.M

Hi Deepthi,
As said by Roy, there is no standard adapter module to mask/unmask the field.
There is another possibility, encrypting the complete payload and decrypting. This will be highly secured.
Ref: file encription and decription XML file
Thanks,

Similar Messages

  • Masking the password field in webdynpro for java

    Hi,
    I am developing a logon view in webdynpro with username and password input fields.But i want to mask the password field.
    How do i do that
    Points will be rewarded for the useful answers
    Bala

    Hi,
    Set the properties of the Input field
    <b>passwordField     true</b>
    Regards
    Ayyapparaj

  • Masking the SSN field in ESS.

    Hello Everyone,
    Can somebody help me in masking the SSN field in ESS.
    In ESS when we go to personal information Iview and click on Personal data and click on change; users are able to change the SSN field. and save the changes. Is there any table where I can disable this SSN field from changes and make it read only like Date of birth.
    We are using ESS Business package for 4.6c.
    Any help will be greatly appriciated.
    Thank you in advance!
    Sasi.

    Try once at this place.
    go to View V_T588M_ESS
    Enter The Function group.
    (To get the Function group go to view T77WWW_SC.
    Check the Function module for ticked for PZ13.
    Then go to se37 and put the FM name and then click GOTO->MAIN PROGRAM
    Now if ur program name is SAPLEHF5 then EHF5 is Ur function group.)
    and then U will find a screen after entering FUnction group where U can change the field attributes accordingly (Display, Edit, Hidden etc).
    What is the country for which U are displaying the personal data screen.
    ~ BiSu
    Message was edited by:
            Biswajit Das

  • Urgent - encrypt and decrypt the single field (String)

    Hi,
    I want to create Java program which can encrypt and decrypt the single field (String). Can you please pass me the code. I am new to the Java and my technical background is not from Java. Appreciate your speedy response.
    You can directly reach me at [email protected]
    --Akshay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Welcome to the Developer Community! We'd like you to get the most out of your experience at the Forums. Please keep in mind that the many of the developers who help you are working for a living, and all of them are providing you with free advice. It is only fair for you to do some homework first prior to posting. Here are some suggestions from the developer community to the newest members. To avoid wasting fellow members' time unnecesarily, please use the following checklist before posting a question:
    * Search before Posting: Especially if you are in a hurry, you may find that the question has already been asked and answered during the long history of the Forums.
    * Know the basics: Read this FAQ and the basic trails of the Java Tutorial (like Getting Started or Learning the Java Language). If you don't understand the question you are posing, you may not understand the answers.
    * Be thorough and precise: Proofread your question before posting. Describe the steps that you have taken. The more effort you put into researching and describing your problem, the more likely you will get a sincere effort in return.
    * Post a subject line that describes the problem: Experts in your subject may skim right past subject lines like "Urgent" and "Need help ASAP". Use keywords about the technologies instead.
    * Post a problem, not an assignment: Break your assignment down into specific problems that you can ask for help with. Dorm hall lounges may be a better resource if you have a last minute, "urgent" demand for solutions to homework problems.
    -- From the [Java Forums FAQ|http://developers.sun.com/resources/forumsFAQ.html#Getting]

  • Why does hitting the Single Field checkbox in QT remove lines from my video?

    Hi, when reviewing my HD video's I see annoying lines. However I went into the video track and hit the Single Field checkbox and they went away. The deinterlace checkbox did absolutely nothing however. Does this simply mean the footage is progressive but quicktime was just reading it wrong initially?
    Very intereseted in knowing the answer.
    All the best
    Kevin

    Ok, maybe you can help me. I was sold some software that was meant to output progressive files in the AVI container with the MJPEG codec. I told him the software seems to be outputting interlaced files and this was his reasoning. Is he correct or is he taking me for a ride? This is a little beyond my knowledge of video systems so if anyone and help me please do.
    They are Progressive Segmented Frames (PsF). This means they are progressive frames but with their information spread across two fields of an interlaced frame. Remember, interlacing is something added to the output of video to facilitate display requirements; it doesn't exist inside your PC. Odd, yes, but this is handy because if you had a true native progressive feed and tried to watch it on a display monitor that only supported interlaced input, you would not get an image. Also, PsF streams allow you to effectively use an interlaced camera to create progressive frames because, again, in a PC or MAC, there is no such thing as interlacing and during capture of each film frame, nothing moves between fields. Everything ends up progressive though carried on interlaced fields.  
    Forget film for a moment: Even when you shoot live video with an interlaced camera, the two successive fields for each frame are ALWAYS handled as one progressive frame inside your NLE, which usually displays only one of the fields during editing while the other field just goes along for the ride unseen. When you output the file or watch it on an external video monitor, the frames are then again broken up into fields to facilitate ease of playback on a variety of displays. If you were to deinterlace that video footage on your NLE, it would drop one field and use the remaining field to artificially create the missing field information to create one progressive frame. However, the output file would then be a PsF file because, even though the frames are now progressive, they are still being carried by an interlaced medium.
    Likewise, when you use your progressive camera to create a live image, believe it or not, the video output is a PsF stream. That means the progressive frames are carried in two successive fields. The PC or Mac doesn't care that the information for each progressive frame arrives in two parts because, as mentioned earlier, the two parts are handled as one frame inside the NLE during editing.

  • Splitting the single field data to multiple fields

    Hi,
    I have the contents in fieldABC which i would like to copy based on the length of the value
    Eg:
    Field ABC has value 1
    it need to be copied to Field1
    FILEDABAC has 1234
    it need to be copy in field 2
    FILEDABC has 1234ABC
    It need to be copy in Field 3
    i means to say based on the lenght of the value i would like to copy the contents to multiple fields
    Note: the data is for Heirachy...
    Can anyone will help with code.
    Thanks

    Hi,
    You mean you want to copy contents of field ABC to Field1,Field2,Field3 based on there length??
    if i have correctly understood you then do like:
    data : g_strlen type i.
    g_strlen = strlen ( ABC ).
    if g_strlen = 1.
             field1 = ABC.
    elseif g_strlen > 1 and g_strlen <= 4.
             field2 = ABC.
    elseif g_strlen > 4 .
             field3 = ABC.
    endif.
    Regards,
    Neha

  • Need to assign a multi datatype struct to a single field in Unicode system

    Hi all,
    I had posted an earlier question related to this to understand what the issue is. Few responses helped. Then now I have gone thru the conversion rules in Unicode systems related to assigning a structure (with different data types) to a single field and looking for a solution for my case. The current code written in 4.6 says
    l_bapiparex-valuepart1 = l_bape_vbap
    where
    l_bape_vbap is a structure of type bape_vbap and
    l_bapiparex of type bapiparex.
    So according to the rules, when I do this kind of an assignment in ECC , the first field's length (i.e. VBELN) must be min 240 characters long. Only then this assignment will be error free, am I right ?
    Or Is this an inadmissable assignment situation ?
    If not then is there any other way how I can achieve the same result by fixing this issue ? I am not able to think of any !! Has any one come across this kind of an issue during upgrade? Please do suggest.
    Just for your reference I have pasted the rule details from SAP help..
    Conversion in Unicode Programs
    The following rules apply in Unicode programs when converting a flat structure to a single field and vice versa:
    If a structure is purely character-like, it is processed during conversion like a data object of the type c (Casting). The single field can have any elementary data type.
    If the structure is not purely character-like, the single field must have the type c and the structure must begin with a character-like fragment that is at least as long as the single field. The assignment takes place only between this fragment and the single field. The character-like fragment of the structure is treated like a data object of the type c (Casting) in the assignment. If the structure is the target field, the remaining character-like fragments are filled with blanks and all other components with the initial value that corresponds to their type.
    No conversion rule is defined for any other cases, so that assignment is not possible.
    Note
    If a syntax error occurs due to an inadmissible assignment between flat structures and single fields, you can display the fragment view of the corresponding structure when displaying the syntax error in the ABAP Editor by choosing the pushbutton with the information icon.
    thanks

    Try this way
          call method cl_abap_container_utilities=>fill_container_c
            exporting
              im_value               = l_bape_vbap
            importing
              ex_container           = l_bapiparex-valuepart1
            exceptions
              illegal_parameter_type = 1
              others                 = 2.

  • Different WT values in a single field in Payslip.

    Hi,
    1. We need to group together 2 or 3 deduction wage types amount as a single field and bring into payslip, how to bring this value in a single field.
    2. How to bring values of adjustment wage types in payslip if in case adjustments comes not a statutory field , thi sfield should be dynamic, if there there is any adjustment the name and WT amount should reflect in Payslip.
    SD

    Hi SD,
    You can see a good example in standard form EF01 for molga 04.
    If you go to the single fields section in trx PE51, there is a field at the bottom:
    Tot.Deduct.!
      BETRG_____!
    double click on betrg:
    It shows:
    Table            ZRT
    Table field      BETRG
    Identifier      DS01
    Now to see how DS01 is made go in trx PE51 to the cumulation ids section:
    double click on DS01. you will see all the summands:
    RT     **11     Forms - Discounts. Person
    RT     **12     Forms - Discounts. Person
    RT     **13     Forms - Discounts. Social
    RT     **14     Forms - Discounts. Tax de
    This means that all WTs that in table T512W are assigned to ev-class 11,12,13,14 will add to DS01.
    But you can add individual WTs too. e.g. double click on cumulator DE01 and you will see that /552 is added directly.
    BR,
    Carlos Martinez Escribano.

  • Capturing video in Imovie - single field processing (again...)

    Hi!
    Let's start by saying that I've read a number of threads already on the 'single field processing' issues with iMovie (08 and up). What's not really clear to me yet, is at what stage (during capturing, editing, exporting, etc.) this single field processing is introduced in the process.
    Let me explain my situation:
    I'm in the process of digitizing my families old home video VHS recordings, I've purchased a Canopus ADVC55 and a JVC HR-S9500 VCR (with TBC). Both are correctly connected to my iMac via Firewire. I have iMovie '09 and Final Cut Pro X. Sadly no iMovie HD, seems hard to find...
    "Use Final Cut Pro X for capturing" I hear you scream, but I'm having great difficulty doing this, FCPX continually crashes during video capturing. Also, the sound has a strange 'clicking' when captured (the small bits that do import before FCPX crashing). I don't have these issues while capturing with iMovie 09.
    So my idea was to capture the video with iMovie 09 and then import the .dv file with FCPX as a new event. My concern however is the single field processing that bugs iMovie. Can anyone confirm (or deny!) whether every other horizontal line of the video is thrown out during video capture already or not before the movie file is assigned to a project and used for editing? In other words, would my way of working (capture in iMovie, import in FCPX) leave me with the best possible quality or do I really need to look harder for iMovie HD (or fix the problems I'm having with capturing through FCPX)?

    I have found that I can import in iMovie 11 witH no loss for DV.  My camera does not work for FCPX since FCpX wants to import from a DV camera with time code, and my consumer level camera does not have time code.
    I have found that in Final Cut Pro X, I can use the File/Import iMovie Events command and bring all events into FCP.
    This may take a while. I recommend running it overnight. When it finishes, close FCP (may take awhile). Then restart your Mac.
    When you restart FCP you will find all your iMovie Events available to FCP and it will not use much disk space.
    This is because FCP will reference your iMovie event through a Hard Link (much like Time Machine) so you can have two apps referencing the same physical file in different folders.
    I had, for example, a 1TB drive with 850GB used. After importing my events into FCP X, I might have 852 GB used, because it does not double u p the dv files, but it does generate thumbnails and analysis files.
    Another advantage of doing it this way is that FCP will not import DV Stream. It needs DV stream to be converted to a mov file with separate (not muxed) audio and video tracks. You can do this in Compressor, but it is a pain if you have a lot of files.
    However, if you import from iMovie, FCP handles the DV Stream just fine.
    Pretty slick!

  • How to declare the single filed in globally...........

    Hi Guru's,
    i have a field name required date (VDATU)...
    please guide me in systax how to declare the single field as globally...
    thanks in advance
    Srinivas...

    Hi all thanks for your inputs and your valube time..and finally i resoleved the issuee you can see the global declaratio in my program logic...
    *& Report  ZAREPAS30
    REPORT  zarepas30.
    DATA : gs_vbeln                   TYPE  vbak-vbeln,
           gs_order_header_in         TYPE  bapisdhd1,
           gs_order_header_inx        TYPE  bapisdhd1x,
           gt_order_items_in          TYPE  STANDARD TABLE OF bapisditm,
           gwa_itab1                  TYPE  bapisditm,
           gt_order_items_inx         TYPE  STANDARD TABLE OF bapisditmx,
           gwa_itab2                  TYPE  bapisditmx,
           gt_order_partners          TYPE  STANDARD TABLE OF bapiparnr,
           gwa_itab3                  TYPE  bapiparnr,
           gt_return                  TYPE  STANDARD TABLE OF bapiret2,
           gwa_itab4                  TYPE  bapiret2.
    Sales document type
      PARAMETERS: p_auart TYPE auart OBLIGATORY.
    Sales organization
      PARAMETERS: p_vkorg TYPE vkorg OBLIGATORY.
    Distribution channel
      PARAMETERS: p_vtweg TYPE vtweg OBLIGATORY.
    Division.
      PARAMETERS: p_spart TYPE spart OBLIGATORY.
    Requested Delivery Date
      PARAMETERS: p_edatu  TYPE edatu OBLIGATORY.
    Sold-to
      PARAMETERS: p_sold  TYPE kunnr OBLIGATORY.
    Ship-to
      PARAMETERS: p_ship  TYPE kunnr OBLIGATORY.
    Material
      PARAMETERS: p_matnr TYPE matnr   OBLIGATORY.
    Quantity.
      PARAMETERS: p_menge TYPE kwmeng  OBLIGATORY.
    Plant
      PARAMETERS: p_plant TYPE werks_d OBLIGATORY.
    Start-of-selection.
      START-OF-SELECTION.
    Header data
    Sales document type
      gs_order_header_in-doc_type = p_auart.
      gs_order_header_inx-doc_type = 'X'.
    Sales organization
      gs_order_header_in-sales_org = p_vkorg.
      gs_order_header_inx-sales_org = 'X'.
    Distribution channel
      gs_order_header_in-distr_chan  = p_vtweg.
      gs_order_header_inx-distr_chan = 'X'.
    Division
      gs_order_header_in-division = p_spart.
      gs_order_header_inx-division = 'X'.
    Reguested Delivery Date
      gs_order_header_in-req_date_h = p_edatu.
      gs_order_header_inx-req_date_h = 'X'.
      gs_order_header_inx-updateflag = 'I'.
    Partner data
    Sold to
      gwa_itab3-partn_role = 'AG'.
      gwa_itab3-partn_numb = p_sold.
      APPEND gwa_itab3 TO  gt_order_partners .
    ship to
      gwa_itab3-partn_role = 'WE'.
      gwa_itab3-partn_numb = p_ship.
      APPEND gwa_itab3 TO  gt_order_partners .
    ITEM DATA
      gwa_itab2-updateflag = 'I'.
    Line item number.
      gwa_itab1-itm_number = '000010'.
      gwa_itab2-itm_number = 'X'.
    Material
      gwa_itab1-material = p_matnr.
      gwa_itab2-material = 'X'.
    Plant
      gwa_itab1-plant    = p_plant.
      gwa_itab2-plant   = 'X'.
    Quantity
      gwa_itab1-target_qty = p_menge.
      gwa_itab2-target_qty = 'X'.
      APPEND gwa_itab1 TO gt_order_items_in.
      APPEND gwa_itab2 TO gt_order_items_inx.
    Line item number.
      gwa_itab1-itm_number = '000020'.
      gwa_itab2-itm_number = 'X'.
    Material
      gwa_itab1-material = p_matnr.
      gwa_itab2-material = 'X'.
    Plant
      gwa_itab1-plant    = p_plant.
      gwa_itab2-plant   = 'X'.
    Quantity
      gwa_itab1-target_qty = p_menge.
      gwa_itab2-target_qty = 'X'.
      APPEND gwa_itab1 TO gt_order_items_in.
      APPEND gwa_itab2 TO gt_order_items_inx.
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
      EXPORTING
        order_header_in               = gs_order_header_in
        ORDER_HEADER_INX              = gs_order_header_inx
      IMPORTING
        SALESDOCUMENT                 = gs_vbeln
      tables
        RETURN                        = gt_return
        ORDER_ITEMS_IN                = gt_order_items_in
        ORDER_ITEMS_INX               = gt_order_items_inx
        order_partners                = gt_order_partners.
    Check the return table.
      LOOP AT gt_return into gwa_itab4 WHERE type = 'E' OR type = 'A'.
        EXIT.
      ENDLOOP.
      IF sy-subrc = 0.
        WRITE: / 'Error occured while creating sales order '.
      ELSE.
    Commit the work.
      CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
        WRITE: / 'Document ', gs_vbeln, ' created'.
      ENDIF.

  • IMovie 11 to FCP Pro X: cure for single-field?

    I've got a lengthy home movie (sourced from a DV tape) that I've edited in iMovie 11. Unfortunately, I've been stuck with the single-field processing issue where the output is effectively at half resolution. Now that I can import this movie into FCP Pro X, I'm wondering whether that will cure this single-field problem, if I then continue editing in FCP and output it from there? Or will I need to scrap the project, start from scratch, and re-import from the camcorder into FCP directly?

    "Some of the procedures I've seen before changed all of the dates to the day of conversion and I need to save the original info."
    Very good question.
    I've been testing with tapes that have analog video copied to them so the DV time/date is meaningless. They only show the date I copied them from VHS to DV. When I'm sorting to clips to folders I have to remember is this Japan 1989 or 1991? Then name the TO folder based upon my memory. And of course I don't need the DV timecode in iMovie when I edit.
    You need the Time and Date information from the camera to be used to date the folder when the video is imported into iMovie. Correct?
    I will test with some video shot with the DV camera.
    PS: Here is a description of how CatDV figures out how to divide a long movie into "clips."
    CatDV uses two methods to detect scene changes.
    It detects the start and end of each scene or shot in a DV movie using the digital date and time information recorded to tape by DV and Digital8 camcorders. As a result it is normally 100% frame accurate in the scenes it identifies in captured footage. On rendered footage and analog material, on the other hand, this extra information is missing and so CatDV won't be able to detect any scene changes using the DV method.
    CatDV also has the ability to compare the actual visual content of successive frames to detect scene changes. This allows you to import and log footage captured from an analog capture card for example. By its nature this method is not foolproof, however, and is liable to detect false changes when there is rapid movement within a scene, and to miss changes, for example if the camera is held on a tripod between shots and there is very little change between them, or if you have applied a fade or dissolve between two clips. It is also slow and computationally intensive, and so whenever you have the choice you should prefer to use the DV-based detection on original footage.
    You can control which detection algorithm(s) are used when importing movies in the Preferences dialog.

  • How to export movies with Single Field option on with QuickTime Pro?

    Hi,
    I've got a rather problematic video file with MJPEG encoding in it. I've been able to save the original AVI into another QuickTime mov-file. Where I thought the deinterlace would help me to get rid of the horizontal lines in the picture, that option didn't work this time. Instead, if I use the Single Field option, I get at least a smooth picture.
    But when I try to export this to another mov-file or any other format for a smaller file size, I never get the smooth picture to stay. And in the resulting files the interlace "effect" can't be removed even with that single field on again!
    I'm using QuickTime Pro 7.6.6.
    Anybody with a solution?

    Where I thought the deinterlace would help me to get rid of the horizontal lines in the picture, that option didn't work this time. Instead, if I use the Single Field option, I get at least a smooth picture.
    It's my understanding that these QT 7 Pro options are "playback only" property settings utilized by the QT Player and do do not have any effect on the export/re-compression of interlaced content. Have you tried exporting directly to a progressive codec option/setting in QT 7 Pro, tried the motion adaptive deinterlacer in MPEG Streamclip (free) or the JES Deinterlacer (free), or used the "decomb" filter option in HandBrake (free) to see if any of these approaches are more suited to your needs?

  • Conversion of Zip file in to a Single Field

    Dear All,
    Scenario:File to File
    How can I convert the input zip file in to the single field in Mapping in PI 7.0.
    Regards,
    Manikandan

    Hi All,
    I have to process the two(ZIP and TXT) files which are having the same name but with different extension. PI should transfer if both the file exist else should not transer the file. I have planned to use BPM but both the files are only pass through so we cant create the DT and Abstract Interface.
    ZIP files are contains multiple files and client dont want us to analyse the both files.
    My company only allows us to use BPM and rarely java Modul so i am thinking to use BPM.
    need help to use the BPM for this requirement.
    Regards,
    manikandan

  • Input Masks and Single Choice Fields (drop down menu) Suggestions

    Here's a few suggestions - I hope this is the right place to post these...
    1. I would like to suggest a pre-filled state single choice field (drop down menu) to be used to get address information.  Or better yet a way to import a csv file to fill the preset fields for an option box.
    2. Input masks that force users to enter the data in the format you prefer.  (000) 000-0000
    3. Ability to enable or disable options depending on other choices.
    4. Option for a list of numbers say 1 thru 100 and as people pick a registration (car number in my case) that choice cannot be picked again by another user for that form.  Load values from a table that can be picked several times or only once could work in both my suggestions.
    Thank You.

    Hello there,
    Thanks for these thoughts! They're all really good (and welcome) suggestions for additions to the FormsCentral service. As you might imagine, we're busily working back here to implement new features; we have big plans for FormsCentral. For these suggestions in particular, I'll do two things:
    1. Send these suggestions to the product team and get them added to the to-do list!
    2. Move the whole thread here into the FormsCentral Ideas sub-forum. That way, your suggestions will be noted as such and well-documented on our end.
    Thanks for the great ideas; let us know if you have any more feedback for us!
    Best regards,
    Rebecca
    Acrobat Services Community Manager

  • How to change the screen element of a single field in a table control

    Hi Gurus,
    I want to change the screen element of a single field (or the whole row) in a table control according to a condition.
    I have 2 columns in the table control. One is an input column and one output only. When user enters values into the input column, they need to be compared against the values in the other column, and if there is a discrepancy, the row where the discrepancy is needs to be highlighted.
    I have tried the following code which highlights the whole column ...
    CONTROLS: TC_ZVOYG_BINS TYPE TABLEVIEW USING SCREEN 0500.
    DATA: wa_tc_zvoyg_col LIKE LINE OF TC_ZVOYG_BINS-cols.
      LOOP AT G_TC_ZVOYG_BINS_ITAB
               INTO G_TC_ZVOYG_BINS_WA.
        if G_TC_ZVOYG_BINS_WA-zdelivery_bin ne G_TC_ZVOYG_BINS_WA-zactual_bin.
          loop at screen.
            IF screen-name = 'ZVOYG_BINS-ZACTUAL_BIN'.
              wa_tc_zvoyg_col-screen-intensified = 1.
              MODIFY tc_zvoyg_bins-cols FROM wa_tc_zvoyg_col TRANSPORTING
              screen-intensified WHERE screen-name = screen-name.
            endif.
          endloop.
        endif.
      endloop.
    And also the following code which makes no change ...
      LOOP AT G_TC_ZVOYG_BINS_ITAB
               INTO G_TC_ZVOYG_BINS_WA.
        if G_TC_ZVOYG_BINS_WA-zdelivery_bin ne G_TC_ZVOYG_BINS_WA-zactual_bin.
          loop at screen.
            IF screen-name = 'ZVOYG_BINS-ZACTUAL_BIN'.
              screen-intensified = '1'.
              modify screen.
            endif.
          endloop.
        endif.
      endloop.
    Thanks in advance.

    Hi,
    The modification of a screen element attribute (LOOP AT SCREEN...MODIFY SCREEN) must always be done in the PBO (for a dynpro, it will be in a PBO module, i.e. declared by MODULE ... OUTPUT)
    About the loop at the internal table, it is done automatically by the system, also during the PBO, you'll find something like LOOP [AT itab] ... WITH CONTROL ...  in the PBO part of the screen flow logic (note: you may have to complete with a supplementary READ TABLE if you don't use AT itab). So you don't need an additional loop.
    Best regards
    Sandra

Maybe you are looking for

  • Ipod classic won't sync with itunes 10.6.3

    My new iPod Classic 7th Gen (2.0.5 mac) is not syncing with iTunes 10.6.3. I get an error message telling me to update iTunes to a version above 10.7. This is not possible on a Powermac G5 (10.5.8) since it has no Intel Core. Is there any way to rest

  • Combo box in form manager

    Hi! I've made a form in Designer 8 with combo box, tested it (everything was ok) and than upload it to form manger. And here the problem beggins. When I'm writting something in combo boxes field it looks like there wasn't any or sometimes I can write

  • Disk Warrior hangs in 10.4.7

    I originally posted this in the Tiger section in April, when I was using 10.4.6 - no replies then so I'm hoping someone's found a solution since. I just updated to 10.4.7 but the problem remains unchanged. It only seems to be an issue on the Powerboo

  • Workflow task stalled

    Hi, We launch a workflow template and, after going through some tasks, the workflow gets stalled in an activity task, with warning and error messages (in the work item log): 5W(313): "Resolution of role AC90000003 for task TS90000007: no valid agent

  • Multi row block record_group or cursor?

    I've done a lot of research on the Forms OTN forum and can't find a solution to this problem. I'll continue to research until an answer is posted to this thread. I've used the forms forums and Metalink for years and they've been a great help. My prob