Search results

  1. J

    Colour selected row

    Field Color Or you could try doing a row-display trigger: ASSIGN TableName.FieldName:FGCOLOR IN BROWSE myBrowser = 12. ASSIGN TableName.Fieldname2:FGCOLOR IN BROWSE boptions = 12.
  2. J

    Report Builder

    I want to display my page number on a Report Builder Report like so: Page 4 of 35. Is there any way to get the total amount of pages of a report?? I found that you can not use an aggragate with the function for Page# progress supplies. Any suggestions? Jenifer
  3. J

    Report Builder / images

    Hello, I am trying to redirect a report to save as a .gif or .jpg. I have a reporting screen on a progress screen and then it runs report builder to create the report. I have been sucessful in creating .pdf files but that is it. Does anyone know if there is a way to say the reports as an...
  4. J

    Animation

    That is a good site, but I'm not finding trouble finding animations. i an having trouble finding an ocx to make them work on progress gui
  5. J

    Animation

    I wanted to display an image of a man running accross my screen while the computer is thinking just to give the user something other than the hourglass to look at. Does anyone know where I could obtain good animation ocx's for progress 9.x ? Jenie
  6. J

    Using word through Progress

    I am doing a project which requires passing information into a word doc. I was wondering if anyone has any of the commands to do so, or a good link that I could look this up. Thanks, Jenie
  7. J

    Allowing Users to easily clear a date field

    Why not just - Delete Why not just do a keyboard event trigger using the delete key. the trigger would be called: DELETE-CHARACTER. on choose of delete button you can: assign self:screen-value = ?. You can make this trigger go off any way you wish by calling it: apply...
  8. J

    HTML / Java Script

    On the submit of a form I also want it to clear the fields on my form to a blank screen-value. Is there a way to do so?
  9. J

    Multi Selection - SL-List

    Thanx!! That is a great idea. Thanks! Jenie :awink:
  10. J

    Multi Selection - SL-List

    Thanks. Jenie
  11. J

    Multi Selection - SL-List

    Is there a way to manually turn multiple selection on or off in a selection list? I would like to use the same selection list for two instances of data, but there is a slight issue. For one instance it must be multi selectable and for the other the user must only be able to select one item at...
  12. J

    X Marks the Spot (Exit)

    What about dialogue boxes? Chris's code ened up working... but it was for a window. What about a dialogue box. Jenie:awink:
  13. J

    X Marks the Spot (Exit)

    Hey Raymond Hey there, Thanks for responding. The truth is my code did not disable or deactivate my X. I did give them a way out. There is an exit button..... No unfortunatly where I work does not use smart objects. I wish they did! Right now it is standard preference by my boss not...
  14. J

    X Marks the Spot (Exit)

    Thanx I am a bit confused where to put this stuff though. I have tried what you said... but I'm lost. Should it go in th main block? I am working on a dialogue box right now. Here is my main block. &ANALYZE-SUSPEND _UIB-CODE-BLOCK _CUSTOM _MAIN-BLOCK Dialog-Frame /*...
  15. J

    X Marks the Spot (Exit)

    Thanks Thanks Raymond , I'll check it out. Jenie
  16. J

    X Marks the Spot (Exit)

    Thanx Thanx I'll check it out :) Jenie
  17. J

    X Marks the Spot (Exit)

    :rolleyes: Hey there, I have been working on a program for a while. One of the biggest problems I fear is the user clicking the "X" in the top right hand corner instead of exiting out of the screens correctly. I tried to capture the action, but I can't figure it out. I have seen some...
  18. J

    Multiple selection in a selection list

    Hey there, I have a screen that lists a set of notes in a selectionlist. I want to give the user ability to print selected notes. Todo this I used the Multiple selection function. The problem is for printing purposes I need to know how many notes have been selected. I can't use the...
  19. J

    Report Builder

    Hey thanks for the suggestion. It didn't work too well, but I found the function "Right-Trim" It worked perfect. <-I don't know why I never notived it before. :) Thanks!
  20. J

    Report Builder

    I use Report Builder for all our our reporting needs. I a decimal field that displays the quantity of bill units. Some bill units are whole numbers, some have 2 decimal places, some have 4 decimal places. THe peopblem is I only want to display the field to the amount of places the field...
Back
Top