Search results

  1. B

    Multi-Window

    @TomBascom thanks for your opinion. Have a lot of doubts how to achieve the multi-tab mode. We are using dialogs boxs, and I have to convert a lot of dialog-boxs to windows. Thanks for the link.
  2. B

    Multi-Window

    @Cringer Thanks for you response. Is any "automated" way to convert a dialog to a window?
  3. B

    Multi-Window

    Good afternoon, The application that we use only permits one program running. To run another we have to close the program and open another. Anyone have an example to open multiple dialogs at same time? Like a tabstrip or similar? OE 11.7.8 Windows Thanks, Baltazar
  4. B

    Change Width Field - Db Online

    I have a lot of users. :-) I can add fields online, should be possible to do some "basic" operations with DB Online.
  5. B

    Change Width Field - Db Online

    So i have to shutdown/start the DB and do the change?
  6. B

    Change Width Field - Db Online

    Good afternoon, It is possible to change a width of a field with the db online? Windows, OE 11.6.4/OE11.7.8 Thanks Baltazar
  7. B

    Treeview OCX - Set Focus

    Thanks @Osborne. It works! :)
  8. B

    Treeview OCX - Set Focus

    @Cringer, problem with my code? I have a Treeview with OCX that i want to the focus. I have this TreeView. The same is inicialized like this. /* TREEVIEW */ assign chTreeView = chtv:TreeView. assign chImageList = chim:ImageList. assign chTreeView:ImageList...
  9. B

    Treeview OCX - Set Focus

    Don´t work.
  10. B

    Treeview OCX - Set Focus

    Hello, Anyone know how to set focus to a TreeView? Thanks Windows OE 11.7.8
  11. B

    Any-Printable - After Event

    Thanks! It Worked!
  12. B

    Any-Printable - After Event

    Good afertnoon, I am using this code on any-printable anywhere do: /* CÁLCULO AUTOMÁTICO ? */ if tglCalculoAutomatico:checked in frame {&frame-name} then RUN Calculo_Automatico_Preco. end. The event occurs BEFORE of text appear. It is possible to call the event...
  13. B

    Error in OE Gui Program

    Yes, that is the issue, have to update the PCs to OE 11.7.8. Thanks for the link. I have searched and haven't found the same.
  14. B

    Error in OE Gui Program

    Hello, we have a program that give this error in certain PCs (not all). System.MissingMethodException: Método 'Progress.Data.BindingSource.set_SyncToSelectedRow What i am missing? OE 11.7.8/OE11.6.4 | Windows Thanks
  15. B

    WebClient NET - SSL

    Thanks Cecil. I don´t want to install the certificate. OE should be capable to "read" https certificates without problems. (like "web" languages [PHP, etc]).
  16. B

    WebClient NET - SSL

    Thanks Osborne. I have tried that, same error...
  17. B

    WebClient NET - SSL

    Thanks Osborne. A limitation of OE. Do you have any example of doing a POST with SSL communication without install the cert in OE?
  18. B

    WebClient NET - SSL

    Good afternoon, I am trying to use WebClient with SSL I can do POST with HTTP. With HTTPS, I have the error of certificate. Any have converted this code to 4GL? (This is the code to "ignore" SSL validation) System.Net.ServicePointManager.ServerCertificateValidationCallback = new...
  19. B

    Color Picker - OCX

    Thanks Jean. I will save this page for future use.
  20. B

    Set RGB Color - Excel

    Thanks Osborne. Will also try that.
Back
Top