Search:

Type: Posts; User: Todd Forsberg

Page 1 of 76 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,198

    Re: Open TableName

    Thanks for the tips. I'll give it a try.
  2. Replies
    4
    Views
    1,198

    Open TableName

    I have a nightly process that opens a few tables, does some processing, then closes. This has been working well for several years.

    But recently, I think we are having some networking issues, and...
  3. Re: Out of Memory Error on "Replaces" function

    ok. I'll try it. I would replace "chrome" in your example with my app name, correct?
  4. Re: Out of Memory Error on "Replaces" function

    I forgot to mention that this error is occurring right when the application starts, even before the UI is displayed (or maybe as part of initializing UI objects).

    Even though 32-bit apps can only...
  5. Re: Out of Memory Error on "Replaces" function

    *** moved message ***
  6. Re: Out of Memory Error on "Replaces" function

    I really don't think it is a true memory issue. I've rebooted the computer, gone straight to this application, with almost nothing else running and I still get the error.

    This machine has 48 GB...
  7. Re: Out of Memory Error on "Replaces" function

    No and No.
  8. Re: Out of Memory Error on "Replaces" function

    The error is not particular to this one line. If I comment it out, then I'll get an error on the next code where "Replace" or "Replaces" function is used.
  9. Re: Out of Memory Error on "Replaces" function

    I just rebooted my machine tried again. Same error.

    The line of code where the error occurs is in a common package that many of our apps use. I can compile and run other apps which include this...
  10. Re: Out of Memory Error on "Replaces" function

    DF19.1 and nothing unusual in sLabel, 8 characters of plain text.
  11. Out of Memory Error on "Replaces" function

    I am getting an out of memory error on this line code.


    Move (Replaces("\n",sLabel,Character(13)+Character(10))) To sLabel

    This is happening on several other lines of code also, but each one...
  12. UCHAR Array as a parameter to a SOAP Service

    Does anyone know how to configure a Client Web Service (SOAP) to pass a parameter as a UCHAR array?



    Struct tWS_SomeWebMethod
    // several other struct members removed for brevity //
    ...
  13. Replies
    16
    Views
    4,215

    Re: Convert pdf file to base64 string

    I am experiencing the same issue. Can you tell me how you have the Client Web Service defined for the base64 parameter? I tried to do it, but I get "Illegal Datatype Conversion" error.
  14. Replies
    2
    Views
    1,166

    Re: HttpGetJson timeout?

    Thanks, I'll check it out.
  15. Replies
    2
    Views
    1,166

    HttpGetJson timeout?

    Is there some way to set the timeout for a HttpGetJson request to a higher value?

    I have one WebAPI method that could take up to 3 minutes, but DataFlex keeps returning a timeout error. The same...
  16. Replies
    29
    Views
    3,721

    Re: Has hell frozen over?

    Well that's interesting... LOL.
  17. Replies
    29
    Views
    3,721

    Re: Has hell frozen over?

    LOL. So are you say that TEXAS is HELL?
  18. Re: Windows Desktop Applications are Second Class Citizens...

    I agree. I am in this area.
  19. Replies
    7
    Views
    2,167

    Re: Database Login in Studio

    Thanks Garret.
  20. Replies
    7
    Views
    2,167

    Re: Database Login in Studio

    Well, after I changed the server and database under this section it does work now. However the dialog never popped up.

    But maybe you are correct, if I just clear the value maybe it would.

    I'll...
  21. Replies
    7
    Views
    2,167

    Re: Database Login in Studio

    I forgot to mention that this workspace is using the Mertech driver. I was not sure if that made a difference, but then I found this in the registry.


    [HKEY_CURRENT_USER\Software\Mertech Data...
  22. Replies
    7
    Views
    2,167

    Re: Database Login in Studio

    I'm not using Connection IDs. This workspace is still using the "old school" method.
  23. Replies
    7
    Views
    2,167

    Database Login in Studio

    I am having trouble connecting to the SQL tables from the Studio. When I compile the and run, everything connects and works fine.

    Does anyone know of a way to force this dialog box to open in the...
  24. Replies
    16
    Views
    4,215

    Re: Convert pdf file to base64 string

    Thanks Mike!
  25. Replies
    16
    Views
    4,215

    Re: Convert pdf file to base64 string

    Currently, the only reason I'm doing this is for a web service we use that is expecting a "BinaryImage" parameter. The web service then inserts this into an SQL database table.
Results 1 to 25 of 1881
Page 1 of 76 1 2 3 4