Search:

Type: Posts; User: LeonRaafs

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,407

    Re: Entry_Autofind

    Michael,

    Thanks for the tip, added the 0. Since this problem only shows up once in a while it will take some time to see if this solves the issue. I also added some logging to have more detailed...
  2. Replies
    4
    Views
    1,407

    Re: Entry_Autofind

    Michael,

    In a dbform in procedure prompt I set a property in a selection list. after comming back to the procedure I check if there is a value found and if so I do a "Send Entry_Autofind EQ"...
  3. Replies
    4
    Views
    1,407

    Entry_Autofind

    Hello,

    Looking at the entry for Entry_Autofind - dbForm in the help files I see it needs a item number to function. This is because a entry_autofind in my application exits the application with...
  4. Replies
    57
    Views
    8,636

    Re: I need your help...

    Done!
  5. Replies
    1
    Views
    1,692

    Configuring sbSuggestionForm

    Hello,

    I have a dbSuggestionForm on a ModalPanel where I would like to have the search result box behave in a different way than it does now. There are more results than fit in the result box and...
  6. Re: Strange editing behavior in selected field values

    Garret, Samual,

    No, there is no subclassing involved in these controls. To make it more interesting, the user that reported this problem in one of the main applications used in out organization...
  7. Strange editing behavior in selected field values

    Hello,

    One of my users complains that they cannot edit a selected record with the mouse. If I try the same thing all works as I expect for the field where my user has this problem, strangely...
  8. Replies
    10
    Views
    1,929

    Re: Custom dbSuggestionForm - multiple columns

    Wil, Bob,

    That is the one I was thinking about. Sorry for the very late response, I have been absent for a few months due to health problems. Glad to be back.

    Leon
  9. Replies
    10
    Views
    1,929

    Re: Custom dbSuggestionForm - multiple columns

    Bob,

    Although I am sure I downloaded this package from the forum, it seems to have disappeared. I have heavily altered the functionality of the original package to make it work like I want. There...
  10. Replies
    10
    Views
    1,929

    Re: Custom dbSuggestionForm - multiple columns

    Hi Bob,

    Have you looked at the An_dbSuggestionForm? You can find it somewhere here on this forum. I use it to show a suggestion form that shows 2 fields from a table and 2 fields from its parent....
  11. Replies
    18
    Views
    3,686

    Re: Append to Array

    You are correct, my mistake.

    Regards,

    Leon
  12. Replies
    18
    Views
    3,686

    Re: Append to Array

    Mike,

    Shouldn't that be:


    Move (InsertInArray(aXRefRows[iTheRow].hoItem, -1, hoItem)) to aXRefRows


    But you are right, it is not really an improvement.
  13. Replies
    18
    Views
    3,686

    Re: Append to Array

    Michael



    Have you looked at this: https://docs.dataaccess.com/dataflexhelp/mergedProjects/LanguageReference/InsertInArray.htm ? -1 adds to the end of a array with this function.

    Regards,
    ...
  14. Replies
    15
    Views
    11,570

    Re: Crystal Reports XI + QRCode

    Fernando,

    Perhaps you are using a function from some CR dll that is not distributed to the client pc?

    Regards,

    Leon Raafs
  15. Replies
    28
    Views
    3,390

    Re: DataFlex 2019/19.1 on Windows Server 2008

    Hello Raphael,

    Have you looked at RegisterDownloadFolder and RegisterUploadFolder for cWebResourceManager?

    Regards,

    Leon Raafs
  16. Re: OT: False Positives - Symantec Endpoint Protection

    Samuel,

    So, this solution sounds increasingly inadequate since the downing of DAW servers. These attacks are getting better at doing there work and who is to say that a security risk gets deployed...
  17. Replies
    6
    Views
    12,335

    Re: WIN7 VDF12 to Win10 VDF19 Cystral XI Issue

    Hello Tremain,

    Look in the programs folder of your application for the files:

    crdb_p2bdfapi.dll
    apidll.dll
    p2bdfapi.dll
    DF_collate.cfg

    If they are not there you should be able to find...
  18. Re: Setting cWebColumnCheckBox checked/unchecked

    Hello Michael,

    I saw the same problem with checking/unchecking all checkboxes, one row didn't do what I expected using DataSetUpdateRow.

    Regards,

    Leon Raafs
  19. Re: Setting cWebColumnCheckBox checked/unchecked

    Felipe,

    I changed to a manualy loaded cWebGrid allready. It would have been nicer to have it database connected with a added column (or more) connected to it, but it seems I would have to keep...
  20. Setting cWebColumnCheckBox checked/unchecked

    Hello,

    I want to process data from a table. So I made a cWebgrid with webcolumns attached to a table and then added a cWebColumnCheckbox without data binding to let the user select which records...
  21. Re: Need help with Manual loaded grid and css

    Samuel,

    Thank you very much, that was the problem. CTRL-F5 and restarting the browser was not enough as it seems.

    Leon
  22. Re: Need help with Manual loaded grid and css

    Nick,

    That doesn't seem to work either.

    Regards,

    Leon Raafs
  23. Need help with Manual loaded grid and css

    Hello,

    I have a cWebgrid in my webapp where I want to give some cells a different text color. As I am filling the grid I do a:


    Move "WarningCell" to aTheRows[iCount].aCells[0].sCssClassName
    ...
  24. Re: OT: False Positives - Symantec Endpoint Protection

    Hello Michael,

    I had this problem several times, and yes it is probably going to be frustrating to solve it. I had it with a webapp after installing a new DataFlex version and also with some of my...
  25. Sticky: Re: RELEASE! The Database Update Framework is released today.

    Hello Nils,

    Have you had time enough to give me a answer? DUF works like a charm, I generated the update code from my database and can create a filelist and the complete database from scratch. I...
Results 1 to 25 of 222
Page 1 of 9 1 2 3 4