Search results

  1. 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.
  2. Yohn

    reposition-to-rowid

    ok, thanks. But what do I have to do that program copies result from one program browse to main program to repositioned row in browse of main window. thx.
  3. 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...
  4. Yohn

    Countug words

    Re: Counting words ASSIGN fcustomer. OPEN QUERY brwCustomer FOR EACH Customer WHERE customer.name = fcustomer OR costumer.secoundname = fcustomer NO-LOCK. APPLY "VALUE-CHANGED":U TO BROWSE brwC. IF NOT AVAILABLE Customer THEN MESSAGE "No such customer name...
  5. 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.
  6. Yohn

    Disabling window behind

    Yes, I thing like I used Dialog Box.
  7. 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.
  8. 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.
  9. Yohn

    Message in Status-Area

    Thanks, Tom
  10. Yohn

    Message in Status-Area

    Hy, how do I put some text in Status Area? thx.
  11. 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.
  12. Yohn

    Search

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

    calculatin week

    I look it again, and sad the same thing. It satisfy me, actually. Thanks a lot.
  14. Yohn

    calculatin week

    Re: calculating week I'm trying to display all customer who have birthday next week.
  15. 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.
  16. Yohn

    Date function

    Hy! I have to find all costumers who buy something in period of 1 week. I created program who finds costumers who buy something in period of 1 month next coming month. I define variable iMonth as integer, and i do next: iMonth = MONTH(TODAY) + 1. IF iMonth0 = 13 THEN iMonth = 1. now I have...
  17. Yohn

    Work with variable

    no, but my college want's that I do that on that way. I told him that this is impossible.
  18. Yohn

    Work with variable

    thx, but problem is that I need to do all this with just one variable.
  19. Yohn

    Work with variable

    Hy! I need to wrote Yohn with one variable and display it as nhoY. It need to display that. thx.
  20. Yohn

    Positioning on frame!

    Hy! I need to position on frame, but I need to enter Y and X values in fill in. How do I do that, here is my code: I have a button and on click he calls procedure for creating dynamic button which will be position on frame. procedure create dynamic button on frame: CREATE BUTTON hbtnT...
Back
Top