Search:

Type: Posts; User: Ianv

Page 1 of 20 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    12,519

    Re: Status 35 - Program must be converted

    I have just had this error. In my case I found, by looking at the bottom of the .prn file, that the compiler had not completed all the file. ie: the compiler stopped part way though the source file...
  2. Replies
    18
    Views
    2,423

    Re: WIN to WEB, global variables

    The data for some, if not all the properties you mention could be available in the SessionManager. In fact in the cWebSessionManagerStandard package there is a number of properties (NOT web...
  3. Replies
    4
    Views
    807

    Re: cWebTreeView auto-sort elements

    Well, it is an array so you an sort that after loading it using SortArray.
  4. Replies
    3
    Views
    1,781

    Re: Charmode selection list in descending sequence

    My recollection was that either, I set the appropriate index to have a descending segment or, if that wasn't possible because it was being used elsewhere in normal order, I'd do the following:


    ...
  5. Replies
    3
    Views
    801

    Re: Web application help system

    I think the best answer is to first design the system to be as intuitive as possible (how many mobile phone apps do you know which require Help?). Thereafter you can use a variety of techniques:

    ...
  6. Replies
    11
    Views
    1,210

    Re: Web Parent/Child (Header/Detail) Question

    I hate grids with a passion for all the reasons mentioned.
    Generally I use WebMobile Apps and use Select>Zoom>Select>Zoom etc. It's completely controllable and far more intuitive for users.
    Ian
  7. Re: EncryptKey - DecryptKey to protect some financial fields

    Incidently, the encrypt/decrypt facility available in cWebResourceManager might not be good for general use since they are designed to work with URL's and substitute some characters. Better would be...
  8. Re: EncryptKey - DecryptKey to protect some financial fields

    No problem using Chilkat in a WebApp. It works fine.
    Ian
  9. Re: Any place to obtain Dataflex install files or 3.5” diskettes for DOS computers?

    Are you aware that you can get the latest version of Dataflex with a free Personal use licence. This would be much easier to use and learn than a 1990 version and would allow you to create both...
  10. Replies
    3
    Views
    680

    Re: cWebSuggestionForm/Show Suggestions

    I recollect finding that I had to make the Search Form longer to get a longer description in the drop-down.
    Ian
  11. Re: Web API Clear all table buffers at start of each request

    The whole WebApp is big Web service and a great deal of work has been put into clearing old data from a previous call and restablishing the state that was there when that session made its last call. ...
  12. Replies
    11
    Views
    1,747

    Re: Disallow use of Chrome

    What about creating an image which says “Street” and position it before the cWebform.
    Ian
  13. Thread: Read an HTML file

    by Ianv
    Replies
    9
    Views
    1,765

    Re: Read an HTML file

    I must be missing something but you did say file not a Web page. I do this all the time with html template files having place markers, say ^name^. I read the file into a string using read_block 1...
  14. Replies
    1
    Views
    803

    Quill Editor - Bug or Feature?

    I have just implemented the Quill editor in a development workspace to test prior to production. I had assumed that setting pbUseHTMLEncoding to True would automatically save formatted text as html....
  15. Re: Bug in cWebSuggestionForm when searching numeric field

    Hi Bram,
    I am using DF19.1 with a Pervasive database.
    I have moved on since that original post and, as well as fixing the problem with numeric fields I have also added support for multi-column...
  16. Bug in cWebSuggestionForm when searching numeric field

    I have a number of tables where the codes start well above zero. Invoices for example. I started our Invoice numbers at 100,000 so that all invoices (at least for the first 899,999!) will be six...
  17. Replies
    12
    Views
    2,857

    Re: DF WebApp in Docker Container

    Hi Jacob,
    I'm sorry, I haven't tried DF 20.0 nor have I tried DR at all. I notice it is failing on registering an .ocx file. It would be interesting to try DR 8 on 19.1 to see if that works. ...
  18. Replies
    25
    Views
    3,417

    Re: peLoginMode question

    Oops,
    Sorry,copied from the wrong tab. Dan's correction is the one I meant to reference.
    Ian
  19. Replies
    25
    Views
    3,417

    Re: peLoginMode question

    Mike,
    There are a couple of issues here which need to be considered. My examples are from 19.1, I don't know if this has changed in 20. I'm also assuming that your SessionManager.wo is based on...
  20. Re: WebList - Custom sorting on manually loaded grigs

    I looked at doing this a few years ago on 18.2 and came to the conclusion it would require JavaScript. The reason DAW gave for not supporting this is that they expected sites to be using lots of...
  21. Replies
    19
    Views
    8,518

    Re: Finally time to move off v2.3

    I am going through a similar process to you with some exceptions. I too wrote our systems in 2.3B. In those days Novell was the only realistic nework system and, when Novell made a free copy of...
  22. Replies
    3
    Views
    1,805

    Re: CHILKAT older versions

    Hi Edgar,
    It's not terribly transparent and took me several emails to Matt before he sent me the links shown below. The secret is the directory structure which has a separate sub-directory for each...
  23. Replies
    5
    Views
    3,501

    Re: AWS SES Signature Version 4

    It’s interesting if not confusing. The difference between V2 & V4 is that V4 uses the credentials generated from an IAM identity and has a set of 2 credentials compared to a set of 3 for V2. The...
  24. Replies
    5
    Views
    3,501

    Re: AWS SES Signature Version 4

    Gentlemen, thanks for your suggestions. I sent a query off to Matt at ChilKat and he has told me that I have version 9.5.0.79 while the first version which has the V4 signing is 9.5.0.84 (September...
  25. Replies
    5
    Views
    3,501

    AWS SES Signature Version 4

    I've been happily using AWS SES and Chilkat V 9.5.0 to send emails from our Web-sites for the past 2 years. AWS has now changed to using Signature V4 which relies on an IAM user. Has anyone got this...
Results 1 to 25 of 477
Page 1 of 20 1 2 3 4