Data base fields in browse mode

Appleworks v 6.2.9
Have data base with 54 fields. List mode fine, but in browse mode
only first 34 are viewable and therefore available for data entry.
When tab key is punched after data entered in 34th field cursor goes
back to 1st field rather than 35th field. Command and down arrow keys
brings up next record. Is there a keyboard shortcut or any other way
to enter data in fields 34-54 in browse mode? Using list mode for
that is too confusing because 1st field identifies record name and
once past 34th field it is no longer viewable.

Hi Frank,
I'm assuming the Layout you are referring to is the default "Layout 1" that AppleWorks creates as you define the fields. This layout, or a "Standard" layout created through the New layout menu item in the Layout menu is a simple list of fields (with labels containing the field name) one above the other in a single column.
AppleWorks Database Layouts are restricted to a single page in the page size defined in Page Setup (File menu). With the default US Letter size page, at around 34 fields, the list runs into the bottom of the page, and no fields created after that are automatically inserted into the layout.
You can place more than 34 fields on a page, but you must contribute to the process.
With Layout 1 (or any other layout you wish to modify) showing, go Layout > Layout to put the document into Layout mode. (You can also do this by pressing shift-command-L.)
In Layout mode, select one or more of the fields (and labels) at the bottom of the page and drag them up and to the right into some empty space on the layout. New fields inserted onto the layout will be inserted in the space between the bottom-most field and the bottom of the layout/page, so the object of this exercise is to open up enough space at the bottom of your layout to insert the remaining 20 fields. It may take more tthan a single step to do this.
When you have all 54 fields on the page, rearrange them in the order and in the locations you want.
Note that the default tab order for a latout is from left to right then top to bottom, starting at the top left. If this order is not suitable, you can override it using the Tab Order... menu item in the Layout menu.
Regards,
Barry

Similar Messages

  • Firm/Trade-off Zone Indicator - Data base field.

    I'm looking for the data base field that holds the Firm/Trade-off Zone Indicator as it displays on the Delivery Scheduling Agreement, Delivery Schedule for Items from ME33L.  The help for the field gives you the same information as for the Firm Zone And Trade-Off zone values in days (stored in EKPO), but this field displays differently for different schedule lines, and is a "1" - indicator for Firm Zone, or a "2" Indicator for Trade-Off Zone.  
    I'm beginning to wonder, is this field dynamic and just determined for display at the time the transaction is done ???
    As in fact the lines within the firm zone are displayed in a different way (with an * following the MRP element data) on MD04.
    But we were trying to determine where (IF) the field indicator is stored, and if so, what is setting it, as "some process" would have to be evaluating all orders as time passes to know they have now come within the firm zone.   If its not just a dynamic field.
    Ruth Jones

    Hi Ruth,
    This one is dynamic (I guess you are wrinting about screen field  RM06E-ETSTA visible e.g. in ME38/ME39 t-code).
    And I guess it is calculated here:
    Include: MM06EFET_ETT_ETSTA
    FORM ETT_ETSTA.
       CLEAR RM06E-ETSTA.
       IF EKPO-ETFZ1 NE 0.
         REFE1 = EKET-EINDT - SY-DATLO - EKPO-ETFZ1.
         IF REFE1 <= 0.
           RM06E-ETSTA = '1'.
           EXIT.
         ENDIF.
       ENDIF.
       IF EKPO-ETFZ2 NE 0.
         REFE1 = EKET-EINDT - SY-DATLO - EKPO-ETFZ2.
         IF REFE1 <= 0.
           RM06E-ETSTA = '2'.
         ENDIF.
       ENDIF.
    ENDFORM.
    I guess you can call this form in your report logic/query and you should get exactly what you need.
    Best Regards,
    Tomek

  • CRM sales order and data base field in R/3

    Where can I see in R/3 that the replicated CRM sales order is created in CRM?
    Is there a field e. g. in the data base table VBAK or VBAP?

    Hi,
    you can find the information in VBAK table in field LOGSYSB, which is the logical system with which document was created.
    Enter the CRM logical system name in this field, and you will find all the orders created in CRM system.
    Regards,
    Susanta

  • Infotype 0041  - Date type field in display mode always

    Hi All,
    Please help in find out solution for the below enhancement
    In infotype 0041 we have date type and date field. We need to make the date type field to be display mode always.
    Thanks for your help in advance.
    Thanks,
    Karthikeyan

    Hi Karthikeyan ,
    Please find the resolution as below :
    Userexit - EXIT_SAPFP50M_001 . In Include ZXPADU01. Write the below code .
    DATA: w_P0041 TYPE P0041.
    IF  ipsyst-massn <> space AND
      ( ipsyst-ioper = 'INS'  OR
        ipsyst-ioper = 'INSS' OR
        ipsyst-ioper = 'COP'  OR
        ipsyst-ioper = 'MOD').
    CASE innnn-infty.
    WHEN '0041'.
    *convert prelp to pnnnn structure
    CALL METHOD CL_HR_PNNNN_TYPE_CAST=>PRELP_TO_PNNNN
    EXPORTING
    PRELP = INNNN
    IMPORTING
    PNNNN = w_P0041 .
    *Here you can have more conditions like for which Action Types you want the
    IT0041 to default .
    w_P0041-dar01 = 'Z1'.
    w_P0041-dar02 = 'Z2'.
    w_P0041-dar03 = 'Z3'.
    *convert pnnnn to prelp structure
    CALL METHOD CL_HR_PNNNN_TYPE_CAST=>pnnnn_to_prelp
    EXPORTING
    PNNNN = w_P0041
    IMPORTING
    PRELP = INNNN.
    *Display mode
    LOOP AT SCREEN.
              IF screen-name = 'P0041-DAR01' OR
                 screen-name = 'P0041-DAR02'  OR
                 screen-name = 'P0041-DAR03'  .
                CLEAR screen-group2.
                screen-input = 0.
                MODIFY SCREEN.
              ENDIF.
            ENDLOOP.
    WHEN OTHERS.
      ENDCASE.
    ENDIF.
    Thanks ,
    Sucharita Das

  • Appleworks freezes when attempting to change a data base field

    In a data base I created, trying to change a number in one field will freeze Appleworks. A number can be entered, but any attempt to delete, add to or change the data in that one field causes a freeze. This does not happen in any other field in this data base, nor in any other document, as far as I know. This is a fairly recent problem, and did not occur when the data base was first created.
    Is there a way to fix this without losing all the data in that field?
    Thanks!

    Hi Yvan,
    I'm sorry, but your link did not help my particular problem.
    Can I make a list of the "freezing" field and an identifying second field, delete the problem field, and then re-enter the data in a newly created field? Being efficient (read lazy) I was trying to get away from having to re-enter all the data. There are only 384 records, but the thought of redoing even one field is mind-numbing.
    Anyone else have a suggestion???
    Thanks!

  • Unanswered Quesition about data base fields

    I posted the below message quite some time ago and have gotten no replies. Is it that it's impossible to do, or just that no one knows the answer?
    I notice in the "select views" menu that there are many data fields in the itunes database that do not show up in the get info tab. I would like to be able to easily enter data into fields such as "description" and "kind" without having to do it in the main grid, which is a pain. Is there any way to get access to these fields in a form such as the get info one?

    The ones you cannot edit are determined by other stuff. For example, Last played, Playcount, Kind, Description are all computed or picke dup from the file itself.
    There some apps which will read the database but you cannot put it back into iTunes.

  • IDOC field to SAP data base field

    Is there any way to find out the field names of SAP database table associated with the IDOC fields??
    I would appreciate for any types of help in this.
    Pranav

    Hi,
    To find inbound FM, you can go to transaction WE57. Go to selection -> by contents (menu), select basic type and enter the corresponding IDoc type. The system will display the corresponding FM(s).
    You can also go to transaction WE64 to find the inbound and outbound FM(s).
    Regards,
    Ferry Lianto

  • PHP updating a data base field issue

    HI
    I am using a multiple select box to allow multuple vales to be selected and entered into the database
    when i add the filed values i use implode to seperate the values with a comma.
      $insertSQL = sprintf("INSERT INTO finance_data (Link_record,Savings_Year, Savings_Trust, Savings_Type, Savings_Amount, Savings_Additional_Notes) VALUES (%s, %s, %s, %s, %s, %s)",
              GetSQLValueString($_POST['inserttracker'], "text"),
                           GetSQLValueString($_POST['Savings_Year'], "text"),
                           GetSQLValueString($_POST['Savings_Trust'], "text"),
                           GetSQLValueString(implode(',', $_POST['Savings_Type']), "text"),
                           GetSQLValueString($_POST['Savings_Amount'], "double"),
                           GetSQLValueString($_POST['Savings_Additional_Notes'], "text"));
    when i then use an update method, the value is shown correctly in the field, however using the same implode to update the field in the same way does not seem to work and instead leaves me with a null value on update
    i tried using different varibles and doing the implode outside of the update even called it something else, but i have had no luck
    update code
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
    $updateSQL = sprintf("UPDATE finance_data SET Link_record=%s, Extended_Index=%s, Savings_Year=%s, Savings_Trust=%s, Savings_Type=
    %s, Savings_Amount=%s, Savings_Additional_Notes=%s WHERE Master_index=%s",
                           GetSQLValueString($_POST['Link_record'], "int"),
                           GetSQLValueString($_POST['Extended_Index'], "text"),
                           GetSQLValueString($_POST['Savings_Year'], "text"),
                           GetSQLValueString($_POST['Savings_Trust'], "text"),
                           GetSQLValueString(implode(',', $_POST['Savings_Type']), "text"),
                           GetSQLValueString($_POST['Savings_Amount'], "double"),
                           GetSQLValueString($_POST['Savings_Additional_Notes'], "text"),
                           GetSQLValueString($_POST['Master_index'], "int"));
    any suggestion would be helpful
    Thanks

    Krazy Maud wrote:
     when i then use an update method, the value is shown correctly in the field, however using the same implode to update the field in the same way does not seem to work and instead leaves me with a null value on update
    Have you checked whether $_POST['Savings_Type'] is an array? The name attribute of the multiple select element needs to have an empty pair of square brackets like this:
    <select name="Savings_Type[]" multiple>

  • Field problems with Data Base

    My daughters is getting her 748 Christmas card list ready and one of the fields will not conform to the font and color change from the menu.
    It will indicate that it is size 18 but when viewed it is much smaller. All other fields conform to the selected size and color.
    This problem is with the input layout as well as our Greeting cards layout.
    We have been using this DB for over 10 years without problems. I have used many very large DB's in my business for years and have never seen this.
    I took a copy of her DB home and tried it on my Mac and same problem.
    Added note:
    When I manually change the individual field in browse mode it will comform, but we don't want to manually change all 748 records.
    Harold
    17" Powerbk 1GB - 2 monitors Mac OS X (10.4.8) 3 external 500GB Lacie HD's / Lacie dual layer burner / iLife6

    Hi Harold,
    Here's a workaround that could turn into a solution.
    Make sure that you're working on a COPY of the database, as there is potential for an error to cause loss of data. The easiest way to create a copy is to do a Save as... and make a small change to the DB name. The newly named version will be the active version, preserving the "old" version from inadvertent changes.
    In the "new" version:
    Go Layout > Define Fields...
    Define a new Calculation type field with the formula 'fieldname' , using the name of the recalcitrant field where I've used fieldname. Set the Display as button to Text (if appropriate).
    Click OK, then Done. (This step is necessary to force the calculation of values for this field,)
    Go Layout > Define fields... (again)
    Click on the "new" field to select it.
    Change its Type to Text (or to whatever type the "old" field was).
    Click Modify, then Done.
    Remove the "old" field from each layout where it appears, and replace it with the "new" field. Set the format in Layout for each occurence of the field.
    Return to Browse, and Print a test page to check the results.
    Regards,
    Barry

  • Problem when saving the Data basis for the Consolidation

    Hi Gurus,
    I am having 2 problems.
    1) When i try to execute the UCWB transaction . It gives an information message
    " Data basis DB needs to be generated (after upgrade) . I am following the procedure given in that "<b>Run maintenance of data basis DB in display mode. Go to the "Data Streams" tab page. Choose the "Generate" button.
    If changes to Customizing settings are permitted in the current system or client, as an alternative you can maintain the data basis in change mode and save. In the case of systems supplied with Customizing transports, as an alternative you can generate the data basis in the source system and then transport it again.</b>
    Even after doing that procedure when i again execute the UCWB. it give me the same message.
    2) when is try to save data basis for the consolidation . it give me this error message.
    "Field 0HC_ATCCODE: This compound differs from that of basic field 0HC_MEDCTG"
    I have checked the referenced Info objects . Checked the compound info objects. Activated them again. They dont differ in any way. but still i get this problem.
    Please help me out. If someone has come across this error and solved. Please help me.
    Regards
    satish

    Hi satish,
    I constantly receive the message like your #2 saying that it was a critical change in X infoobject. It's just a warning and I found several OSS notes saying that this message is not correct. Just ignore it.
    In case of your Q #1. The data basis might be generated in two ways: by pressing Save icon and by clicking the Generate icon (the system refers just to this very option) and then - Save. The last way is used in Productive environment. Try it.
    Hope this helps.

  • Displaying images from MySQL data base

    I'm currently developing a Master/Detail
    page set. The MySQL table containing the Detail information includes a 'blob'  (MIME: image/jpeg  - Attributes - BINARY) for storing a small image. Under phpmyadmin the images show where applicable.
    In my Detail page I display the results in a table. All the values display except the image.
    I selected Insert > Image
    When the 'Select Image Source' dialogue appeared set 'select file name from' to Data source
    Selected the data base field from the established records set
    I left the 'Format' as 'None'
    Clicked OK
    Have I omitted to set something? How does Dreamweaver or the PHP code know hto to render this field?
    Hope someone can make some suggestions to resolve this.
    Thanks
    Cliff
    Other possible useful info:
    Developing on Windows XP
    Dreamweaver CS5
    all versions of MySQL, PHP, Apache, IE8, Dreamweaver up to date.

    In my desparation this morning
    I even tried to set up a mirror of your example witha separate table (just the 3 fields) and even that didn't work. The Proxy member was the same as yours except that the script was changed to LocalPHP.php . Therefore I presume that the error must have been in the webpage. Unfortunately I've since deleted the code so I can't send a copy of what I used.
    The only suggestions I could suggest that may help others that are novices are (1) suggested code for the webpage (2) a diagram illustrating how the elements link or relate to each other. Hope that is thought helpful.
    Thanks again
    Cliff

  • Sales order purchase order field is updated with dots in data base table

    HI
    we have problem in  Production when sale order created
    P O date is update with dots and these dots  we are unable to see at screen and data base table
    we go t change mode of the order and delete the P O field with back space (button)  and saving the order
    when we see the change log of the order
    there it is sowing
    Old value            =        "       .   .     "           
    New Value         =       " 00.00.0000"
    Can any one give the suggetions to come out of this problem
    This is we have noticed with only two customers
    Thanks and regards
    Kishore
    Edited by: DevarapalliKK on Oct 23, 2010 8:43 PM
    Edited by: DevarapalliKK on Oct 23, 2010 8:44 PM

    Hi Kishore,
    Two things could have happened:
    1) Since this is happening with only two customers - I am sure it has got to do with some custom code on your system which is causing this problem. I 'd suggest you to create a new order with all the fields
    2) It could be a bug with SAP- might want to check relevant SAP Notes. ( But this could not be a reason, if yes should have had the same prob with all cusotmers)
    regards
    sadhu kishore

  • Safari autofills login field while in Private Browsing mode (and it shouldn't)

    I've come across a strange behaviour when using Safari in "Private Browsing" mode (under Lion).
    Recently, I'd visited a website which required logging in. Then I logged out, and after some time, tried to log in again. Somehow, my login name (which is an email address) was already in the respective field. "OK, that's strange, and it shouldn't happen," I thought and cleared Safari's Cache and Website Data. Interestingly, this wouldn't work either, and my login info was still accessible to Safari. I then went to Users/.../Library and trashed everything related to Safari that I could find. But to no avail. Now, at this moment I was surprised and a bit frustrated! Then I tried to access the same website using a second Mac. Login field remained unfilled in Safari there. Apparently, this issue is system-specific.
    Obviously, login data had been stored somewhere as a cookie or in a plist file or whatever. Question is, why on Earth does this happen in PRIVATE BROWSING mode, and where exactly this data is being stored? Anyone?
    Thanks!

    History is a permanent record of where you have been. This is not kept when you are using Private browsing. The Back button contains the last sequence of links that you clicked which is not the same as history. The back button site chain will be kept for convenience (else how could you back up in a browsing session?). When you turn off private browsing the back button chain will be discarded. There will be no history and no back button chain.

  • How to control the name of custom field in data base table, added by AET

    Hi,
    I have added the one custom field by Application Enhancement Tool (AET).
    The name of custom field has been added in the data base table as ZZFLD000004 by AET.
    I need to add the some meaningful name like that ZMYPROB.
    How can I control the name of custom field in the database field through AET?
    Thanks,
    Amit

    Got the answer.
    Need to click on the Enable Expert mode, then custom field name will be editable.

  • Creation of field in data base table

    Hi,
      I want to create a field in data base table , which holds the float values but i don't want to use the FLTP data type, why bcoz if i use this data type in selection screen of the table the the field is not appeqring, i dont want to go for the option QUAN bcoz there i need to define the ref table and ref field.
    please explain what is the way to create this field.
    regards
    Krishna

    Use NUMC
    Awrd POints if useful
    Bhupal

Maybe you are looking for

  • DJ 940c: Installed 78XL Cartridge, it works; printer cartridge light off; Toolbox Low Ink warning on

    This is a real workhorse printer and I love it. And looking at this forum, many people feel the same way for everyday color printing. But, on Wednesday, 7/7, I bought a bew HP tri-color cartridge because the old cartridge had run out of yellow ink (f

  • Need help with a java loop and word program

    do you know any way to get a Scanner object to select a random string in a text file? ok pretty much I have a text file that isa list of 5 letter words. I need to select one at random. the only way I could think was to scan the file, get the entire n

  • Windows 2008 R2 SP1 BSOD

    Hi All, Experience BSOD's throughout the business day on an Windows 2008 R2 SP1 x64 terminal server (hosted on an hyper-v 2008 host) but not outside of business hours (thinking its an application / driver issue). Other virtual machines on this host a

  • Can't open a .indd by double clicking in CC

    When I double click an .indd file in Windows Explorer InDesign won't open the file. I always have to open it from the File menu. I use Win8. Any help would be appreciated. Thanks

  • Creating a custom editor for each cell in a Jtable

    camirk, i know its swing ;) so http://forum.java.sun.com/thread.jspa?threadID=652383 im just posting this link here for people who dont read the swing forum but are looking for the same solution hope it helps someone :)