Search:

Type: Posts; User: Jørgen Münster

Page 1 of 14 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Server has been replaced. Cannot connect with Chilkat

    Thank you for all the suggestions for checking.
    I made a special version of the application containing good old Showln’s and ran it at the customer site. The problem was located at the very first...
  2. Re: Server has been replaced. Cannot connect with Chilkat

    You were right. I have now updated the Chilkat dll and made a new package for DataFlex, and it seems to work.
    The reason I did not try this at the beginning is that all customers have the same (old)...
  3. Re: Server has been replaced. Cannot connect with Chilkat

    Now I have made some tests telling that the error occurs already when trying to connect:
    Get ComConnect of hoSftp sNewIpAddress 22 to iRes
    The server and the user pc simply cannot agree on the...
  4. Re: Server has been replaced. Cannot connect with Chilkat

    Well, my computer and one customer has no problems as it is now.
    But I will try it for sure.
  5. Re: Server has been replaced. Cannot connect with Chilkat

    This follows Get ComInitializeSftp:

    For iI from 1 to 4
    Get ComGetFileSize32 of hoSftp "Updating.txt" False False to iRes
    If (iRes=0) Sleep 1
    If (iRes=0) Loop


    If (iRes=0) Begin
    ...
  6. Re: Server has been replaced. Cannot connect with Chilkat

    Well, that might be interesting.
    After the login I issue a
    Get ComGetFileSize32 of hoSftp "Updating.txt" False False to iRes
    to see if the server is busy.
    After that I contiunue as specified...
  7. Re: Server has been replaced. Cannot connect with Chilkat

    Thank you for your answer.
    Well, They have been using port 22 all the time, and the new ip-address, user and password i written directly in the source code (shame on me), so this can't be the...
  8. Re: Server has been replaced. Cannot connect with Chilkat

    The customers are local administrations, so I have to go through their own IT-support. They claim that there is no problem trying to reach another ip-address (my experience is that they are often...
  9. Re: Server has been replaced. Cannot connect with Chilkat

    Hi Marco
    I'm not an expert in this area. All I know is that the list of allowed incomming ip-adresses includes all customers.
    Do you have some keywords about tls settings that I can pass on to the...
  10. Re: Server has been replaced. Cannot connect with Chilkat

    The Web Hotel support claims that everyting i s installed.
    however, the old server has got "Cygwin64 Terminal" installed and the new server uses the ftp that comes with Windows Server 2022.
  11. Re: Server has been replaced. Cannot connect with Chilkat

    I considered this, but all customers have the same Chilkat version and only two have problems.
  12. Server has been replaced. Cannot connect with Chilkat

    At a Web Hotel I have a virtual server collecting data. From this server three of my customers download data. Until now the server had been running Windows Server 2012R2, but it has End of Support...
  13. Re: Displaying values in forms during a long process

    Thank you very much for your advices.
  14. Re: Displaying values in forms during a long process

    Works great!
    Must be something very secret deep inside DataFlex.
  15. Re: Displaying values in forms during a long process

    Thanks, but this is an old-fashioned Windows application ...
  16. Displaying values in forms during a long process

    I have at simple view with some forms (not dbforms) and a button. When I click the button a lot of calculations are performed, and during the long process values are displayed in the forms. However,...
  17. Re: setting dbTabPage or TabPage invisbile

    If I want to remove a TabPage i a TabDialog, then at the end of the TabDialog I simply write:

    If (Criteria) Send Delete_Tab_Item iTabNumber

    Isn't that what you want? Works excellent for me.
  18. Replies
    7
    Views
    1,874

    Re: Picture of Flex Keys

    I can offer you this Flex Keys Sheet (see attached).
    You will need to translate to your language. ;-)
    When printed it fits to A5 (14,9 x 21,0).
  19. Replies
    21
    Views
    3,595

    Re: dbGrid dissection

    Did you solve the problem?
    Instead of "Next" I would add this to the DataDictionary that controls your dbGrid:
    Set Field_Options Field MyTable.MyField to DD_NOENTER
  20. Windows 10 and TrendMicro OfficeScan Antivirus

    One of my customers has just realized that the following combination is very bad:

    Windows 10, v. 1809, 1903 or 1909
    And
    TrendMicro OfficeScan

    Trying to save data you get a lot of errors...
  21. Re: Updating detail table from header.DD

    Michael, I delete and create detail records in Procedure Update in the DD. It has worked for years.

    I made the problem go away by adding a Find_by_recnum after Forward Send Request_Save in the...
  22. Re: Autofind same record after save routine?

    There is a very simple solution. I use this statement and have subclassed it in my db-pkg's:

    On_Key Key_Ctrl+Key_S Send request_Save_No_Clear
  23. Updating detail table from header.DD

    Please allow me to repost this problem - I havn't been able to find a solution:


    I have a header/detail structure. In the header DD I want to delete and create records in the detail table. This...
  24. Re: Crystal Reports XI Login Prompt DB2 Dataflex 16.1

    A reason for this login-page to popup could be, that you have specified a “Provider” which is not available on the computer running the report, e.g. SQL Native Client.
  25. Updating detail table from header.DD

    I have a header/detail structure. In the header DD I want to delete and create records in the detail table. This is possible by setting both Add_Client_File and Add_System_File for the detail table....
Results 1 to 25 of 335
Page 1 of 14 1 2 3 4