Search:

Type: Posts; User: Ian Smith

Page 1 of 34 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    280

    Re: SQLExecutor and 01/01/2001

    Thanks Peter

    I only use Date and DateTime2 as the min values are the same, so I did not want to get involved with 1753-01-01. I tried returning NULL
    IIF(Table.Column = '0001-01-01', NULL,...
  2. Replies
    2
    Views
    197

    Re: Code complete failing

    OK, I'll investigate more...
  3. Replies
    5
    Views
    280

    SQLExecutor and 01/01/2001

    I've lost track of this issue.

    Please can someone confirm if this is going to be fixed in df24 or if there is a work around or if I need to stop using the SQL Executor.

    Thanks
  4. Replies
    2
    Views
    197

    Code complete failing

    Code complete fails to complete the "Else Move True to ..." line

    If (tCont_Grid_Filters.bHide_Cancelled and ;
    ...
  5. Replies
    4
    Views
    346

    Re: Generate SQL structure - Table name

    Hi Vincent

    Multiple members can have the same name, thanks.

    I would still like a tick box so the structure generator will add Table_ to the member names if the table name is included with the...
  6. Replies
    0
    Views
    99

    Web App configured with wrong name

    Moving WebApp to production

    Copied the relevant parts of the workspace to the server

    Ran WebApp Administrator / Configure New Web Application

    Filled in all the boxes, giving the...
  7. Replies
    4
    Views
    346

    Re: Generate SQL structure - Table name

    Hi Vincent

    "String sCustomer.Acc_Ref"
    The full stop should have been an underscore. Sorry for any confusion this has caused.

    An example

    Select statement
    Select
    Table1.Colum1,
  8. Re: Obsolete packages - suspend compiler warning

    Hi Vincent

    I know Crystal is long dead, but until it is replaced, and that is not a quick exercise in very large applications, it would be nice just to be told it's dead once and not hundreds of...
  9. Obsolete packages - suspend compiler warning

    At the top of obsolete packages, after the "WarningEx GENERAL DFERR_COMP_WARNING_OBSOLETE_PACKAGE..."

    please an you add CompilerWarnings Suspend



    WarningEx GENERAL...
  10. Replies
    4
    Views
    346

    Generate SQL structure - Table name

    Please can you add a check box to include the table name

    E.g.


    { Name="Customer.Acc_Ref" }
    String sCustomer.Acc_Ref

    Thanks
  11. Replies
    8
    Views
    672

    Re: cWebAppBasic not initialising

    Bump, DAW any ideas where I need to look...
  12. Replies
    8
    Views
    799

    Re: Compiler reserved word error - time

    Hi Bram

    Probably not, I have renamed all the code that was causing the problem and moved on.

    Following on from Vincent's description and Samuel's comment - this issue would be prevented if all...
  13. Replies
    8
    Views
    672

    Re: cWebAppBasic not initialising

    Thanks Vincent, Harm

    A bit more info


    I created a new workspace, added a cWebAppBasic object, a cWebService obeject and a cWebHttpHandler object.
    Compiled and ran got the same error.
    ...
  14. Replies
    8
    Views
    672

    Re: cWebAppBasic not initialising

    Anyone from DAW available to assist?
  15. Replies
    8
    Views
    799

    Re: Compiler reserved word error - time

    OK Found the issues

    There was a procedure in a button object called time (Procedure Time) and a string variable called Time defined directly in an object (not in a method).

    So the question is...
  16. Replies
    8
    Views
    799

    Compiler reserved word error - time

    DF24.0 Beta 1

    From the cSigCjGridControl class

    Compiler errors on Time tmValue - states "reserved word used TIME"

    Checked with Hex Editor and there are no "odd" characters


    ...
  17. Replies
    8
    Views
    672

    Re: cWebAppBasic not initialising

    Hi Wil

    Thanks for reminding me about the checker. Ran it - 32bit was disabled (don't know what disabled it) enabled it and restarted, problem still exists.

    (Just tested 64bit and get the same...
  18. Replies
    8
    Views
    672

    cWebAppBasic not initialising

    DF23.0 23.0.51 (reinstalled after un-installing 23.0.53)

    Basic WebApp with just cWebHttpHandler object

    I'm getting this error when trying to run the WebApp

    Also tried creating a new...
  19. Replies
    11
    Views
    958

    Re: Should this work in DF23.0

    Hi Bram

    I can confirm that it compiles with df24.0 beta 1

    Thanks
  20. Replies
    11
    Views
    958

    Re: Should this work in DF23.0

    Hi Dennis

    Thanks, waiting with fingers crossed:)

    Regards
  21. Java Script Engine DF23.0.51 to DF23.0.53

    Are there any changes to the Java Script Engine between the original DF23 (23.0.51) and the Patch (23.0.53) and if so how do we update the AppHtml folders on the production servers?

    Thanks
  22. Replies
    11
    Views
    958

    Should this work in DF23.0

    The following compiles in DF20.1 but fails in DF23.0

    Yes, it's a very very mature application

    The help states, obviously, that this is obsolete but the commands have not been moved to...
  23. Studio Installer could not configure IIS

    Just a heads up

    The latest version of Zone Alarm Extreme Security (not the next gen version) prevented the DF 23.0 Studio installer from configuring IIS. This is on a new PC Windows 10 Pro - it...
  24. Replies
    3
    Views
    551

    Re: Return an image

    Hi Andrew

    No idea... hence asking how this should be handled.

    Regards
  25. Replies
    3
    Views
    551

    Return an image

    Hi

    I know this should be simple...

    I need to return an image (or a link to an image, if that is what is needed) that is displayed in the browser.

    I have tried using cWebHttpHandler and

    ...
Results 1 to 25 of 827
Page 1 of 34 1 2 3 4