Search:

Type: Posts; User: Sam Neuner

Page 1 of 76 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    171

    Re: where to store results from API call

    I usually create a procedure "LoadData" to fill a List. Just Send "LoadData" in the OnClick of the button, read the API in that procedure and fill the list with the result.

    Or in the "OnChange"...
  2. Re: How could you not trust this outfit for SEO work?

    Amen!!
  3. Replies
    8
    Views
    323

    Re: Dynamic Double Spacing

    :cool:
  4. Replies
    8
    Views
    323

    Re: Dynamic Double Spacing

    How about creating a parameter ("DoubleSpace") and adding a second Blank Detail Section and controlling the printing of that section based on the parameter being True/False?
  5. Replies
    16
    Views
    1,335

    Re: psSQLFilter Problem

    Yes, I did the manual load. However, I do like the other options.

    Thanks.
  6. Replies
    16
    Views
    1,335

    Re: psSQLFilter Problem

    Good idea!! Thanks.
  7. Replies
    16
    Views
    1,335

    Re: psSQLFilter Problem

    No errors, all is well when using it with the Main_DD. However, I need it to be a parent so I had to change to a manually load loaded grid!
  8. Replies
    16
    Views
    1,335

    Re: psSQLFilter Problem

    The problem was that the psSQLFilter was in the parent of the Main_DD, which I have come to understand will not work!!

    Thanks for all the suggestions!
  9. Replies
    16
    Views
    1,335

    Re: psSQLFilter Problem

    I want the pattern that I indicated! The "STE" needs to have a space after it so that it does not get "STEMS" for example.
  10. Replies
    16
    Views
    1,335

    psSQLFilter Problem

    If have a cDbCJGrid using oMeter_DD as the Main_File, but the program hangs up with this filter. Any ideas?



    Object oMETER_DD is a cMeterDataDictionary
    Set DDO_Server To oRATE_DD...
  11. Replies
    4
    Views
    556

    Re: Report Totals In Header Section

    Thanks. SQL function is a good idea.
  12. Replies
    4
    Views
    556

    Re: Report Totals In Header Section

    Yes, this is what I did, but just wondering if I had missed something that would allow that in the report itself.
  13. Replies
    4
    Views
    556

    Report Totals In Header Section

    Is there anyway to get report totals to display in the report/page header?
  14. Replies
    15
    Views
    2,252

    Re: Can't get PDF to show in IFrame

    Using Firefox and still get the Save Dialog. Any suggestions?
  15. Replies
    11
    Views
    1,094

    Re: PDF Viewer Problem

    How do I remove the encrypted url that is displayed at the top of the viewer? Also, is the "ViewerJS" at the bottom of the viewer an attribution that must be displayed?
  16. Replies
    11
    Views
    1,094

    Re: PDF Viewer Problem

    That is the ticket!! Thanks. Now I just need to get rid of the ugly File path description shown at the top of the viewer. Javascript edit?
  17. Replies
    11
    Views
    1,094

    Re: PDF Viewer Problem

    Thanks, will give it a go.
  18. Replies
    11
    Views
    1,094

    Re: PDF Viewer Problem

    The only way I could make this work was to put the pdf file under the "Apphtml" folder. Is this necessary?
  19. Replies
    11
    Views
    1,094

    Re: PDF Viewer Problem

    From Dataflex example: "Send LoadPDF of oPdfViewer "Uploads/Scheduler-information.pdf"

    Had already tried it both ways, neither works!
  20. Replies
    11
    Views
    1,094

    Re: PDF Viewer Problem

    That did not help, F12 shows : 'Missing PDF "http://localhost/Cherokee201/ViewerJS/../C:/Dataflex%2020.1%20Projects/Cherokee/Data/Test.pdf".'
    Yes, I am sure this is the correct path. ...
  21. Replies
    11
    Views
    1,094

    PDF Viewer Problem

    I can not seem to get the PDF Viewer to work (DF 20.1, also tried in DF 23.0). All I get in the Viewer is the name of the pdf file (Yes, cleared the cache in the browser). Here is my code:



    ...
  22. Replies
    12
    Views
    1,075

    Re: Sort Variant Array

    Thanks so much!! Will give it a try.
  23. Replies
    12
    Views
    1,075

    Re: Sort Variant Array

    Yes, that is correct. For example, column two might be a date, I would want the array to be sorted by date.
  24. Replies
    12
    Views
    1,075

    Re: Sort Variant Array

    This is actually to sort a variant[][] to use in for an RDS Report. I need to sort it before I put it into the report for totals and averages. Just wanted to be able to set the vdata to my variant...
  25. Replies
    12
    Views
    1,075

    Re: Sort Variant Array

    So, if array is Variant[][] and I want to sort the 3 column it would be Array1[][2] > Array2[][2]?
Results 1 to 25 of 1888
Page 1 of 76 1 2 3 4