CR seems remember last time data field length

Hi.Everyone:
Is there anyone have a problem when I use CR 2008 to preview XML data.
If I preview a field (ex:name "abcde"), then save it .
Next time when I open template with name field change to "crystalreport"
CR template will only display first five character i.e "cryst"
So what's wong? any option controls this?
If anyone have a solution. It'll be really appreciated.
Regards
Johnny

It seems doesn't work. "Can Gow" Option let you extend the frame size  if data is more  bigger than the frame. but with my case.
Even data is short than the frame . It still doesn't show up..
Anyone else have any idea? or it's because XML driver characteristic?
so now every time before I save, I have to read a XML file with all field filled with data in maximum length.
It's really bothering..
Johnny

Similar Messages

  • Does Address book has a Last Modified Date field?

    Hi
    Please can you let me know if Address book has a Last Modified Date field? I'd like to know what date I have last modified my address book records. I checked Preferences but not able to find it there.
    Thank you.

    Sorry, but there is no such field in Address Book. If you select an individual entry in Address Book, you will see to the lower-right an "Updated" field with the date that entry was last updated. This is not true for all entries, but nearly all. There seems to be a point after which you've entered text in the Note field that the "Updated" field will no longer appear when you select an entry, but it's not documented.

  • Date field Length in Java Webdynpro

    Hi Experts,
    I have a strange case.
    I created a new filed in the infotype 0175: ZZDAT  like the standard field AUSGD  (type DATS length 8)
    I modified the ESS view and added the new fields.
    The view is working perfectly, the data is transfered between the databse and the webdynpro, the only problem is, that the user can't enter the date manually, because  last point after the day can't be entered: e.g.: 2010.01.01 instead of 2010.01.01.
    If the user uses the search help, and selects the date form the popup calendar, then the date format is correct: 2010.01.01.
    (there is a point after the DAY ) I tried to change the field length manually but still, the last point after the day can't be entered.
    Can you please help me to find out what is the problem?
    Thanks
    N.

    Unfortunatelly this doesn'T help at all.
    I reimported the data element, and restarted the server, but the result is the same. I can'T enter the date manually..
    To be honest, i'm fed up with this stupid java webdynpro.  I hope  there is a special place in hell, for the people who invented this....
    Anyway, I think the only solution here is to limit the field, capabilities. I'll try to set the Date picker as the only input way... I hope this is possible... it's easy in ABAP I just hope that java can do this the same "non-somplicated" way.
    If you have any idea how to do this I'll be very greatfull for any kind of help.
    Bye
    N.

  • Cumulation of time data field

    Hi experts,
    I have a problem in my program , in internal table am getting different time data .
    eg : 1st  row 011000
           2nd       001000 
           3rd        091000
          like this am getting some records i want add this all records as one record but this field type is tims , can't add in sum . am trying to add it to a variable type time but it is allowing me to add upto 24:00:00 only. if i take a char type there am getting again conversion problem.
    can anyone please help me in this regard it is very urgent.
    awaiting for u r reply.
    Regards,
    Vasu

    Hi Vasu,
    Check the below logic.
    data : begin of g_t_times occurs 0,
            time type sy-uzeit,
           end of g_t_times.
    data : l_diff type p.
    data : l_total type p.
    data : l_default type sy-uzeit value '000000'.
    data : l_hours type i.
    data : l_mins  type i.
    data : l_sec type i.
    start-of-selection.
      g_t_times-time = sy-uzeit - 3.
      append g_t_times.
      g_t_times-time = '123107'.
      append g_t_times.
      g_t_times-time = sy-uzeit + 4.
      append g_t_times.
      loop at g_t_times.
          l_diff = g_T_times-time - l_default.
          l_total = l_total + l_diff.
       endloop.
    * Get Hours/Minutes/Seconds
      l_hours = trunc( l_total / 3600 ).
      l_total = l_total - l_hours * 3600.
      l_mins = trunc( l_total / 60 ).
      l_sec = l_total - l_mins * 60.
      write : / l_hours, / l_mins, / l_sec.
    Hope this is helpful.
    Thanks,
    Pavan

  • Time/Date Field Not Returned in PDF

    I have created a very simple form in LiveCycle Designer 8.0. The form enables the user to input data into columns labeled "name," "change type," and "change date." I used the date/time object for the "change date" row fields.
    When my testers (using Acrobat 7.0) email the saved form back to me, all of the fields are populated with the information they entered, except the "change date" column fields. I asked if they used the flyout calendar or typed in the date manually, and all used the calendar.
    Is this a compatibility issue, or is there something I need to do to bind the chose value to the field when the form is saved?

    The issue with the time portion of date field not displaying in Data tab of a Table window has been posted before - see date format while browsing data
    I still get the problem in v1215 connecting to either 9i or 10g databases. Note that this problem does not happen in the SQL Worksheet results area, so simply querying the table data with a select doesn't test this.
    As for Ctrl-C, Ctrl-V changing the date format to MM/DD/YYYY HH24:MI:SS when copying data out of the SQL Worksheet Results - I also still get this in v1215.

  • Still on the inclusion of the time/date field into the spreadsheet file, with 2 real values?

    I have tried to convert the 2 real values to decimal strings, and then taken these 2 values, as well as the date/time strings, put it into an array, converted the array to decimal number, and plugged it into the 1D input of the spreadsheet vi. However, for the date and time, i get the first part only, in a decimal.i.e,for 12:30pm-->12.0000 and for 23/04/2001-->23.0000.
    How can i get the right values, show me an example if u can.
    Thanks.

    1- Open write to spreadsheet file vi.
    2- Save a copy as "Write string array to spreadsheet.vi" or something.
    3- Open this copy.
    4- Replace the numerical controls in the 1D and 2D arrays with string controls.
    5- Save this vi
    6- Now you can wire a string array to this vi and have a spreadsheet from there.
    Remember to modify the COPY, and be careful with the format string.

  • Last time refresh data

    How to write a query to determine the last time data of a particular table was refreshed in the database ?

    RTFM [url http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/pseudocolumns007.htm#BABFAFIC]ORA_ROWSCN Pseudocolumn

  • Work flow help - forward a date field by a specified call frequency

    Hi There, I have a 'Last Call Date' field and a 'Call Frequency' picklist with values 'Monthly, Quarterly and Yearly'. I would like to forward another field called 'Next Call Date' according to the call frequency chosen.
    Is it also possible to automatically create a task to make that 'Next Call' and populate my calendar?
    Thanks

    Domenic,
    It won't do what you want it to do, the task due date will only forward from the date the workflow ran. But i do vaguely remember finding in the help files somewhere a way to add to a date. So you could possibly create a new field called forward call date and have the workflow update this date with last call date + x days.
    I found this in the help file under Expression Builder - Today ()
    Today's date and time (for example, 01/02/08 11:15:22).
    It is possible to perform calculations with date-time fields in
    calculated fields. When a number is entered in a date-time
    field, days are represented by integers; hours, minutes and
    seconds are represented by fractions.
    For example, to add one minute to the current date and
    time, use the following expression, which is derived from
    the fact that one day has 1440 minutes:
    Timestamp() + 1/1440
    Can't help any more than this as I've not tried to add to a date field, maybe someone else has another idea?
    Good luck
    cheers
    Alex

  • BEX REPORT:DATE  FIELD THROWING "X"

    Hi,
           We have a report which is being executed on an infoset.The data is being pulled from ECC and SRM systems.There are primarily 2 issues with this report
    1)Purchasing Group descriptions are not being pulled.Instead an abbreviation is being seen in the report.It looks like currently ony short description is being pulled.Is there a way to pull the long description/medium description for this particular infoobject "Purchasing Group ".Please advise on this  issue.
    2)We have date fields, SC create date(Shopping cart),First Approval date and Last Approval date and Requested Delivery date in the report.
    But the issue is First Approval date and Last Approval date fields are throwing up"X" in the report.Also,Some times ,it appears that ,the date field is being populated in the underlying ODS but in the report ,it is throwing up"X"
    Also, some information on the date fields at infoobject level.
    The date field is defined as a keyfigure
    Type/data type is  Date
    Data Type is u201CDEC-Counter or amount field with comma and signu201D
    But whether it should be u201C DATS Date field (YYYYMMDD)stored as char(8) .
    Please provide some resolutions to work around this particular issue.
    If you require further information,I will provide it.
    Thanks,
    Amar

    Hi Amar,
    As far as 'text' is concerned, check the following changes.
    -ensure that medium or long text is maintained for that field.
    -in Bex, under th display tab for that field, select 'text view' as Medium length text or Long length watever is maintained. (its standard by default).
    this should solve your text problem.
    Regards,
    Pritesh

  • Preview field length in DIAdem ascii import assistant too small

    I am evaluating the DIAdem 8.0 software, and cannot seem to get around the field length of the preview in the ascii import assistant. The default field is 10240 bytes, my file header is much larger than this (I don't make the files, I just use them . If I can't see the headers, I cannot properly import the file. Is there a variable available to increase the default size on the preview field? Adjusting the memory options doesn't seem to affect the field size at all...

    Could you ZIP your ASCII file and upload it here, I would like to try to find a solution to your problem and need a file for testing.
    You might want to provide a file with 'uncritical' i.e. non-confidential data, as everybody will be able to download your file once you make it available here.
    I look forward to receiving your file.
    Otmar
    Otmar D. Foehner
    Business Development Manager
    DIAdem and Test Data Management
    National Instruments
    Austin, TX - USA
    "For an optimist the glass is half full, for a pessimist it's half empty, and for an engineer is twice bigger than necessary."

  • Oracle Alert - Last Checked Date

    Hi
    on R11i
    The Oracle user guide states "In the Last Checked field, Oracle Alert displays the last date that this exception condition was checked, if it has been checked.
    I have a few Qs:
    1. Is the Last Checked date field only updated if a scheduled (e.g. set to run every day) periodic alert is successfully run?
    2. Will it be updated if the alert runs successfully but does not send email as no data meets the alert condition?
    3. It appears to me that this field is not updated if a periodic alert with frequency of On Demand is run manually by clicking the Run button. Is this correct?
    4. If 3 is correct, is there anyway of finding out when an On Demand alert was run and by who? If not via the apps then a script.
    thanks for any help
    Sean

    I am using :DATE_LAST_CHECKED in the SQL statement in Oracle Alert Manager while creating an alert. I was wondering how the :DATE_LAST_CHECKED gets populated during runtime.
    Thanks,
    Naveen

  • Last count date conversion

    Hi SAP experts,
    We have a field available in legacy with the last count date (per material and plant). We would like to load this date in the last count date field in MARD table so we can continue our physical inventory schedule for this year. How can we load this last count date in SAP?
    Thanks and regards, Jose Oyon.

    Hi,
    We are using split valued materials and the date of the last count field is in table MCHB (Batch stocks). In the BAPI we are using to load the material master data, this table is not available. MARD and the date of last count field is available in the BAPI so we are okay to load this date of last count field for non-split valued materials. How can we load this field for split valued materials?
    Another concern I have is that we are doing a direct table update by entering this date in MARD or MCHB. Are you guys aware of any negative consequences?
    Thanks and regards, Jose Oyon.

  • How to find the last update date time and user of record field peoplecode

    how to find the last update date time record field peoplecode?
    Thank you.

    One can check the last update date time using the following query
    SELECT LASTUPDDTTM FROM PSPCMPROG WHERE OBJECTVALUE1 LIKE 'RECNAME' AND OBJECTVALUE2 LIKE 'FIELDNAME'

  • Reportable Last Modified Date and Time Field

    Reportable Last Modified Date and Time Field
    Hello,
      We need a reportable RequestCenter 'last modified date/time' database field that is refreshed when the 'Comments and History' field is updated.  Any ideas would be appreciated.  Thanks! 

    No, unless you can use an FTP client.

  • File names with last changed Date and time in a directory

    Hi All.
    I need to get all filename, last changed date, last changed time in a directory. Is there any function module for this?
    Regards,
    Venkat.

    hi,
    if the directory is in any application server try to use this code
    >  DATA: wa_file TYPE zdpp_file_read.
    >  DATA: nomefile(75).
    >  DATA: ext_chek(3).
    >DATA: BEGIN OF wa_file,
    >        dirname     TYPE DIRNAME_AL11, " name of directory
    >        name        TYPE FILENAME_AL11," name of entry
    >        type(10)    TYPE c,            " type of entry.
    >        len(8)      TYPE p,            " length in bytes.
    >        owner(8)    TYPE c,            " owner of the entry.
    >        mtime(6)    TYPE p,            " last mod.date, sec since 1970
    >        mode(9)     TYPE c,            " like "rwx-r-x--x": prot. mode
    >        useable(1)  TYPE c,
    >        subrc(4)    TYPE c,
    >        errno(3)    TYPE c,
    >        errmsg(40)  TYPE c,
    >        mod_date    TYPE d,
    >        mod_time(8) TYPE c,            " hh:mm:ss
    >        seen(1)     TYPE c,
    >        changed(1)  TYPE c,
    >      END OF file.
    >  data: files like wa_file occurs 0 with header line.
    >
    >  CALL FUNCTION 'FILE_GET_NAME'
    >       EXPORTING
    >            client           = sy-mandt
    >            logical_filename = logpath
    >            operating_system = sy-opsys
    >       IMPORTING
    >            file_name        = path
    >       EXCEPTIONS
    >            file_not_found   = 1
    >            OTHERS           = 2.
    >  IF sy-subrc <> 0.
    >    RAISE file_not_found.
    >  ENDIF.
    >
    >  DATA: last_path TYPE i.
    >  DO.
    >    last_path = strlen( path ).
    >    last_path = last_path - 1.
    >    IF pathlast_path(1) = '/' or pathlast_path(1) = '\'.
    >      EXIT.
    >    ELSE.
    >      CLEAR path+last_path(1).
    >    ENDIF.
    >  ENDDO.
    >
    >  MOVE extension TO ext_chek.
    >  TRANSLATE ext_chek TO UPPER CASE.
    >  nomefile = '*'.
    >
    >  CALL 'C_DIR_READ_FINISH'
    >      ID 'ERRNO'  FIELD wa_file-errno
    >      ID 'ERRMSG' FIELD wa_file-errmsg.
    >
    >  CALL 'C_DIR_READ_START' ID 'DIR'    FIELD path
    >                          ID 'FILE'   FIELD nomefile
    >                          ID 'ERRNO'  FIELD wa_file-errno
    >                          ID 'ERRMSG' FIELD wa_file-errmsg.
    >  IF sy-subrc <> 0.
    >    RAISE wrong_directory.
    >  ELSE.
    >
    >    DO.
    >      CLEAR wa_file.
    >
    >      CALL 'C_DIR_READ_NEXT'
    >        ID 'TYPE'   FIELD wa_file-type
    >        ID 'NAME'   FIELD wa_file-name
    >        ID 'MTIME'  FIELD wa_file-mtime
    >        ID 'ERRNO'  FIELD wa_file-errno
    >        ID 'ERRMSG' FIELD wa_file-errmsg.
    >      IF sy-subrc <> 0.
    >        EXIT.
    >      ENDIF.
    >
    >        PERFORM p6_to_date_time_tz(rstr0400) USING wa_file-mtime
    >                                                   wa_file-mod_time
    >                                                   wa_file-mod_date.
    >      MOVE path TO wa_file-dirname.
    >      APPEND wa_file TO files.
    >    ENDDO.
    >  ENDIF.
    >
    >  CALL 'C_DIR_READ_FINISH'
    >      ID 'ERRNO'  FIELD wa_file-errno
    >      ID 'ERRMSG' FIELD wa_file-errmsg.
    bye,
    marco

Maybe you are looking for

  • How can I talk with someone? I have a simple question and it's not answered anywhere in the forums. I have asked it before and repetedly gets swept over

    Where do my files have to be in order to use creative cloud and not have my indesign links break? I'll need to use Indesign on different computers and my images won't be traveling with me... will I need to relink every image every time? this gets way

  • X121e, LCD

    Hi there all, this is my first post as for the first time I own a "ThinkPad". This is so cool device. I love color, keyboard,slim design etc. But as we all know nothing is perfect and no exception here - which is horrible TN display I got with in my

  • Raise Exception in IW31 Transaction

    Hi All, I have a situation that when the user executes IW31 transation, he gets a runtime error RAISE_EXCEPTION. The exception is raised from the program LCUKOF1E line 88. Please help me in analysing this dump. Any inputs on this dump will be helpful

  • JDBC talking to MySQL

    Hi all, I'm using NetBeans 4 as an IDE and i'm having some trouble with MySQL. My program runs fine and i can update field on the MySQL when i'm running the program from within NetBeans but when i run the .jar file externally, there is an error that

  • HTTP Web Proxy using Non Blocking IO

    Resolved Thanks................