Search results

  1. B

    Answered Multiple progspec.ini

    We already have one of our database that is on 11.7 and planned to try PDSOE on this server to see how well it will improve our dev life. After that we will see to upgrade every database we have in 11.7. Our editor only certify our ERP for 11.7 for now. I don't know if it's mandatory to test...
  2. B

    Answered Multiple progspec.ini

    Thank you for the tips. We are looking to have it. @Rob Fitzpatrick do you know if it's available for OE10.2B.05 ? I'm sure for OE 11. But not for OE10. Best Regards,
  3. B

    Answered Multiple progspec.ini

    Today we have nothing to version control our code. I planned on maybe implementing git with tortoize extention but not realy sure of the best pratice choice on this matter. Thank you for your time and answer :)
  4. B

    Answered Multiple progspec.ini

    Yes today we are 3 developper to work. So we have each one of us a personnalized folder for R&D dev and so we have personnalized "PROPATH" Like that we also have personnalized "recent file list"
  5. B

    Answered Multiple progspec.ini

    Hello, While standardising our way of working I just encounter a question about the progspec.ini file. In it we can setup things like working directories amongs other things. My question is about color for background & foreground, and for fonts. is it possible to have one progspec.ini for...
  6. B

    Question Non mandatory parameters

    it's seems to be very overkill. The POO would be more usefull I think :)
  7. B

    Question Non mandatory parameters

    Thank you @Stefan. I wasn't going to go this way, because right know I'm already the only one who is able to understand and do persistent procedure on a session level. And I'm trying to teach my colleges on it. But if the only solution is using class, I will do it :) Best Regards,
  8. B

    Question Non mandatory parameters

    Hello guyz, As I try with my team to standardize our code base, we would like to have a procedure that can have mandatory parameters and non mandatory parameters. I can't find a way to do it. Is it possible? Best Regards
  9. B

    Question Display HTML File

    While searching and thinking of my needs, I found that I don't need to go and navigate on the WWW, but only rendering HTML files. We are using them do the followings: - Create report with charts - Create web pages with button that make action on our database. I think I will be very limitted to...
  10. B

    Calling function from .NET WebBrowser

    @Cringer do you know if there is any proof of it working on app builder
  11. B

    Question Display HTML File

    I know that I will be limited on solution du to my openedge version. We already have on of our production site that is OE11.7 but we still need to upgrade all the others. I will take all the information and work something out :)
  12. B

    Question Display HTML File

    Thank you @Bounty . I well check it and make some feedback :^)
  13. B

    Question Display HTML File

    Hello, Actually we use the internet explorer OCX to display web pages on some "*.w" program. We are using web pages to do create some report or graphs. Do you know if there is any other way to do so ? We are on openedge 10.2B05 Best regards, BobyIsProgress
  14. B

    Answered Sucession of if else if with some weird behavior

    Also thank you to confirm that there is no issue with the structure but with the code itself :)
  15. B

    Answered Sucession of if else if with some weird behavior

    Thank you Osborne. I never thought that I could use the case statement this way. It's much neater in fact. I will try this way and see what goes on :)
  16. B

    Answered Sucession of if else if with some weird behavior

    Hello all, In one on my program I witness a weird behavior. I had a list of if else if statement like this: IF condition1 THEN error1. ELSE IF condition2 THEN error2. ELSE IF condition3 THEN DO: something3. error3. END. ELSE IF condition4 THEN error4. For more precision...
  17. B

    Answered Browse Open Query on temp table or bare table?

    in fact yes you are totally right. I will try to build it that way :) Thank you I consider my Question Answered :) Thank you all for your help as always
  18. B

    Answered Browse Open Query on temp table or bare table?

    Thank you @Rob Fitzpatrick for the idea of field list. @TomBascom, I have another question on the matter that is related to the fact of using a temp-table or to be directly using the DB. In term of user flow for using the app, when I'm directly connected to the DB the loading time of the data...
  19. B

    Answered Browse Open Query on temp table or bare table?

    Yes sorry, I miss led you. The application I'm working on is a dashboard for sales management. I will display data about ordre quantity stock etc... this value are updated other time by other user action. It's that kind of dynamic data that could change other time and be refreshed while...
  20. B

    Answered Browse Open Query on temp table or bare table?

    Hello, I missed this info. I'm only reading and didn't planned to let the user update the data so all the request will be in NO-LOCK.
Back
Top