Search results

  1. V

    Updating 1 field in an Existing Record

    Hello, I think I have to use a write trigger to accomplish this task. Just curios if there is another method to update this field rather than messing around with the write trigger. I am concerned that because I have don't have the write.p just the write.r that I might be over writing...
  2. V

    How do I find out the length of a decimal field

    Hello, Anyone out there know how to find the lenght of a decimal field. I tried this: DEFINE VAR ckamount AS DECIMAL FORMAT ">>>>>>>>>9.99":U. DEFINE VAR blklen AS INT. ASSIGN blklen = LENGTH(ckamount) I get the error message: Incompatiable datatypes in expression or assigment. Later...
  3. V

    message "how do i return focus to entry Field".

    how do I return focus to a field after I message the user to enter input.
  4. V

    How to add multipule input transactions into a temp table.

    Hello All, I have a question regarding how to add in multipule input transactions into a temp table. The approach I have been using is I set a variable to = 0 then I assign this value to one of the fields in the temp table. This works fine for the first record but there is a minor issue...
  5. V

    Question about input clear

    I trying to figure out how to clear all my input fields. I came across input clear but I am unclear how this would work. Anyone use this to clear out input fields.
  6. V

    how to convert screen value to int.

    I am trying to figure out how to convert a character value of a screen-value to an integer. Is this possible? I thought I read somewhere that screen-values are always character.
  7. V

    cscombox box drop down

    I am new to the whole progress development. I am curious if this is possible. I have two combo boxes pulling data from the same table. If user goes into combox 1 I would like it to set the corresonding value in combobox 2 and vice versa. This doesn't seem like a hard thing.
  8. V

    Temp Table question

    Progress 9.1D Appbuilder I think I just need to be pointed in the right direction. I have user input fields in a progress window that I would like to assign the screen value of the input fields into a temp table. Then would like to be able to display the temp table via a browse. Then I would...
Top