Search results

  1. Arjon M. Policar

    Question Android To Progress

    Dear Masters! Good Day everyone, we have a project now on our company, which is to develop a mobile app android. Our problem is, the database that we were using right now is progress, it is possible Masters to directly access the progress database using android application ? Thank you masters.
  2. Arjon M. Policar

    Question Display Zero @ Decimal Datatype

    Good Day Everyone! I am having trouble on how to stored and display a decimal datatype data with six decimal places but when I display the data only the 2 decimal places is displayed. Ex1: Actual Date : 125.601000 <- I wanted to display and stored it like this. displayed : 125.600000...
  3. Arjon M. Policar

    Question Autocomplete Combo-box

    Greetings Everyone! I am using OpenEdge 11.3, I have a trouble @ my combo-boxes, I want to add Auto-completion to it, to provide my users an easier way to search combo-box data. My problem is I don't find any solutions to my problem. I this two problems: 1. How to define a combo-box...
  4. Arjon M. Policar

    Question Title Case

    Greetings Everyone! I have a problem on how to Title Case our users inputs, for our customer's main details especially Name. Do we have a syntax for this event ? Thank you Teachers.
  5. Arjon M. Policar

    Question Multi Select On Combo-box Widget

    Greetings Everyone!, Masters I have a problem regarding to my new task dealing with multi-selecting on a Combo-Box lists. Masters can you help me for the syntax of multi-selecting a combo-box lists of items. Thank you very much, I am looking forward for your responses Masters.
  6. Arjon M. Policar

    Question Validate Path

    Greetings Everyone! I am using OpenEdge 11.3.1, My user will specified a path where he/she will save the output file. My problem Masters is I have to validate the specified path by the user, if the path existing and if its writable, can you help me Masters ? I am looking forward for...
  7. Arjon M. Policar

    Question Font Size Settings

    Greetings Everyone! I am using OpenEdge 11.3.1, I have a problem on changing the font size settings, I am using the PUTTY to display my application. example DEFINE FRAME f_lnumber t_crow[1] AT ROW 1 COL 1 VIEW-AS TEXT FORMAT "x(70)" FONT 20 WITH FONT 20 NO-LABEL NO-UNDERLINE VIEW-AS...
  8. Arjon M. Policar

    Question Extended Ascii Characters

    Greetings Everyone! I am using OpenEdge 11.3.1, I have a problem on displaying the extended ASCII characters using CHR() function. Please help me masters how to deal with it.
  9. Arjon M. Policar

    Question Browse Header

    Greetings Everyone! I am using OpenEdge 11.3.1, I have a problem in using my Browse with Headers. Masters, it is my first time to display a multiple data's on my browse what the user needs to see the whole data is to navigate the browse by scrolling-vertically but my problem is my header . I...
  10. Arjon M. Policar

    Question Using Browse W/ Conditions

    Greetings Everyone! I am using OpenEdge 11.3.1, I have a problem in using my Browse. example: I have a checkbox chk_name, if chk_name value is checked. I will display name in my browse and if not checked it displays nothing. My Problem is I don't know how to define my browse...
  11. Arjon M. Policar

    Question Focus On Menu

    Greetings Everyone! I am using OpenEdge 11.3.1, I have a problem in dealing with my menu. example: I have a Main Menu named Main_Menu with a SUB-MENU maintenance with a MENU-ITEM sample. MENU-ITEM sample : Will Run Procedure HelloWorld.p . My Problem is, when I exit in Procedure HelloWorld.p...
  12. Arjon M. Policar

    Question Using Browse

    Greetings Everyone! I am using Progress 11.3 I have this problem using the browse widget because one of the field that I want to retrieve contains number, and this numbers represent a character value. This is a simple program that is similar to what I am doing: Database: Table: UserInfo lname =...
  13. Arjon M. Policar

    Question Procedure With Parameter

    Greetings Everyone! I am using progress 11.3. I want to use a procedure that has parameter and returns a specific value, but I don't know how. Can someone teach me? I'm looking forward for your responses. Thank you.
  14. Arjon M. Policar

    Question How To Disable Trigger

    Greetings Everyone! I have this problem related to my last thread about MENUS, now I have an alternate solution on how to use the F3 on my MENUS by using accelerator, but this leads to another problem. Where I cannot use F3 any more under those MENU: To be specific and clear this is my sample...
  15. Arjon M. Policar

    Question On F3 Of Menubar

    Greetings Everyone! Good Day, I am using OpenEdge 11.3, I want to use the F3 function to be able to make the dialogbox appear for the search function, while the focus in on the menuBar. I'm looking forward for your responses Thank you. . .
  16. Arjon M. Policar

    Question Application Compiler Won't Open

    Greeting Everyone! I am using OpenEdge 11.3.1. I have trouble opening the Application Compiler here is my example: After this steps I've done the Application Compiler won't open. I am looking forward for help. Thank you.
  17. Arjon M. Policar

    Question Using Shared Frames

    Greetings Everyone! Can you please give me simple program that uses a shared frame? I am new in progress programming and I am now on this chapter. Thank you .
  18. Arjon M. Policar

    Question Creating And Using Menus

    Hello Everyone!, I'm new in progress programming, can you please help me I just copied this code from the book for creating and using menus but it won't display can you please help me what is missing from this code to diplay the menu. Thank you, I will use it for my example and also for my...
  19. Arjon M. Policar

    Question Using Font Size And Style In Header Of A Msexcel Output

    Greetings! Hello! Everyone, I'm new in progress programming, can you please help me how to change my header font size and font style? I use the MSExcel for my output on my sample program for my practice. Thank you .
Top