Search:

Type: Posts; User: Boris

Page 1 of 52 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    193

    Re: update webapp.exe

    DF 23 solved a lot of this. Previous, if you set the minimum pool high, processes were not available until the last one loads.. Now as soon as they load, they become available. It took me up to 20...
  2. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    In my test view... I'm using just 1 DD with pbUseDDRelates to true

    Everything (50+ processes in multiple servers) is setup to fill an array with errors in a property so the calling procedure GETs...
  3. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    Impressive...
  4. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    From that same article:



    It should continue and not crash. How do I change the error handler? I can't find an example on how to do that.

    edit: And I think you're missing the point: why it...
  5. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    Yes, I guess I will need to rewrite from request_validate_all to request_validate
  6. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    This approach is not the way. I already added debug information to know specifically which processes fail.

    The real question is why does Request_Validate_All crashes the application (when inside...
  7. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    This approach jumps out to the next line after the end_transaction without going to abort_transaction.
  8. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    Nope.

    I think it's easy to reproduce.

    1.) Create a businessprocess, with default display_error_state to false
    2.) Create one dd inside
    3.) In the onprocess procedure, create a...
  9. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    It's not a "hard error". In the example I sent, is just a field that is required and the standard error pops.
  10. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    When I comment begin/end_transaction, I don't see the error thrown (when display_error_state is false) but at least, it doesn't hang (possibly waiting for an Enter on the error), and goes to the next...
  11. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    The lock is caused by the validation failing on a DD inside a Begin/End_transaction.

    I have already determined with logs which processes didn't finish and now I check before running the process. ...
  12. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    Just tested a little more and the problem is only present with Begin_Transaction/End_Transaction.

    If I don't use it, when the validation fails, it doesn't hang and correctly goes to the Else...
  13. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    ClientLog is not very useful (if at all). Try to ask a user to click F12, check the console and send back the content.... That'll be a challenge on itself... and that's if you already know which...
  14. Replies
    31
    Views
    1,313

    Re: BusinessProcess & WebApp's

    It's even a BusinessProcess the right class to use in WebApp's for batch processing? Or is there a different one I'm not aware of? What's the point of validating a save if I can't receive the error...
  15. Replies
    31
    Views
    1,313

    BusinessProcess & WebApp's

    DF 23.00

    Lately I have a big problem, I have business processess in WebApp's with Begin_Transaction/End_Transaction.

    If I'm creating new records inside using DD's, if a Request_Validate_All...
  16. Is there a way to know if a particular record is locked?

    DF 23&MSSQL Server

    I'm dealing with some deadlocks right now.

    Is there any way to know if a particular record is locked by another user?

    Thanks in advanced.
  17. Replies
    9
    Views
    947

    Re: Server Side JSon service

    Yeap, I figured it out yesterday, but, once I compile again... the web.config file gets rewritten with only the first cwebhttphandler, so, that's a no go for me.

    I have no problem doing it in...
  18. Replies
    9
    Views
    947

    Re: Server Side JSon service

    Thank You Mike!

    My small brain was under the impression I could just add several cWebHttpHandler's in a single .pkg file.

    Just did different .wo's and is working now.... Thanks again.... You're...
  19. Replies
    9
    Views
    947

    Re: Server Side JSon service

    Hello, first of all, Thank You Mike... with your guide I was able to create my first server side json service and is working great.

    Now... I need to create 2 more.

    I already have the first...
  20. Thread: 2 Webapps?

    by Boris
    Replies
    7
    Views
    1,136

    Re: 2 Webapps?

    This is what I do with a smaller webapp with only the options that I'm currently working on. The main webapp is used as a library with same data.
  21. Replies
    9
    Views
    947

    Re: Server Side JSon service

    Thank you Mike... Will start studying this articles... thank you again (and again and again) for pointing me in the right direction.
  22. Replies
    9
    Views
    947

    Server Side JSon service

    DF 23.0

    I'm writing an integration for a customer and a warehouse management company.

    I have just finished 3 different json formats (products, inbounds & outbounds) and they are receiving Ok....
  23. Replies
    15
    Views
    1,447

    Re: Another DF 23 Bug: cWebGrid's

    Thank you Harm

    I already installed the hotfix to the hotfix ;) and it seems to be working now.

    Will let you know if I find anything else regarding this issue.
  24. Replies
    15
    Views
    1,447

    Re: Another DF 23 Bug: cWebGrid's

    This hotfix freeze the column headers in place and they don't scroll horizontally with the rest of the columns.
  25. Replies
    19
    Views
    1,497

    Re: Progress bar for webgrid columns

    Thank you
    Michels & Samuel

    Just implemented this progressbar and it works great!

    (I agree, this should be in DF)

    Have you implemented a SpinForm? I'm looking for that too.
Results 1 to 25 of 1292
Page 1 of 52 1 2 3 4