Regarding height of parameter

Hi all,
Is it possible to increase height of the parameter or select-option.
If it is, please let me know.??
Have your points.!!
regards,

Hai.
check this.
REPORT zextest595 .
*--- Radiobuttons
PARAMETERS: p_up RADIOBUTTON GROUP a DEFAULT 'X' USER-COMMAND rb,
p_list RADIOBUTTON GROUP a.
PARAMETERS: p_pcfile LIKE rlgrap-filename OBLIGATORY DEFAULT 'C:\'
MODIF ID ccc,
p_pctype LIKE rlgrap-filetype OBLIGATORY DEFAULT 'ASC'
MODIF ID ccc,
p_unix LIKE rlgrap-filename OBLIGATORY DEFAULT '.\'
MODIF ID ccc.
PARAMETERS: p_dir LIKE rlgrap-filename OBLIGATORY DEFAULT '.'
MODIF ID ddd,
p_fp LIKE rlgrap-filename
MODIF ID ddd.
AT SELECTION-SCREEN
AT SELECTION-SCREEN OUTPUT.
IF p_up = 'X' .
LOOP AT SCREEN.
CASE screen-group1.
WHEN 'CCC'.
screen-input = 1. "Enable
screen-invisible = 0. "Disable
MODIFY SCREEN.
WHEN 'DDD'.
screen-input = 0.
screen-invisible = 1.
MODIFY SCREEN.
ENDCASE.
ENDLOOP.
ENDIF.
IF p_list = 'X'.
LOOP AT SCREEN.
CASE screen-group1.
WHEN 'CCC'.
screen-input = 0.
screen-invisible = 1.
MODIFY SCREEN.
WHEN 'DDD'.
screen-input = 1.
screen-invisible = 0.
MODIFY SCREEN.
ENDCASE.
ENDLOOP.
ENDIF.
regards.
sowjanya.b

Similar Messages

  • Regarding content conversion parameter

    Hi
    I am doing content conversion in sender file adapter.I want to remove " " in target file.
    I used  row.enclosureSignEsc ""
    but its not working.
    can any one tell me how to use enclosure sign parameter.
    Source Flat file looks like:
    "A00",417,"SC9",20050101,100617,3229
    "B01","EA",20041231,39.4,"ACT","F","D"
    "B01","EA",20041231,38.7,"ACT","F","W"
    "B01","EA",20050101,39.4,"TOD","F","D"
    "B01","EM",20041231,39.3,"ACT","F","D"
    "B01","EM",20041231,38.7,"ACT","F","W"
    "Z99",50
    In the target i want like this:
    A00,417,SC9,20050101,100617,3229
    B01,EA,20041231,39.4,ACT,F,D
    B01,EA,20041231,38.7,ACT,F,W
    B01,EA,20050101,39.4,TOD,F,D
    B01,EM,20041231,39.3,ACT,F,D
    B01,EM,20041231,38.7,ACT,F,W
    Z99,50
    Thanks&Regards
    venkat.

    >
    venky adireddy wrote:
    > Hi
    > I am doing content conversion in sender file adapter.I want to remove " " in target file.
    > I used  row.enclosureSignEsc ""
    > but its not working.
    > can any one tell me how to use enclosure sign parameter.
    >
    > Source Flat file looks like:
    >
    > "A00",417,"SC9",20050101,100617,3229
    > "B01","EA",20041231,39.4,"ACT","F","D"
    > "B01","EA",20041231,38.7,"ACT","F","W"
    > "B01","EA",20050101,39.4,"TOD","F","D"
    > "B01","EM",20041231,39.3,"ACT","F","D"
    > "B01","EM",20041231,38.7,"ACT","F","W"
    > "Z99",50
    >
    > In the target i want like this:
    >
    > A00,417,SC9,20050101,100617,3229
    > B01,EA,20041231,39.4,ACT,F,D
    > B01,EA,20041231,38.7,ACT,F,W
    > B01,EA,20050101,39.4,TOD,F,D
    > B01,EM,20041231,39.3,ACT,F,D
    > B01,EM,20041231,38.7,ACT,F,W
    > Z99,50
    >
    >
    >
    > Thanks&Regards
    > venkat.
    THERE
    there is no parameter to achieve what you want in FCC.
    as mentioned earlier you will have to use a function to remove the "
    you dont have to create a UDF you can use the standard text function available in XI - replaceString

  • Regarding Date Range parameter

    hello,
    in purchase order, i want to pass date range parameter. For eg .
    I want to fetch data from 21/11/2011 to 25/11/2011
    how to pass parameter for this?? or do i need to create any formula??
    if yes then how/???????
    awaiting for soonest reply.

    hi,
    you need to do this in the Formula workshop.
    this formula {OPOR.DocDate} = {?DateRange}
    {OPOR.DocDate} - this is the PO DocDate
    {?DateRange} - this is what you have done in step #4 in my 1st post. in this example "DateRange" is the name of my Parameter.
    Quote from you post
    {OPOR.DocDate} = {?25/11/2011 to 30/11/2011} In this way should i write a formula??????
    change this {?25/11/2011 to 30/11/2011} to the name of your Parameter. refer to step #4.
    regards
    Fidel

  • Regarding Crystal report  parameter from and to.

    hi.
    I am having one requirement ie.
    Normally we are giving..i.e
    We are using parameter in Sap b1 like Docentry
    Based on this one Docentry the data will fetch from the data base and it will shows into the sap crystal reprot
    suppose Ex Docentry = 3 then it will show the data.. then
    but ring now what i nee dis  Docentry from and to
    fromdocentry = 1
    todocentry  = 5
    so, 1,2,3,4,5 five documents should be generate one by one in crystal report in single crystal report not 5 pdf files single pdf should have 5 doc entries
    Is it possible how can i do it.
    how can i do it...

    Hi
    I think it is not possible from Crystal Report but below discussion indicates it is possible through some Crystal Report SDK tool.
    Exporting a Crystal Reports file into multiple PDF's
    How to export a crystal report into several pdf files then email them to several email addresses
    With Regards
    Balaji Sampath

  • Regarding HEIGHT in formsweb.cfg file

    Hi All
    I am working in Forms 10G.
    All the application is running in production is showing in a small window , that because of the height in formsweb.cfg file. The height = 600 .
    Now there is a requirment to show all the records in one shot without using the scroll bar .
    so if i am chaging the block property to 30 or 40 then in one shot all the 40 records will show . But because in formsweb.cfg it is mention height =600, so it will come with a scroll bar . This I dont want .
    So can I change the HEIGHt to , let say 700 or 800 ? I mean will it be any problem ? Is there any calculation for this ? I mean if I change the property here then do i need to change some where else as well ?

    LuKKa wrote:
    Hi François Degrelle
    If I change Height and width to 100% , will it come perfectly in all the size moniters ,like 14 inch or more thank that ?The window size will correct but item remain as it is. Add this in your configure at formsweb.cgf
    width=100%
    height=100%Hope this helps

  • Some question regarding the DATAPUMP parameter

    Hi,
    I am trying to perform a database import using the EXCLUDE=GRANT parameter but I get the following errors
    ORA-39002: invalid operation
    ORA-39168: Object path GRANT was not found.
    What is the correct syntax of using the parameter?
    =====================================
    In the old import method the ANALYZE parameter was available, what is the equivalent parameter (if any) in DATAPUMP import?
    Thanks,
    Barry

    Barrry wrote:
    Hi,
    I am trying to perform a database import using the EXCLUDE=GRANT parameter but I get the following errors
    ORA-39002: invalid operation
    ORA-39168: Object path GRANT was not found.
    What is the correct syntax of using the parameter?
    =====================================
    In the old import method the ANALYZE parameter was available, what is the equivalent parameter (if any) in DATAPUMP import?
    Thanks,
    BarrySyntax????
    SYNTAX?????
    Did you ever consider that syntax can be looked up in the very fine reference manual?
    =================================================
    I don't want to be flippant or rude, but if people want to be professionals in ANY field, the first knowledge they need to acquire is how to locate AND USE+ the fundamental reference materials for that profession. And the most important trait, the one for which they are really hired, is the ability to do independent research, and having a modicum of curiosity that would drive one to do that research. We don't mind helping newbies, and even the most experienced person on this board will run into something they are not familiar with, or occasionally just require a second set of eyes to look at something. But a professional+ needs, above all, a willingness and capability to check the docs. A professional isn't necessarily someone who has all the answers at their fingertips or has a full understanding about every arcane subject in their field. It certainly isn't someone who has an encyclopedia full of memorized answers but little understanding of how it all fits together. It's someone who knows where to find the answers when needed, how to recognize them when he sees them. It's less about knowing than it is about attitude. Everything you asked can be answered in the Oracle Concepts Manual at tahiti.oracle.com. You should bookmark that site.
    =================================================
    Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com.
    Drill down to your product and version.
    <b><i><u>BOOKMARK THAT LOCATION</u></i></b>
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
    Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    =================================

  • Regarding BAPI Return Parameter.

    Hi All,
              I want to create Bapi Return Message with Variable values like : ' Sales Order 1876738267 is not created, please try again.' and want to create a log of this after BAPI calling in Calling FM. How can I do this. Please guide me.
    Thanks in Advance.

    Hi,
    CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT1'
      EXPORTING
        ORDER_HEADER_IN           = sd_header
      WITHOUT_COMMIT            = ' '
      CONVERT_PARVW_AUART       = ' '
    IMPORTING
       SALESDOCUMENT             = sd_doc_num
      SOLD_TO_PARTY             =
      SHIP_TO_PARTY             =
      BILLING_PARTY             =
       RETURN                    = return_it
      TABLES
        ORDER_ITEMS_IN            = itemin_it
        ORDER_PARTNERS            = partnr_it
      ORDER_ITEMS_OUT           =
      ORDER_CFGS_REF            =
      ORDER_CFGS_INST           =
      ORDER_CFGS_PART_OF        =
      ORDER_CFGS_VALUE          =
      ORDER_CCARD               =
      ORDER_CFGS_BLOB           =
      ORDER_SCHEDULE_EX         =
    WRITE : / 'sy-subrc = ' , SY-SUBRC.
    IF NOT SD_DOC_Num IS INITIAL.
    WRITE : / 'Sales Order ' , SD_DOC_Num, 'Created'.
    ELSE.
    WRITE : / 'incorrect'.
    WRITE : / RETURN_it-TYPE , RETURN_it-MESSAGE.
    WRITE : / RETURN_it-LOG_NO, RETURN_it-LOG_MSG_NO,
              RETURN_it-MESSAGE_V1.
    ENDIF.
    Hope this helps you.
    Thanks,
    Ruthra

  • What is utl_tcp and utl_smtp tx_timeout parameter do ?

    Hi All,
    I tried the following in DBServerA (10.10.10.10 - for example) :
    test_conn := utl_tcp.open_connection (remote_host => '10.2.90.100'
    ,remote_port => 25
    ,tx_timeout => 10 );
    l_mail_conn := UTL_SMTP.OPEN_CONNECTION(host => '10.2.90.100'
    ,port => 25
    ,tx_timeout => 10);
    now, in DBServerA, the smtp host 10.2.90.100 can be ping'd - however doing a telnet (e.g. telnet 10.2.90.100 25) will fail - because port 25 is blocked by the firewall for the smtp host.
    Using UTL_TCP I get the following error in around 3 to 4 minutes:
    "ORA-29260: network error: TNS:operation timed out"
    Using UTL_SMTP I get the following error in around 3 to 4 minutes:
    "ORA-29278: SMTP transient error: 421 Service not available"
    My question now is although I set the tx_timeout parameter for both procedures with a 10 seconds value - why is that I only get the error message at around 3 to 4 minutes?
    What I really want to achieve is - how can I get immediate feedback if my PL/SQL program can connect to 10.2.90.100 at port 25 ?
    Is there a way? - I would just like to control the connection timeout timing precisely - and not relay on external settings (e.g. O/S)
    The reason for the above requirement is to implement a "Primary SMTP Service" and a "Secondary SMTP Service" - essentially if the Primary SMTP Host IP Address fails to connect, then the PL/SQL code should try to connect to the "Secondary SMTP Host IP Address".
    One thing to note is that during this 3 to 4 minutes wait time - the Oracle Connection is held up - if this now happens to the many application calls to the PL/SQL procedure - then potentially there can be a problem in many Oracle Connections opening up. - so a PL/SQL solution that would provide an immediate feedback if the SMTP service is accessible or not is ideal.
    I'm using Oracle 10gR1 @ Solaris
    The following command below will give me 3 minutes (agreed upon to not change this setting as it will affect all other programs/services)
    "/usr/sbin/ndd -get /dev/tcp tcp_ip_abort_cinterval"
    The following command below will give me 1 minute (agreed upon to not change this setting as it will affect all other programs/services)
    "/usr/sbin/ndd -set /dev/tcp tcp_time_wait_interval"
    Please help!
    Many Thanks,
    Henry

    Hi,
    Anyone? I saw many articles in Metalink regarding the tx_timeout parameter - also one which a customer is demanding an explanation and enhancement on the tx_timeout parameter. Come to think of it, when will it work? only for Exchange? (found some hints on this in metalink).
    But still, is there no other way to immediately know if the port has opened or not?
    I will try the following: http://www.oraclenerd.com/2008/11/javaplsql-port-scanner-ii.html , but still would prefer a PL/SQL solution though.
    Many Thanks,
    Henry Wu

  • How do I add a selection screen parameter to get a application server file

    Hi All..
    Can you please suggest how can we add a selection screen parameter to get a application server file ?
    Thanx in Advance...
    Regards,
    Deepak

    <b>Parameter def :</b>
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 02(30) text-005 FOR FIELD p_xlfil.
    PARAMETERS: p_xlfil LIKE rlgrap-filename OBLIGATORY.
    SELECTION-SCREEN END OF LINE.
    <b>Browse</b>
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_xlfil.
      PERFORM ws_get_filename USING p_xlfil.
    FORM ws_get_filename USING p_xlfil.
      CALL FUNCTION 'WS_FILENAME_GET'
           EXPORTING
                def_path         = 'C:'
                mask             = ',Excel,*.xls,All,*.*.'(100)
                mode             = 'O'
                title            = 'Title'(101)
           IMPORTING
                filename         = p_xlfil
           EXCEPTIONS
                inv_winsys       = 1
                no_batch         = 2
                selection_cancel = 3
                selection_error  = 4
                OTHERS           = 5.
      IF sy-subrc NE 0.
        CLEAR p_xlfil.
      ENDIF.
    ENDFORM. " WS_GET_FILENAME
    Regards
    <b>Oops i did not read "application server"</b>
    Use FM F4_FILENAME_SERVER and not F4_FILENAME/WS_GET_FILENAME.
    Message was edited by:
            Raymond Giuseppi

  • Optional parameter workaround  -  dates problem

    Hi
    I use  optional parameter workaround  and it's fine.
    but how I should use it with dates parameter or numbers ?
    SAP note 1500777. This describes a workaround :
    ((not HasValue({?itemcode@select itemcode from OITM })
    or isNULL({?itemcode@select itemcode from OITM })
    or {?itemcode@select itemcode from OITM } = '')
    OR {OITM.ItemCode} = {?itemcode@select itemcode from OITM })
    Regards
    Idan

    Hi,
    Optional parameter is not supported.
    What I did was, I have 2 date parameter. pmDateFrom and pmDateTo.
    In Crystal report record selection, OINV.DocDate in pmDateFrom to pmDateTo.
    When running within SAP B1 8.8, if I want to include every dates, I put in a date in pmDateFrom (eg: 1/1/00) and do not enter anthing for pmDateTo.
    That seems to work.

  • Question on MAXTIME parameter on queue registration

    Hi
       I have a question regarding value of parameter MAXTIME - while registering for queues in XI . My intention is to prioritize queues - XBTA, XBTG, XBTZ with the *A queue having the maximum priority and the *Z having the least. Should I give a high value in seconds for the *A and a least value for *Z queue ? I read the definition of MAXTIME - as <b>'The MAXTIME parameter determines the time in seconds that is scheduled for processing a queue'</b> .
    So, based on the above definition , should we give a higher value of MAZTIME for queues with higher priority - could somebody elaborate ?

    Hi KARTHIK MATHRUBOOTHAM ,
    These r the details Queues Prioritization:
    Queues for Prioritized Message Processing
    http://help.sap.com/saphelp_nw04/helpdata/en/04/827440c36ed562e10000000a155106/content.htm
    Queue prioritization for XI processing queues uses a built in feature of qRFC. By specifying the maximum processing time for a queue, u can define how much  processing time a specific queue will get(this works like a time-scheduling procedure, time slicing). U can use this feature to add queues for high-priority and low-priority messages(for inbound and outbound processing). These queues are then named, for example XBT1* or XBT9* for inbound EO processing  and XBTA, XBTZ for outbound EO processing.
    This function uses the message filter concept and can be configured in transaction SXMB_ADM. U can define message filters for specific message attributes such as sender/reciever service, interface and so on. A filter can also be dependent on the message size.
    This function can also be useful in situations where a queue backlog needs to be processed, due to a system error or an error on the reciever side, for example. In this case, u can use a Prioritized queue for urgent messages that must be processed immediately, without having to process the whole back-log first.
    How to prioritize XI messages on the integration server
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20bb9649-e86e-2910-7aa9-88ed4972a5f6
    The parameter QualityOfService specifies how the Integration Engine should process a message. The following values are permitted:
    1)BE(Best Effort: synchronous processing). If QualityOfService is BE, the client is sent the final status for the processing.
    2)EO(Exactly Once: asynchronous processing with guaranteed execution exactly once). If QualityOfService is EO,processing occurs asynchronously and the client only recieves a confirmation of reciept with HTTP status '200'.
    3)EOIO(Exactly Once in Order: asynchronous processing using queues, that is, guaranteed execution exactly once and maintaining the sequence of successive messages). If QualityOfService is EOIO,processing occurs asynchronously and the client only recieves a confirmation of reciept with HTTP status '200'.
    Since u had choosen EOIO ,You must also define a queue name for EOIO:
    XI.QueueId=<QueueName>
    This queue name is used in the Integration Engine to process messages in the same sequence that they arrived in.
    This QueueName can consist of a maximum of 16 characters. If the first 8 characters contain 'SAP_ALE_', these r removed since this value is reserved by SAP and used internally.
    If a value is not specified for QualityOfService , the default value 'BE' is used.
    These r following websites which u wil find helpful:
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/00453c91f37151e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8f/d906d01f77fa40a4c84683c3f8326f/content.htm
    http://documentation.softwareag.com/crossvision/xie311/admin/config.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5bd8ca52244
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • O7_dictionary_accessibilty parameter : does it influence the security of the DB ?

    o7_dictionary_accessibilty parameter : does it influence the security of the DB ? If yes, how ? If no, why not ?
    Thanx a lot !
    Regards,
    Luc

    The o7_dictionary_accessibility parameter can be used to prevent (if set to false) the viewing of the data dictionary (SYS tables and views) by users with an "ANY" privilege (e.g. SELECT ANY TABLE). If set to false, then a user must be granted explicit access to a SYS object or through the roles SELECT_CATALOG_ROLE, EXECUTE_CATALOG_ROLE, and DELETE_CATALOG_ROLE.
    Oracle9i provides the privilege SELECT ANY DICTIONARY (Oracle9i) which gives access to the entire data dictionary (SYS tables and views). The role SELECT_CATALOG_ROLE limits access to SYS views.

  • AIR-ANT2430V-R & AIR-ANT5140V-R height limitation

    Hi,
    Can anybody provide me any information regarding height limitation for installing the above ceiling mounted antennas.  And is there a separation between the 2 antennas when mounted in the ceiling.
    Regards,

    mcaoile: we value you rate useful replies.
    You can use triangle laws.
    You have to keep in your mind that as the beamwidth is only 60 degrees, and depending on the height of the AP, the users standing directly under the AP or close to the point directly under the AP may not get proper signal. The reason why is the AP is not senidng the signal directly below it.
    Triangle laws can tell you for specific AP height, at what horizontal distance (approximate) the users can get proper signal.
    One relationship between the AP height and horizontal distance can be
    tan (VBW/2) = H/L
    where
    VBW: vertical beam width.
    H = AP height.
    L = horitontal length of the AP signal.
    suppose we put the AP at height 7 meters with vertical beamwidth of 60 degrees and we want to know what horizontal distance the users will start getting good coverage. Now the equation will be:
    tan (60/2) = 7/L
    L = 7/tan(30)
    L =~ 7/0.577
    L =~ 12 meters.
    Now, if the AP is at 7 meter height you know users at 12 meters distance from the AP will get proper signal. (7 - 11 meters from the AP may probably still get adequate signal. (practically, real distance may be 1/3 or 1/2 closer to the AP. If AP height is close enough to the calculated L that may indicate you can get good signal just under the AP).
    This is optimal claclulation but in practice you'll surely find closer users are getting also good signal. However, 12 meters guarantees good signal. moving closer to the AP than 12 meters will cause signal degradation gradually until (possibly) you reach a point where signal is not that good. Depending on the antenna and the height you may reach blind area closer to the AP with no RF signal.
    Using same equaiton with 60 degrees VBM, we'll find that:
    If AP put at
    3 meters height then L =~ 5.2 m.
    2 meters height then L =~ 3.5 m.
    10 meters height then L =~ 17.3 m.
    With 3 meters height you may get adequate signal starting
    Hope this is useful to you.
    Regards,
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • Pass a struct type parameter to dll

    Hi
    I have a 3rd party dll, which has a function that expects a struct parameter. The struct looks like this:
    typedef struct _FIFO_RECORDW {
        ULONG  PortAddr;
        ULONG   NumPorts;
        USHORT Buf[1];
    } FIFO_RECORDW, *PFIFO_RECORDW;
    So the 3rd member is an array. When I call this function normally from C, my code which works properly looks like this:
    PFIFO_RECORDW pRead_fifo;
    pRead_fifo = (PFIFO_RECORDW)malloc( 2 * sizeof(ULONG) + sizeof(USHORT)* 32768);
    pRead_fifo->PortAddr = ATA_DATA;
    pRead_fifo->NumPorts = (16384);
    ReadPortWFIFO ( hw_ctrl, pRead_fifo); // THIS IS THE ONE WHICH I WANT TO CALL FROM LABVIEW
    Basically ReadPortWFIFO reads WORDs from a port and puts them into Buf[ ]. So as I said, called from C code it works.
    The problem is, that I want to call this function from LabView. I tried the following things, regarding the second parameter:
    1. I created a cluster which looks the same as this C struct. Then I used a Flatten to String, and I made a CString from it. I did it as it is described in "Using external code in LabView.pdf / Using the Flatten to String function" I passed this C string as a C string from the CLFN to the function. Does not work.
    2. Same way, but from the flattened string I created an array of U8, and passed it as an Array from the CLFN to the function. (As array data pointer). Does not work too.
    3. Then I connected the already created cluster to the CLFN as a parameter. I set the parameter type to "Adapt to type" and the data format to "Handles by value". No success.
    Using any of these 3 variations will call the function without crashing LabView, so I think there is no memory allocation problem happening. But it looks always that the function is not executed. For sure that is a problem with the second parameter.
    I would appreciate your help.
    regards
    Gyula 

    Hi tbob,
    I Tried what you wrote, but something is still not working. So I decided to call ReadPortWFIFO from C, and look how the struct look like. The first address is Buf[i-16], while I wanted to know how the two other U32 parameter are displayed, and maybe some header information about the struct. The part of the code is this:
    ReadPortWFIFO (hw_ctrl, pRead_fifo);
        for(i=0; i<100; i++){
        ptrdataA[i]=pRead_fifo->Buf[i-16];
    Then I call a dummy function ParamCompare() from labview, passing the same parameter as ReadPortWFIFO() needs. I fill a similar array as before (also pre-initialized in LV), to find the difference between the two parameter passing.  
    extern "C" __declspec(dllexport) void ParamCompare(HANDLE hw_ctrl, PFIFO_RECORDW pRead_fifo, USHORT *Array){
     ULONG i;
     for(i=0; i<100; i++){
      Array[i]=pRead_fifo->Buf[i-16];
    The array called ptrdataA (USHORT in HEX, note that Buf[] is USHORT type with 2048=0x0800 elements) in the first column. The one filled by the ParamCompare() is in the second column.
    [0x0000]    [0x0000]
    [0x0000]    [0x0000]
    [0x0000]    [0x0000]
    [0x0000]    [0x0000]
    [0x0008]    [0x0000] - here...what is 0x0008? Differs.
    [0x0100]    [0x0000] - differs
    [0x0001]    [0x0000] - differs
    [0x0000]    [0x0000]
    [0x002C]    [0x0000] - differs***
    [0x0000]    [0x0000]
    [0xFDFD]    [0x0000] - differs
    [0xFDFD]    [0x0000] - differs
    [0x0170]    [0x0170] - LO word of PortAddr. OK!
    [0x0000]    [0x0000] - HI word of PortAddr. OK!
    [0x0800]    [0x0800] - LO word of NumBytes. OK!
    [0x0000]    [0x0000] - HI word of NumBytes. OK!
    [0xXXXX]    [0xXXXX] - This is already the Buf[0], also OK!
    What are the first 12 words of the first array? Maybe these have nothing to do with the parameter, they are something else for the C code from the memory. And the value of the word which I marked with *** is incremented at each call. (?)
    The fact is, when I call this func from C, it works, called from LV not. I don´t want to write a 2nd dll which calls this function. I want to use it directly from LabView.
    Any idea? Or is it fool what I wrote? I am just curious...

  • Passing file location as URL parameter for xml query

    Hi all,
    A quick question regarding using a parameter to set the source URL in an XML query template.
    When assigning the URL, the static text works perfectly eg:
    //<servername>/<folder>/samplefile.xml . The xml is returned as required.
    However, we wish to call this from a BLS txn and set the source URL dynamically.
    To test this we assigned //<servername>/<folder>/samplefile.xml to Parameter no 1 and insert [Param.1] in the source URL field. No luck.
    Any suggestions?
    Cheers
    Mark

    Mark,
    In BLS, the double slashes (escaping the single /) are only necessary if you are building the full http url string in the link editor.
    If your XMLQuery template is something like http://localhost/Folder/Subfolder/[Param.1] then put in a default param value in the query template and make sure the query test works.  Then configure (or reconfigure) this in your BLS transaction and generate the sample results.  All you should have to do in BLS then is to assign your Transaction or Local property to the Param.1 link in your XMLQuery action block.  All of the dynamic replacement and subsequent xml file retrieval should then be done by the XMLQuery itself.
    If you can keep the majority of the URL in the XMLQuery itself and then just dynamically pass it the Param.1 piece it will be very easy to test and configure (also use localhost if the file lives on the xMII web server), but if you have to build the string external in BLS I would recommend using a combination of the expression editor and a Local property.  If the Local string property contains the base of http://localhost/Folder/Subfolder/ (no quotes or character escaping needed for the default value of a string property) then just assign something like the following to your Param.1 property of the XMLQuery:  Local.URLBase & "filename.xml" (a simple evaluate will confirm your efforts).
    Regards,
    Jeremy

Maybe you are looking for

  • Support of PL/SQL Functions in Data Modeler

    Hello, Sorry if this question has already been answered, I searched the forum but got 215 hits on data modeler + pl/sql functions. So my question is: Stored Procedures are already supported by the physical model (11g) of data modeler, but I could not

  • Clip Notes

    When I export a clip note file from Premiere CS4 the comments box in the pdf file has a complete speech transcript from the original video under the heading [Sender]. When the notes are then re-imported to the sequence timeline I get a marker point f

  • The disp+work process of my portal server can't start

    Hi help me! the trace: trc file: "dev_disp", trc level: 1, release: "700" sysno      00 sid        EP7 systemid   560 (PC with Windows NT) relno      7000 patchlevel 0 patchno    146 intno      20050900 make:      multithreaded, Unicode, optimized pi

  • Livecache on MAXDB AIX install error

    Hi Currently we have an SCM DB running on Oracle(DSC) and a livecache system (DLC) running on MAXDB on our AIX server. I have installed another SCM DB on oracle (SCD) on an NT. The livecache system will be running on the AIX server mentioned above on

  • Firefox fails to print to .pdf or paper

    FF is driving me batty... I used to be able to print to .pdf or paper just fine, but around 6 months (or so) ago this functionality vanished. Print dialogue appears, allows me to format layout, pages, etc, but when I click "OK"... no joy. The very fi