Search results

  1. B

    Question Run command from the AppBuilder

    I will go check on that ;)
  2. B

    Question Run command from the AppBuilder

    I will give a try to anything that can allow me to understand whats the difference between the two cases
  3. B

    Question Run command from the AppBuilder

    The reason I asked this is because I developp a program that don't have the sames starting behavior if I launch it from the app builder or from our ERP menu . So I was thinking that there was a difference in the run procedure . I run a pro spy plus to compare what was going on with the two...
  4. B

    Question Run command from the AppBuilder

    I know how to run it from the app builder. But I was looking for what was the command the appbuilder use. I will check on what you show me
  5. B

    Question Run command from the AppBuilder

    Hi everyone, Do you what instruction is USED by the appbuilder to run the program your currently working on ? Iike run mypgm as persistent Best regards , BobyIsProgress
  6. B

    Question Gap Between dbanalys and COUNT

    The SELECT * and the FOR EACH give exactly the same result. Ok we will do that and i will keep you updated. Thank you :)
  7. B

    Question Gap Between dbanalys and COUNT

    So @TomBascom We are runinng OE10.2B08. We are running test to update our ERP at first and after upgrade OE version. Hi did run this method : SELECT COUNT(*) FROM TABPOL and this : DEFINE VARIABLE k AS INTEGER NO-UNDO. FOR EACH TABPOL NO-LOCK: k = k + 1. END. DISP k . All this code...
  8. B

    Question Gap Between dbanalys and COUNT

    Hi guys. On one of our table we did a dbanalys and he get us 39k record. But when we are executing a "COUNT" on the table, we are getting around 33k. Do you have any why ? How is it possible? Best Regards, - Vivien -
  9. B

    Answered GUI tools on OE10

    Thank you @RealHeavyDude
  10. B

    Answered GUI tools on OE10

    Thank for your time as always. I will close the subject . Thanks again
  11. B

    Answered GUI tools on OE10

    It's about the development tool . I know we are planning on upgrading end of this year maybe next if we don't have time for it.
  12. B

    Answered GUI tools on OE10

    Hi guys, I was thinking about the OE10 tool for designing GUI: Do you know if it's specific to the OE version or if we can have more recent tool for GUI ? Best Regards, - BobyIsProgress -
  13. B

    Resolved Error Runtime with progress and crystal report

    Hi, there some news. I think I will not be able to do it for those reasons: 1. OE10.2B 2. Crystal Report XI Crystal report has the OCX for oe 10 so I think they didn't add the "CrystalDecisions.Windows.Forms.CrystalReportViewer " in their assembly . So I will waite for now. And work on it...
  14. B

    Resolved Error Runtime with progress and crystal report

    thank you I will try this :) hi did found the progress kb that was explaining it: https://knowledgebase.progress.com/articles/Article/000056268 Thanks again :) Best Regards
  15. B

    Resolved Error Runtime with progress and crystal report

    Wich one do you use for it ?
  16. B

    Resolved Error Runtime with progress and crystal report

    Infact Yes . Bit dumb for my part. Thank you again :)
  17. B

    Resolved Error Runtime with progress and crystal report

    Hi , I found some documentation and tutorial with your help. But I'm confused. Progress send me this error: In english : Class or Interface "CrystalDecisions.CrystalReports.Engine" not found . But as you can see in my screenshot he is in my xml assembly . Do you have any idea ? Best...
  18. B

    Resolved Error Runtime with progress and crystal report

    Do you have some example for that ?
  19. B

    Resolved Error Runtime with progress and crystal report

    We didn't changed anything on our progress program maybe a windows update as you said. I will keep looking
  20. B

    Resolved Error Runtime with progress and crystal report

    Hi everyone, Since two weeks now we have run time error with crystal report as the image below: We are running on our user the last version of windows. This error is random. Sometimes we can generate 10,20,30 and more and nothing will happen. And sometimes we can have it at the height one...
Back
Top