Search results

  1. K

    SmartFolder question

    Hi all, Smartfolder seems only work with smartobjects. How can I put some standard widgets such as fill-in or button to different page of a folder in order to gain extra space of the screen?? Thank you alot.
  2. K

    Finding 18 years-old birthday

    Is there a function to find the 18th birthday of a person? Thx.
  3. K

    Double-Byte Enabled Progress?

    Does anyone heard of it? Is it an additional module? Can it solve the problem of exporting strange characters of the string fields? Thx.
  4. K

    SmartPanel - Add record

    I have a smartwindow containing a smartbrowser, a smartviewer and a smartpanel. While updating the fill-in in the smartviewer, how can I know I am now adding a new record or I am now updating an existing record? I am using Progress 8.3B. Thank you.
  5. K

    Smart Objects Problem

    Hi fellows, After I create a smart window with a smart browser, a smart viewer and a smart panel, how can I add a search function for the browser so that the user no need to press a thousand times of page-down if the target record is at the bottom of the table?? Thank you alot.
  6. K

    Run .r much faster??

    I have an query: running a .r is much faster than .p? do we really necessary to recompile all the program in order to avoid CRC error??
  7. K

    How to display a record in a browser?

    Hi peggers, I want to show some records from a temp table with a browser. I get the message "cannot display since no row is selected". Anyone can help me?? please!!:blue: :confused:
  8. K

    Anything like ListBox of VB in Progress?

    Dear guys, I have a program which reads a text file and updates a table. Firstly the records in the source file will be stored to a temp table for verification purpose before actual update to the table. Now I want to display the records created in the temp table to let the user know what...
  9. K

    How to make a form visible?

    If the form is just hidden before? Thank you.
  10. K

    Can I locked a input widget instead of disable it??

    Can I locked a input widget instead of disable it??
  11. K

    Appear on top thread writer list!!

    This is my 25th thread/reply here, and so my name should be appear on the top thread writer list!! So excited, yeah!!
  12. K

    Icon question

    Can anyone tell me how to add an icon after a statement I type here?? Thank alot.
  13. K

    Dynamic Looping

    Is it possible to write a dynamic for each loop to display records on different sorting fields based on variable conditions?? i.e. when condition 1: for each table1 by field1: disp field1 field2. end. when condition 2: for each table1 by field2: disp...
  14. K

    can't find include file

    when I try to include a file, it always says .i was not found even I change the path already. I don't want to hard-code the path, how can I specify the path in a dynamic way?? start-up = "c:\library". RUN SetCurrentDirectoryA (INPUT start-up). {getaddr1.i &table-name = "company"}.
  15. K

    Can I use SQL statement in Progress?

    Can anyone tell me if I can use SQL statement in Progress? For example, I tried writing the follow statement aiming at find the number of records in a table but can't compile. def var a as int. a = select count(*) from table table_a. But it is okay just to type select count(*).....to...
  16. K

    Calculating Age

    Any smart guy can suggest how to caluculate the age in a smart way? I think of the follows but it has discrepancy when there are leap years between the birthday and today. age = (today - birthday) / 365.
  17. K

    Can't load some pics

    Dear all, While I am browsing around the internet, I often find that some pics can't be loaded and red crosses come out at these positions. Anyone can tell me why and is there any recommendation? Thanks.
  18. K

    Great Site!!

    Hello all, This is an indispensible website for progress developers all around the world. I find so much treasurious information here!!. :chat:
  19. K

    Optional Input Parameter

    Hi all guys, Is there a way to define an input parameter as optional in progress? Thanks, Kenneth
Top