Search:

Type: Posts; User: Julie Turnpenny

Page 1 of 4 1 2 3 4

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

  1. Replies
    2
    Views
    226

    Re: Web Tab Navigation

    Now that I've learnt how to debug in browser - yes it's been executed.
    I did have it in procedure Onshow which wasn't being executed but now in OnLoad where it is being executed but tab order still...
  2. Replies
    2
    Views
    226

    Web Tab Navigation

    I am using:
    DataFlex 2022 Studio 20.1 - 20.1.39.87Runtime Version: 20.1.39
    FMAC Version: 20.1.111
    Javascript Engine Version : 20.1.39.87

    I have a cWebModalDialog with several cWebForms.
    The...
  3. Replies
    2
    Views
    459

    API JSON passing < > symbols

    How do I format this code so that the symbols of greater than & less than remains intact when DataTypeToJson is called on the struct containing this variable?


    <a...
  4. Re: Line break in cWebButton psCaption

    Thank you Harm Wibier. Much appreciated!

    This works in 20.1 :o


    WebSet psCaption of oBtnPayNow to @"PAY NOW
    (Last Month)"
  5. Line break in cWebButton psCaption

    Is there a way to have a line break in the caption of a cWebButton?

    I've tried:

    WebSet psCaption of oBtnPayNow to "PAY NOW <br/> (Last.Month)"


    Line break in cWebColumn header (ie where...
  6. set piPrecision in cWebGrid (nonDataAware) based on a particular value related to the row

    Using DF 20.1

    There is a cWebGrid which is loaded via OnManualLoadData

    For each cWebColumn of oQtyToCredit I want to set the decimal precision that is allowed based on a value in the stock...
  7. ShowControlError in cWebModalDialog

    I have a cWebModal with a couple of panels.
    Before the user can exit the modal some validations need to occur.

    Sending ShowControlError does not display, although does get triggered.
    Sending...
  8. Re: Quill - Could not find class of 'df.WebRichTexEditor'

    Still blushing!
    Appreciate your support - thank you:o
  9. Compare variable to string returns different result in 64bit

    What is the best way to compare in DF20.1 64bit from existing coding of


    If ((left(sText,1) > ".") Begin

    where sText = "*" which returns false in 64bit but true in 'old style'

    This code...
  10. Re: Quill - Could not find class of 'df.WebRichTexEditor'

    Helps to copy files to the correct workspace ! :o
  11. Quill - Could not find class of 'df.WebRichTexEditor'

    I've followed instructions as per the training on the Learning Centre to install & implement Quill - albeit as a Library
    However when I go to execute the code using the cWebRichTextEditor it comes...
  12. Re: cWebHtmlList with optional attributes

    I managed to work it out by passing a column for the class of hide/show. :o



    <div class='pure-u-1-2 name-details'>Invoice Number:</div>
    <div...
  13. cWebHtmlList with optional attributes

    In this htmlList, I want to optionally show a link (href) on the invoice number.
    If the invoice number is 0 or not finished then no link required.

    I've stored the link htmlList and the options...
  14. Replies
    5
    Views
    1,230

    Re: data dictionary locks

    I can't replicate the error - nor can the tester!
    You answered my question though - thank you.
  15. Replies
    5
    Views
    1,230

    data dictionary locks

    When creating a new system record in a datadictionary, is the LOCK statement redundant if (not(found)), or is it already locked with the Add_System_File statement?

    A user is getting record not...
  16. New Report Wizard - Illegal Datatype Conversion

    I've just installed DR8.1.0.59 for use with DF 19.1
    Using the wizard to create New Report it comes up with errors after selecting the fields and clicking 'Next'
    I can use the manual setup of course...
  17. Re: Server Action Security Check Error

    Thanks Samuel for your reply.
    The field is not read_only and pbEnable also set to true.

    It appears that this maybe a bug in DF (Version 20.1.34) ?

    I removed "
    and used instead which works.
  18. Server Action Security Check Error

    I have a cWebRadio which in the view's OnShow has been "webset pbRender of oRadioConfirmed to (condition='Y')".
    In this case is false.
    There are several other cWebRadios following all of which are...
  19. First dynamic object not recognising OnClick

    Hi. I have a frustrating error occuring with clicking the first dynamic object.

    Using DF 20.01.7

    In a cWebDynamicObjectContainer when objects first loaded and the very first object is 'clicked'...
  20. Replies
    6
    Views
    1,501

    Re: DFTimer versus cTimer

    Thank you for the clear response Wil.
  21. Replies
    6
    Views
    1,501

    DFTimer versus cTimer

    We are in the process of converting older style coding of Dataflex to current in DF19.1.

    What the difference between DFTimer and cTimer and what should we be looking out for to convert to cTimer?...
  22. Re: MS SQL Server connection from networked clients

    Yes I did. I can connect via a UDL when the provider is SQL Server Native Client 11.0.
    Why does the dfconnection use the odbc 13.0 driver for sql server & not mssql??
    13911
    13912
  23. Re: MS SQL Server connection from networked clients

    Thank you for all your help...but still need more ..
    Now I get

    I've disabled Shared Memory which was a solution for someone on a forum but not for here :-(

    Julie
  24. MS SQL Server connection from networked clients

    The DF application has been installed on a pc in a folder named GisNetIncidents
    This folder has been shared as "Jobs" and mapped as S:

    What should the dfconnectionID string be for other computers...
  25. Replies
    0
    Views
    4,431

    RDS Tables and filters

    I'm having trouble with filtering data in the report when using RDS tables.

    Running a very basic report generated by the wizard doesn't return data if a filter is used.



    I know I can filter...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4