Search results

  1. Yohn

    Comparing fields

    Hy I have doing some buffer compare, and I need save result in list. My question is how can I write these changes in other table. For example if I have to change customer records, fields name and address, then I need to compare old record with new and write that new record in other table, but...
  2. Yohn

    Resizing Dialog-Frame

    Hy. I need re size frame dialog-frame using input parameters. What is best way to that. When I call program i send him a file, and 2 parameters for wight and height.
  3. Yohn

    Dynamic window frame

    Hy. I have program for universal list. I choose file and then insert it in that program, and print from it. I want that program size re-sizes frame depending of document loaded to him. If I have just 2 rows of text then window program re-sizes to that size plus buttons. thx.
  4. Yohn

    Writing changes to another table

    Hy. I have to record all changes made on program. For exampe I want if I change some record that I save in other table name of user, date, and what the user changed. thanks.
  5. Yohn

    GET statement

    Hy. Can I use GET statement for find some record in table and compare it with fill in value. How do I do that? I use ON ANY-PRINTABLE OF statement.
  6. Yohn

    Find with GET statement

    Hy. I had to create find with GET statement. I have opened query, and I had to use GET to find record. I use one field in witch i enter letter, and had column and rows above it. When I start typing it must matches record with field in. thx.
  7. Yohn

    Running under Windows 7 64bit

    Hy. I use Windows 7 64 bit. I installed Progress 10.1c SP4 and when I use RUN in Procedure Editor I retrieve error: ** "" was not found. (293). Can anybody help me. thx.
  8. Yohn

    Reposition

    Hi, I have next situation: I have button that opens searching browse with 2 columns. On that brows I have variable what. when I start typing letters It must scroll trough the column depending what letter or set of letters I enter. For example when I start typing mus it must find first record...
  9. Yohn

    Color coding in 10.1c

    Can someone tell me how do I enable color coding in v. 10.1c? thx
  10. Yohn

    text in red color

    Hy, I want to know how do I color text in some row. For example when customer.active = no, I want that that costumer displays with red text. thx.
  11. Yohn

    Manipulating with browsers

    Hy. My question is what is best way to manipulate data to be transfer from one browse of one program to another browser in program which calls that browser. Example of that - main program with browsers Costumer, and other browser for Customer products - I have to make a program who searches for...
  12. Yohn

    Removing records from combo-box

    Hy. How do I remove record from combo-box, when i change some other parameters in my application. For example - when I click on other combo-box, and take some value - the other combo box removes his value and disables. thx.
  13. Yohn

    reposition-to-rowid

    Hy. I have problem: I don't know how to when I have browse and on double click on it, it just close and position on browser in main window. I have main window, and on that window I have button search. When I fire it opens dialog box with fill in, and browse. In fill in I write words, and then...
  14. Yohn

    Countug words

    Hy! My problem is: I need to find user in table users. How to count letter by letter and combine it with letters in database, so if I enter wrong letter he would tell me that. thx.
  15. Yohn

    Disabling window behind

    Hy, anyone knows how disable main window on main-program when I cal other program by clicking on button which is on main-program. thx.
  16. Yohn

    Conting days

    Hy! I need help about how to count days. I need to print a list of some records, but on each activity I have a date. now my job is to when I insert some date in fil in in my frame it needs to list all jobs from that day and next 10 day forward. Anybody knows solution. thx.
  17. Yohn

    Message in Status-Area

    Hy, how do I put some text in Status Area? thx.
  18. Yohn

    export to excel

    I have two browse. One has list of banks, and other has list of documents that are connected with bank browse. I have to export to excel selected records of selected browsers. How I do that? thx.
  19. Yohn

    Search

    Hy! What is the best way to search for some data? START-SEARCH or something else?
  20. Yohn

    calculatin week

    Hy. I have something like this: iMjesec = MONTH(TODAY). IF iMjesec = 13 THEN iMjesec = 1. I have to take records weekly of current month, not monthly. How do I do that. I'm new in this programing. :) thx.
Top