Search:

Type: Posts; User: bbachmann

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds; generated 30 minute(s) ago.

  1. Replies
    29
    Views
    1,364

    Re: Problem Setting Up New Web App

    are you able to see your tables from Database Explorer ? you might want to share your config.ws file or a screenshot of the Configure Workspace Properties dialog and maybe look for other...
  2. Replies
    2
    Views
    218

    highlight alternate rows after sort

    23.0
    manually filling a cWebList and highlighting alternate rows


    Move (Mod(iRow,2)) to icol ...
  3. Replies
    6
    Views
    300

    Re: com Object call

    oops, my bad (as usual) had a bad WebSet carried over from my test .wo
  4. Replies
    6
    Views
    300

    Re: com Object call

    the Get InvokeComMethod line



    works fine in one workspace but not another
  5. Replies
    6
    Views
    300

    Re: com Object call

    23.0
    this error has me baffled (and frustrated)

    I created a new workspace with a single .wo to test a page that has a few api com calls in it
    works fine, great -

    I copy the .wo and add it...
  6. Replies
    2
    Views
    191

    where to store results from API call

    23.0
    looking for suggestions and how others may be doing something similar
    call an API, display the results in a cWebList

    store the results in a web property? if so, client or server ?
    best...
  7. Replies
    6
    Views
    300

    Re: com Object call

    this is a 32/64-bit issue - when I compile the 23.0 web app in 32-bit mode - it works fine. I thought web apps were 64-bit only
  8. Replies
    6
    Views
    300

    com Object call

    works fine in a 19.1 web app,

    I get this message
    16646

    from a 23.0 web app on same server (windows 2022)

    I copied the necessary files from the 19.1 workspace
    I shouldn't need to...
  9. Replies
    8
    Views
    333

    Re: default form value

    in my particular case, I was able to get it to work properly, I had the syntax wrong (the form is always rendered though)
  10. Replies
    8
    Views
    333

    Re: default form value

    still not working, I'll try another way
  11. Replies
    8
    Views
    333

    Re: default form value

    using my code provided earlier, where does that call actually go ? appreciate the help.
  12. Replies
    8
    Views
    333

    default form value

    23.0

    what am I missing here

    in the DDO

    Set Field_Option Field EECLM.CLM_END DD_REQUIRED to True


    trying to default the value of oClaimEnd as the same as oClaimStart
  13. Replies
    2
    Views
    148

    cWebColumnButton pbRender property

    23.0
    manually filling a cWebList
    trying to set pbRender false on a cWebColumnButton conditionally

    something like


    If (condition) WebSet pbRender of aTheRows[iNum].aCells[2].aOptions to False
  14. Replies
    4
    Views
    387

    Re: Shopify integration

    I've written some DF code to work with a couple of their API's, in particular pulling down orders from a Shopify store /admin/api/2022-07/orders.json? and posting back up some fulfillment data ...
  15. Replies
    0
    Views
    114

    render cWebColumn on/off

    DF 23.0
    I copied this code from DF help (and modified a little) to help with my question

    I only want to show(render) oDescription when there is a description given (only 1 car in this example)
    ...
  16. Replies
    0
    Views
    135

    Clipping cWebColumnCheckBox in cWebList

    23.0 Df_Material theme MobileList CSS Class
    previous threads have mentioned this topic - occurs in my app on mobile devices or if width of window is reduced, safari, chrome, firefox
  17. Re: Application Not working unless in admin mode

    could the full path be getting truncated ? make sure your string variable is large enough, I recall in some cases string limits could be 80 or 255 chars
  18. Replies
    5
    Views
    572

    Re: Line break in cWebButton psCaption

    Dennis, using the previous example, something like


    Object oMyButton is a cWebButton

    Procedure OnLoad
    String sLine1
    Move 'PAY NOW' to sLine1

    Forward Send...
  19. Replies
    5
    Views
    572

    Re: Line break in cWebButton psCaption

    what's the syntax if using a string variable on a separate line? DF 2023
  20. Replies
    1
    Views
    427

    Re: converting an old webapp

    looks like placing the javascript code in a cWebHtmlBox control seems to work
  21. Replies
    1
    Views
    427

    converting an old webapp

    converting an old DF web app (framework 1.0, classic asp) to 23.0 mobile web app

    there are old style .asp pages that include client-side javascript code

    so how/where does that JS code get...
  22. Replies
    6
    Views
    1,801

    Re: OnViewSaved + ShowInfoBallon

    would you mind sharing a snippet of code and where to put it in the .wo file ?
    thanks
  23. Replies
    0
    Views
    264

    cWebRadio issue

    23.0

    I would like oRadio2 selected in this example
    looking at my runtime screenshot, it's not - and neither is oRadio1, it shows a fully shaded circle, and is not in a select state



    ...
  24. Replies
    6
    Views
    1,801

    Re: OnViewSaved + ShowInfoBallon

    is there something like this available in 23.0 WebOrderMobile framework ?
  25. Replies
    2
    Views
    296

    cWebButton conditional navigation

    I'm using a button to navigate into a view

    in this example, based on a condition, I want to navigate to oAutoPayView2 instead of oAutoPayView1 from the same button


    Object oBtnAutoPay is a...
Results 1 to 25 of 201
Page 1 of 9 1 2 3 4