Search:

Type: Posts; User: Benjamin

Page 1 of 11 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    302

    Force select on DbSuggestionForm

    I am wondering whether it is possible to force select a value when the user uses tab to exit a DbSuggestionForm.

    The Make table has 3 records: Ford, Chevrolet and Honda.

    Scenario:


    User...
  2. Replies
    0
    Views
    379

    Odd view behavior

    Good morning,
    over the last few days I have been chasing an undesired view behavior.

    I have an Order view with a tab pages showing the children like Order Details (Tab 1) and Job Costs (Tab 2).
    ...
  3. Replies
    2
    Views
    627

    Re: cWebSuggestionForm questions

    That's true, but I found that somehow the list disappears when no matching suggestions are found.

    In order to allow to show mismatched items on that list, I needed to set:

    Set...
  4. Replies
    2
    Views
    627

    cWebSuggestionForm questions

    In my 19.1 Mobile WebApp I want to utilize a cWebSuggestionForm to show "search in" options rather than the actual suggestions.

    The issue is, when I search for "Blue", all the suggestions...
  5. Thread: Status Panel

    by Benjamin
    Replies
    5
    Views
    1,070

    Re: Status Panel

    A global procedure. That'll do. Thanks.
  6. Thread: Status Panel

    by Benjamin
    Replies
    5
    Views
    1,070

    Re: Status Panel

    That was my thought too, I will start digging that way.
  7. Thread: Status Panel

    by Benjamin
    Replies
    5
    Views
    1,070

    Status Panel

    Want to add a "Status Panel" to the bottom of my 19.1 Mobile WebApp and update the status from each view.

    Within WebApp.src I created a cWebPanel with peRegion set to prBottom and some cWebForm...
  8. Replies
    1
    Views
    520

    Errors creating Alias Table

    When I try to create an Alias from my Employee table through the DF19.1 Studio Table Explorer, I get following error message:



    "Error Creating Data Dictionary Class"
    "The data dictionary class...
  9. Replies
    8
    Views
    1,204

    Re: Navigation issues with OnManualLoadData

    Argh... is this the Worsly Effect people are referring to?

    Had the GridRefresh procedure in the the OnBeforeShow procedure rather than the OnLoad procedure for the Grid.
  10. Replies
    8
    Views
    1,204

    Navigation issues with OnManualLoadData

    In My DF 19.1 Mobile WebApp, I am filling a WebList using the OnManualLoadData procedure.
    Data shows me the expected records. So far so good.

    The WebList has two procedures calling "Send...
  11. Replies
    2
    Views
    915

    Re: Json parsing issue

    Good to know I can ignore a returned member entirely, but It can't ignore itself when its empty.

    Thanks Harm.
  12. Replies
    2
    Views
    805

    Re: ContextMenu on cCJGrid

    Is your Grid enabled at the time you perform the (right-)click?
    I utilize the "OnRowRightClick" procedure to and send the Popup message to my context menu. Works even without any records on the...
  13. Replies
    5
    Views
    1,020

    Re: Appcrash with Codejock ReportControl

    Thank you for your reply.

    After further investigation and talking to one user, I was able to reproduce the error in my development environment.
    The view contains a cDbCJGrid with two...
  14. Replies
    5
    Views
    1,020

    Appcrash with Codejock ReportControl

    Lately I had users report random application crashes.
    Sadly no DF error message, but the Windows Event log points towards issues with Codejock.ReportControl.Unicode.v18.3.0.ocx.



    Log Name:...
  15. Replies
    2
    Views
    915

    Json parsing issue

    What is it with the error messages still showing up when pbRequireAllMembers is set to false?

    I am consuming FormstackSign REST API and calling a procedure that returns a JSON object.

    I have...
  16. Replies
    2
    Views
    1,744

    Re: Get page count

    Thanks Vincent, this was what I was looking for.
  17. Replies
    2
    Views
    1,744

    Get page count

    Looking for a quick way to retrieve the total number of pages from an (PDF) exported DR report.

    DF Reports 2019 (7.0.1.9626)
  18. Replies
    5
    Views
    1,125

    Re: lookup record by file number?

    If I understand you correctly, I think this would be problematic.

    What if a quote record needs x-amount of images attached?
    I would have to have matching amount of columns in the for how many...
  19. Replies
    5
    Views
    1,125

    lookup record by file number?

    I have a question regarding how to handle file (path and file name) attachments in a database when attachments can be added from or have to be accessible from different views with different main...
  20. Replies
    5
    Views
    1,152

    Re: Multiple buttons in cjdbgrid?

    Looked at the SigCJ class over the weekend and will eventually give that a shot. Thanks Ian.
  21. Replies
    5
    Views
    1,152

    Re: Multiple buttons in cjdbgrid?

    Bob,
    I have used cCJGridColumnButton in a few scenarios already and it works great.

    In the thread you had posted, I could not find any part where he is doing multiple buttons within one column.
  22. Replies
    5
    Views
    1,152

    Multiple buttons in cjdbgrid?

    Within a CJDBGrid, is it possible to add multiple icons/buttons within one column?

    CodeJocks website shows a picture with 3 buttons per column. How would I do that within DF 19.1?
    ...
  23. Replies
    8
    Views
    1,501

    Re: piMaxWidth in cWebModalDialog ?

    Samuel,
    I had this issue as well. See my approach below.




    Procedure InitializeSelectionListDialog String sTitle String sItemColLabel String sDetailColLabel tListItem[] aListItems
    ...
  24. Replies
    8
    Views
    1,331

    Re: Two child table with same parent

    Now a theoretical follow-up question to that:
    O is the main DD for the view.

    If M has another parent (W) would I have to alias that parent, and all parents up in that direction as well? Like so:...
  25. Replies
    8
    Views
    1,331

    Re: Two child table with same parent

    Sounds like alias table is the way to go.
    And yes, my diagram was missing the second relation to M.

    Thanks.
Results 1 to 25 of 255
Page 1 of 11 1 2 3 4