Search:

Type: Posts; User: Mike Cooper

Page 1 of 80 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: Using a simple XML String intelligently

    Whenever I've done it, I literally parse the XML file. Here is some sample code that I did for a really small XML file with two fields per record.

    If another solution doesn't come available,...
  2. Re: DataFlex 19.1 Classic ASP and Constrain as

    When using Process Pooling, Property values have to be marked as ServerSession Properties and you use WebSet instead of Set otherwise you will get cross contamination between different processes.
  3. Re: cWebColumnDate / Searching Dates in a cWebColumn

    Oh man. I could have sworn that I had an index on the date, but then checked and you are right... no index. Mystery solved.
  4. cWebColumnDate / Searching Dates in a cWebColumn

    Shocker alert: I built a lookup using only the DD :eek:

    But I am trying to search on a column that is a Date field and it is not able to correctly search that column by date. I know when I...
  5. Replies
    9
    Views
    395

    Re: Security Issue

    Great information. Thanks Harm
  6. Replies
    17
    Views
    602

    Re: How to detect UI or not ?

    Here is another example, where I use the same BP in a service without a UI and in an app with a UI

    In the service.src


    Define C_WWDataCreationService



    And then in the BP
  7. Replies
    17
    Views
    602

    Re: How to detect UI or not ?

    I code my shared code... with an #IFNDEF

    In the Service.src



    Define ISASamuelService


    Then in the Shared pkg:
  8. Replies
    9
    Views
    395

    Re: Security Issue

    Hi Boris

    I may have misunderstood, but:

    I did a quick test after I read your post (thanks for sharing), but in the limited testing I did, the anchor tag (<a href="http://somesite.com">click...
  9. Replies
    9
    Views
    395

    Re: Security Issue

    It seems like you may have to check any data that you push into an cWebHTMLBox to make sure that it does not contain any HTML tags.

    I did a quick test and "maliciously" put a URL link into a field...
  10. Replies
    10
    Views
    707

    Re: cWinShellEx.pkg and VDF Guidance

    Thanks Wil... Not sure how I stumbled down that path, but all is good now. Thanks for providing this.
  11. Replies
    10
    Views
    707

    Re: cWinShellEx.pkg and VDF Guidance

    Well at least if you do, you have the Worsley Effect to re-guide you in only a few minutes.... I had to go back to bed and sleep for a couple of hours!
  12. Replies
    10
    Views
    707

    Re: cWinShellEx.pkg and VDF Guidance

    Oh my... one of the hazards of getting up in the middle of the night to work... This morning I can see clear as day how to download and don't need to log in... <where is the embarrassed emoji?>
  13. Replies
    10
    Views
    707

    Re: cWinShellEx.pkg and VDF Guidance

    Thanks Garret!
  14. Replies
    10
    Views
    707

    Re: cWinShellEx.pkg and VDF Guidance

    I could read information but didn't seem to be able to download... I will try again
  15. Replies
    10
    Views
    707

    cWinShellEx.pkg and VDF Guidance

    So today's story is that I could really use the cWinShellEx.pkg and seem to have never downloaded it before.

    I went to VDF Guidance (which is a great resource) and surprised to see there is now...
  16. Replies
    14
    Views
    972

    Re: Javascript engine version

    That would be a question for DAW
  17. Re: Complex cWebCardContainer design causes DF24.0 to hang

    Thanks Harm....

    This did fix the issue.
  18. Replies
    13
    Views
    532

    Re: Dataflex24 NavigateToPage Problems

    Yes. Fixed my issue too.
  19. Re: Complex cWebCardContainer design causes DF24.0 to hang

    Thanks Vincent
  20. Replies
    4
    Views
    125

    Re: error LIBXL to save

    Maybe the service account under which the webapp.exe is running does not have rights to that folder.
  21. Complex cWebCardContainer design causes DF24.0 to hang

    [This is my second time typing this as a just left the hung DF24.0 Webapp running and it ran Edge out of memory just as I was finishing up typing... so here I go again]

    I have a couple of...
  22. Replies
    26
    Views
    763

    Re: Session key not known

    PS... Here is a screenshot of what I was seeing when a user happened to use screens that had Dynamic Web Objects

    16737
  23. Replies
    26
    Views
    763

    Re: Session key not known

    Johan

    I have had something similar and did a couple of things that seems to control it. But in my case, it seems to be connected to a memory leak. When I started to watch the WebApp.exe...
  24. Replies
    4
    Views
    196

    Re: Forms and Form Labels - What happened

    Hi Dennis

    I started with a styler theme a few years ago, and made some minor customizations....

    I've got some other stuff going on with cWebLists or cWebGrids if there are two or more on a...
  25. Replies
    13
    Views
    532

    Re: Dataflex24 NavigateToPage Problems

    I am having something similar but not exactly the same.

    Mine involves cWebTabPages that have cWebList or cWebGrids... and might be related to the OnRowClick event

    I haven't really been able to...
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4