Search results

  1. Yohn

    Creating Buttons

    Hy! I have to create Buttons in my window that create letter T in that window, by clicking on Button witch is placed in that window. But only problem is that I have to do it with function. Can someone help me?
  2. Yohn

    Column-searching

    Hy! Anyone knows code or some steps of column-searching. What do I have to do, to have situation when I click on column that column sorts alphabetically. Thanks!
  3. Yohn

    Searching data!

    Hy! How I can set search in browser on right-mouse-click? I have two browsers one with names of companies places, and other one with list of username who is in that place. thx!
  4. Yohn

    reading last digit in number

    Hy! I have to read last digit in 15-digit number. How do I do that? I have to combine that last digit with one digit witch is in another table. thx.
  5. Yohn

    calculatin problem - per cent

    Hy. Does anyone know how to calculate per cent in Progress?
  6. Yohn

    display tt in browse

    Sorry but nothing happens. I still have got sum of row from a row of another temp-table. Syntax is ok, but i don't have result.
  7. Yohn

    display tt in browse

    Hy. I created a temp-table, and i fill that temp-table. How I can display that result in browse. On my mask i draw browse, and I need to display that temp-table. I created browse witch will be a sum of some table row, and on that row i have two or more valutas, (EUR, USD ... ). Code example...
  8. Yohn

    FOR EACH and DO

    Hy. I have button name button3 and on choose of this button it must display a Message displaying Yohn ten times. I try it to do with FOR EACH block, but error cums. code sample: DEFINE VARIABLE iBrojac AS INTEGER NO-UNDO. DEFINE VARIABLE cIme AS CHARACTER NO-UNDO. ON CHOOSE OF Button3...
  9. Yohn

    Message problem

    Hy. I have to display name Yohn ten times in message box when I click on Button. I have to do it with DO variable = 1 TO 10. any ideas how I can do it.
  10. Yohn

    display in browse - problem! help

    Hy! My problem is: I have a browse witch is temp table. One row of that browse is sum of two other rows. Under sum row i draw browse witch is temp table too. In him I want to display the sum of sum row. thx. code example: DEFINE BROWSE brwTT &ANALYZE-SUSPEND _UIB-CODE-BLOCK...
  11. Yohn

    Sorting data!

    Hy! Could anyone tell me how I can sort data in browser, when I click on field? Thanks!
  12. Yohn

    Creating new database

    Hy! I create a new empty database, when I try to connect to it it displays following error: The tables needed to do conversation for the database were not found in convmap.cp. I'm using code page 1250 because I came from Croatian. Thx!
  13. Yohn

    Cancel - help

    Hy! Could you tell me which code I must use to Cancel when I entering new data in my program? thx.
  14. Yohn

    Browse problems

    Hy! This is my problem: I have two tables and primary index on them. I created application in APP builder. I have Browse to display rows of one table, and fields (witch are enabled) of another table. I have to create that when I click on one row in browser, to make changes in field below, and...
  15. Yohn

    fields!!

    Hy! I'm having a problem! This is sample of code: if available (ev-zaduzenja) THEN potpis = CAPS(substring(ev-zaduzenja.korisnik,1,1)) + "." + CAPS(substring(ev-zaduzenja.korisnik,2,1)) + substring(ev-zaduzenja.korisnik,3). and I need to print field naziv from table...
  16. Yohn

    column sort

    Hy! I'm having a table that must be sort alphabetically when I click on some field in that table. How do I do that? Thanks!
  17. Yohn

    Adding new User to program

    Hy I created application updates table users. This starts on button Update. Now I want to create new button called New to insert new User, but with program for update. How I can do this? Code for this button starts like this: on choose of btn_nk do: find last user. create systemuser. run...
  18. Yohn

    Defining a query in appbuilder!

    Thank you!
  19. Yohn

    Defining a query in appbuilder!

    Please tell me how I can create query in appbuilder? thx.
  20. Yohn

    Close frame and return to previous

    sorry! it doesn't work, but thanks anyway.
Back
Top