Search:

Type: Posts; User: prink

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    9,795

    Re: Synchronization of file and DDO field buffers

    Thanks to the previous responses I was able to resolve part of my problem.
    However part 2 of what I don't understand persists (refer to original post).

    When I open the data entry view 'Maintain...
  2. Replies
    10
    Views
    9,795

    Re: Synchronization of file and DDO field buffers

    Thanks Michael. You are right. I tried what you suggested and the ICN2 is the new value. I have changed my code to use the Refind_Records and Move instead to Get Field_Current_Value.
    I am now...
  3. Replies
    10
    Views
    9,795

    Re: Synchronization of file and DDO field buffers

    Thank you for your response Harm.

    - I misunderstood the purpose of Clear. I thought it cleared and refreshed the buffer with the new record.

    - I have set the Main_DD and registered the DDO...
  4. Replies
    10
    Views
    9,795

    Re: Synchronization of file and DDO field buffers

    Thanks!
  5. Replies
    10
    Views
    9,795

    Re: Synchronization of file and DDO field buffers

    Sorry Richard,
    When I created the post the code was formatted as you requested. However, when I saved the post the whole thing left justified. I don't know why.
    I agree it is hard to read.
  6. Replies
    10
    Views
    9,795

    Synchronization of file and DDO field buffers

    DF 19.0 The first paragraph of the help page titled Synchronization of File Buffers and DDO-Field-Buffer describes the behavior I am trying but failing to accomplish in my webapp.

    I have a data...
  7. Conditional read/write access to cWebView, cWebGrid

    My WebApp displays the contents of database tables through cWebGrid objects within cWebView objects.
    I have developed them as read_only by setting the pbReadOnly property to TRUE on each cWebColumn...
  8. Replies
    6
    Views
    1,833

    Re: Download File from remote location

    Thanks starzen, and yes to your question. Through the webapp, based on parameters selected by the user, a file is generated and saved to a directory on the same web server as the webapp.
    I now...
  9. Replies
    6
    Views
    1,833

    Download File from remote location

    My first DF webapp needs to provide the ability for the user to download a file from a remote location once a month.
    In the DF Help the description for the function DownloadFile describes exactly...
  10. Replies
    1
    Views
    1,216

    Re: WebLookup in a cWebGrid issue

    I received the same error:
    Object '' is out of scope for WebGet PSCURRENTROWID.You cannot WebGet a property from a web view\dialog unless it is part of the currently focused view/dialog stack.
    ...
  11. Thread: ShowYesNo

    by prink
    Replies
    1
    Views
    1,161

    ShowYesNo

    I am developing my first WebApp. This WebApp includes a view with a button with an OnClick procedure that calls one procedure that calls another procedure and
    eventually 'CreateFile' procedure is...
  12. Replies
    8
    Views
    2,388

    Re: Display large string through WebApp

    Thank you all for your help. I now have the text popping up and displaying exactly as required.
  13. Replies
    8
    Views
    2,388

    Re: Display large string through WebApp

    Thank you. Harm also suggested the Modal Dialog. I have one now popping up beautifully, but was missing the 'how to get the data into the box' piece of the puzzle. So, next up is to build an...
  14. Replies
    8
    Views
    2,388

    Re: Display large string through WebApp

    Ok, I see the cWebEdit in the Web Order example but can't relate it to what I am trying to do.
    This is what I have so far:

    Object oReviewFileContents is a cWebButton
    Set...
  15. Replies
    8
    Views
    2,388

    Re: Display large string through WebApp

    Thank you Bob. I'll take a look.
  16. Replies
    8
    Views
    2,388

    Display large string through WebApp

    I am brand new to DF, OO and developing web apps. This is my first post.
    I am creating a simple WebApp with some buttons.
    My requirement is to have one button's OnClick Procedure to popup a read...
Results 1 to 16 of 16