Search:

Type: Posts; User: Michiel Accou

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,349

    Re: Chilkat Zip Problem

    We have to unlock the component before we can use it, maybe that is the issue.


    Get ComUnlockComponent of hoZIP "thisisacode" to iSuccess
  2. Re: Studio bug: Change of Border_Style not visible

    We are moving from 19.0 to 19.1.

    Here is an example from the Order Entry example:
    - First is the order entry in 19.0 with Border_Style "Border_Dialog"
    13483
    - Second is the same view with...
  3. Re: Studio bug: Change of Border_Style not visible

    Has this been resolved in some way?
    We just went over to DF 19.1 and noticed that all views with border_style "Border_Dialog", now show as if they are set with "Border_Thick".
    This makes it so...
  4. Question about working with Git And Dataflex

    Currently we are working with Sourcegear Vault for our source control. This is working great for us at the moment.
    But our team is getting larger and we are starting to look at newer programs to...
  5. Replies
    7
    Views
    2,259

    Re: New transaction is not allowed...

    Are you executing an sql? This error can occur when you use a text field in your sql statement.
    Try changing the cursor type just before the execute :

    SQL_PREPARE_STMT CURSOR_TYPE TYPE_CLIENT
    ...
  6. Replies
    9
    Views
    5,809

    Re: Exporting to PDF error

    Hello,

    There was an Windows update this week wich causes this problem.
    We found out about this problem when our customers started getting errors when exporting our crystal reports to PDF.
    Think...
  7. Replies
    1
    Views
    1,753

    Problem with cSigCJPushButton

    I have following situation:

    I have a modalpanel with a form on it and a button (normal VDF button).
    The form has an exit_msg code in it, wich activates the prompt behind this form. (Send prompt)...
  8. Replies
    2
    Views
    1,653

    Field_Defaults

    Hello,

    I have a dbview with a header (A_DD) and below that a dbgrid with lines (B_DD). In my main DD i have a procedure Field_Defaults and a procedure Clear_All. A_DD and B_DD are related.
    ...
  9. Replies
    3
    Views
    1,674

    Problem with comboform

    Our customers sometimes notice that when they open a view and they want to select something in a comboform, that the comboform is empty.
    If they restart the view, everything is in order again. We...
  10. Replies
    1
    Views
    1,331

    Problem with Procedure Activating

    In view A, I have an Add_Focus procedure. In this procedure I set the visible_state of certain forms to false depending on certain login propertys of the user.

    When next I open view B, i have...
Results 1 to 10 of 10