Search results

  1. B

    Combo Box Maddness

    Now how do I return multiple fields after submit. It is set up now to only return one value: Which was defined in the select name: The goal here is to select the client, and return rates and also show the employee who handles the selected client. these are in different tables ... So what do I...
  2. B

    Combo Box Maddness

    I am creating a webspeed application that will have a combo box to show the Customers name. My goal is to have it return the following after you submit your choice: 1. Customer Name 2. Rate 3. Associate(person who handles this account) So what is required to get this to return those values...
  3. B

    Help

    If I were to Create a Web Report, what would I use? APP Builder? EDIT< I answered my own question, I goto App Builder > Tools > Webtools
  4. B

    What would you suggest?

    I am getting an error when we try to print invoices, It was working with this: FOR FIRST clients WHERE clients.client_id = w-client NO-LOCK: FOR EACH client-totals WHERE client-totals.client_invoice_no BEGINS (clients.invoice-prefix + string(w-fs-yr,"99")) NO-LOCK...
  5. B

    ADM2 smart objects

    I apologize for not understanding the original post. This is not an E-Book. And it is not free. It is a very helpful resource, and I would highly recommend it to anyone wanting to learn more about the ADM2 side of things.
  6. B

    ADM2 smart objects

    The President of our company has written a book titled "Coding Smart, everything you ever wanted to know about Progress ADM2 but were afraid to ask." I have found this very helpful. It covers in detail all about Smart Objects. Here is a link if you are interested...
  7. B

    Widget windows help for a Noob!

    Yes, I got it. Thank you all for the help. I never compiled, and It still had the outdated .r files, that was part of the problem. But ultimately I just commented out the QUIT statement. I guess part of learning is messing up and breaking things.:blush:
  8. B

    Widget windows help for a Noob!

    Anyone? C'mon this should be a no-brainer for you guys.
  9. B

    Widget windows help for a Noob!

    I am the new guy here and I am playing around with some old programs in Progress 9.1E. My problem is, (besides being fresh to all this) that I have the main program, call it "main.w" and then I have another window that opens from the menu of main.w My question is, what do I need to tell it...
Back
Top