Search:

Type: Posts; User: degger

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,440

    Re: Long waiting requests

    Oh yes...the real issue was just really a bad constraint, but i didn't find it first because of my bad logging methods, like i said.
  2. Replies
    9
    Views
    2,440

    Re: Long waiting requests

    I have found the problems.

    Or in other way, i fount, what i have done wrong in debugging (with the console.log). I have outputted the client time. But all clientActions, i sent, were outputted at...
  3. Replies
    9
    Views
    2,440

    Re: Long waiting requests

    Thanks for your answer.
    I tried to do some output to the Javascript-Console (console.log) with calling ClientAction from the Server to see, where there is a big time span. My first log was at the...
  4. Replies
    9
    Views
    2,440

    Re: Long waiting requests

    Additional Notes:
    the Waiting phase is about 2 seconds...
    i tried another simple view. There the requests are ok (about 100 ms). So i think it has something to do with the amount of data, which is...
  5. Replies
    9
    Views
    2,440

    Long waiting requests

    Hi there,

    i have a problem with a mobile app, where the requests, that were made by user input, are very long. I tested it with the chrome developer tools to find out, whats wrong. I can see...
  6. Thread: Rounding bug?

    by degger
    Replies
    12
    Views
    3,861

    Re: Rounding bug?

    Thanks for your help Vincent, i tested that function. It didn't worked for me. But inspired by that, i wrote my own function:


    Function RoundAsString Global Real rWert Returns Real
    String...
  7. Re: Moving numbers in datacolumns with more decimal places than available

    Yes, you're right, Mike. And btw, this is very strange, to see this in js ;)

    But in my example, the environment is a bit more defined. DF knows, that this field only has 4 decimal places. And i...
  8. Re: Moving numbers in datacolumns with more decimal places than available

    Well, it's enough to do this here:


    Move 0 to Table1.Sum
    Add 0.00673 to Table1.Sum
    Add 0.00673 to Table1.Sum
    Add 0.00673 to Table1.Sum
    Add 0.00673 to Table1.Sum
    Add -0.00673 to Table1.Sum...
  9. Moving numbers in datacolumns with more decimal places than available

    At first, please look at my example:


    Reread Table1
    Add 0.00673 to Table1.Sum
    SaveRecord Table1
    Unlock
    Reread Table1
    Add 0.00673 to Table1.Sum
    SaveRecord Table1
  10. Replies
    18
    Views
    6,505

    Re: CJGrid- a real pain

    i think, the problem is not the creation of the com object. It's the destroying which comes too late.

    Btw. Mr. Starzen, we from SBH Hainichen wrote you an email (info@starzen) in december 2017 but...
  11. Replies
    18
    Views
    6,505

    Re: CJGrid- a real pain

    Well... 6 years later, i have the same issue in my software.

    I have a TabDialog with two pages. In both, i have a cCJGrid.

    A function fills both grids with data. If i have no peAutoCreate...
  12. Replies
    14
    Views
    3,753

    Re: Creating a zip (compressed) file

    Hi Ivan,

    i sadly cannot create the vszlib.pkg from the vszlib.dll. The VDF18 Studio told me, it cannot be opend or read or sth. like this... Also, on GitHub i cannot find any tlb.File to try this...
  13. Thread: Processing...

    by degger
    Replies
    8
    Views
    2,147

    Re: Processing...

    I think, this is a very interesting thing, flado is writing.

    What about situations you lose the connection to the server. We tested a sceanrio, where we are logged in in the web application via an...
  14. Re: List based classes cannot add more than 65437 items using Add_item

    Thanks Vincent. We just work with it in the VPE Library from Starzen. Well, i have to wait for the fix in the Starzen VPE Packages...maybe "Mr. Starzen" will help me. I wrote him a pm.
  15. Re: List based classes cannot add more than 65437 items using Add_item

    Object o1 is a DFBaseListBox
    End_Object


    Send Add_Item of o1 85225 "Hello"

    ShowLn (message(o1 , 1)) // --> 19689 , instead of 85225
    ShowLn (85225 - 19689) // --> 65536
  16. Replies
    14
    Views
    3,169

    Re: How to grey out tab page button label

    Does someone have the time, to give this idea of Mr. Oorsprong a chance?

    My thoughts about that are:
    - if you do "Set Label of tapPage1 to '...'", two images (for enabled and disabled) will be...
  17. Replies
    7
    Views
    2,370

    Re: Auto_Fill_State & OnPostFind

    To refresh this thread a bit:

    we tested it in DF18.2. It is enough, to code sth. like this to get this issue:



    Object oDD is a CustomerDataDictionary
    Set Auto_Fill_State to True...
  18. Thread: Rounding bug?

    by degger
    Replies
    12
    Views
    3,861

    Re: Rounding bug?

    Hi Garret,

    does someone have this package? The given link is broken.



    Or which 3rd party lib is meaned here?
  19. Replies
    7
    Views
    10,968

    Re: Idea about Redefinig Constants

    Hi Wil,

    this should be a nice solution. Thanks for that hint. :cool:
  20. Replies
    7
    Views
    10,968

    Re: Idea about Redefinig Constants

    We just want to reduce the compile-time. If you have 200 Views and 50 Views are conditionally because of the usage of one module, you don't need this views, if this customer don't use this module....
  21. Replies
    7
    Views
    10,968

    Re: Idea about Redefinig Constants

    Thanks Lincoln for you answer,

    the problem is, we need the true / false Information at compile-time, to "use ***.vw" something and so on.

    A "Move to ..." is no compile-time action. And besides...
  22. Replies
    7
    Views
    10,968

    Idea about Redefinig Constants

    Hi there DF-Developers,

    we think about an function in our app, to control, which Views for example should be compiled. This depends on which functions our customers have activated in the app. We...
  23. Replies
    5
    Views
    1,312

    Re: Two Else Begins in succession

    Hello Vincent,

    interesting thing...thanks for your answer. I understand, that Dataflex works like this. But what about the following example.



    Deferred_View Activate_otest for ;
    Object...
  24. Replies
    5
    Views
    1,312

    Two Else Begins in succession

    Good Moorning,

    i have found another interesting thing, not sure it is a bug, but let me show it in a simple example:



    If (1=2) Send Info_Box "Hello"
    If (1=1) Begin
    Send Info_Box...
  25. Replies
    15
    Views
    3,119

    Re: Define Number Constants

    Indeed! I can confirm this behaviour. Sorry, i tested it in another way...so it is no bug in the compiled app. It is just an IDE Bug, right?
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4