Search results

  1. C

    Create Excel File

    Good Day guys, Hello I just want to know how to create an excel file in progress build, not just by exporting. Any reply would be so much appreciated. Thanks, Caloy
  2. C

    Database Admin

    Hello Good Guys, How to know the admin user for this particular database. Looking for the user/password of this account. Thanks, Any reply would be so much appreciated.
  3. C

    Question How To Deal With Real Time System?

    Hello good guys, Is it using a timer is the only way to deal with real time system? Example is: When I am on my unit and another user add a data on a different unit, It will appear immediately on my screen that there is a new record added. Thanks, Any reply would be so much appreciated.
  4. C

    Question Openedge Is Not Responding

    Hi good day, I just want to ask, why my progress openedge 10.2b is often not responding especially in the parts where i open a window files(.w), going in data dictionary and in tools>application compiler. I am using a windows 10 as my operating system. Any reply would be so much appreciated...
  5. C

    Question Adm Class

    How to use, and what is the use of creating new ADM CLASS? Please give examples. Any reply would be so much appreciated.
  6. C

    Question Fast Reading

    Good day guys, I just want to know how to make the program works fast, reading the datas in runtime with the codes of many "if's" and "for each" in a value-changed event. Cause, I got this code with many if's and for each, it is like nested for each and every conditions. Any reply would be so...
  7. C

    Question Printing

    How to do automatically the printer will change its font when printing? I notice that the 'Put Control' had works on this? Any reply would be so much appreciated... -Caloykoko
  8. C

    Question Browse & Cell

    I think this is a simple question guys, I got a browse widget, and there is a 2 field(column) that is enabled and the read-only attribute is set to enabled. then i created a button for edit, and once i triggered the button, the two columns read only attribute will be disabled so that i can put...
  9. C

    Question Special Characters

    How to put special characters in an output. I am looking for the check mark character, is there a list of special character with its codes on it? Thanks for the replies guys, like!
  10. C

    Question Control Chr Functions

    Good day sirs, I just want to know how CHR works in printings. Changing the text to a different font styles. Anyway it is just a basic question, from the codes below. FORM HEADER ' ACTIVE REALTY & DEVELOPMENT CORPORATION' AT 1 'Page No. : ' AT 155 PAGE-NUM form "999" '...
  11. C

    Question Round Up

    A basic question guys.. I know how to use round in decimal but in my case is i need to round up an integer whenever it ends in 1. Ex. 191 to 200 1124 to 1230 1242 to 1250 something like this.. Any reply would be so much appreciated. :) thanks
  12. C

    Question Starting Image

    Good day guys, I got this "C:\PROGRESS\OpenEdge102b\bin\prowin32.exe" in front on the target section of my shortcut. But it seems always shows the progress openedge loading image and I think it is because of this parameter in my shortcut, prowin32.exe has something function on this. Just want...
  13. C

    Question Slideshow Images

    Is there a way to create slideshow images without using a particular tool?
  14. C

    Question Increment

    Good day guys, How to do auto increment in the database without updating, assigning or creating this particular field.
  15. C

    Question Try Catch

    Good day guys, Just want to ask, if there is a similar code here like (TRY, CATCH) in vb.net?
  16. C

    Question Integer

    Good day guys, I have a simple question, how can I blank the value of an integer datatype, not like zero(0) as in blank value(). Any answer will be appreciated. I got an solution for this but I just want to know if there is a way blanking the value.
  17. C

    Question Font

    Good day, I edited a font to use it for a text object. But when i run the system still no change at all, just the color. Actually, i cuztomized the font to arial and italicize. I only wanted the text to be italicize, if anyone knows about a code for making a text to italic it would be...
  18. C

    Question Recid

    Good day guys, this is the scenario. I got this syntax: Def var vrecid as recid. For each info_file where vrecid eq recid(info_file) no-lock. Let us say there is a browser where it opens there the query of table info_file and it is on a multiple selection. What I want to ask is, recid is...
  19. C

    Question Printing Compatability.

    Good day sirs, just want to say we converted our OS to windows 10. When we use print in our system, the print doesnt work out. However I look at the codes/syntax on it. Does aderb\_prdef.p do something about this OS version compatability. Or some DOS or OS commands i needed to change?
  20. C

    Question Procedure Editor

    Just want to ask, as client whenever I exit the system the procedure editor comes out. Where can I edit this configuration to off and will not come out anymore.
Top