Search:

Type: Posts; User: starzen

Page 1 of 80 1 2 3 4

Search: Search took 0.06 seconds; generated 16 minute(s) ago.

  1. Replies
    6
    Views
    386

    Re: Using a simple XML String intelligently

    Specialized Components is the name of the workspace i believe

    never really looked at the samples so i am not sure how far it goes
  2. Replies
    6
    Views
    386

    Re: Using a simple XML String intelligently

    as samuel said you will need to make yourself familiar with xml and its rules

    in addition you either need the doc for the format given which could come in just general doc or an xml schema
    ...
  3. Re: Restoring a database created on a home pc to an AD environment

    at the restore you can change the folder and filenames for the restore
  4. Re: DataFlex 19.1 Classic ASP and Constrain as

    if you rebuild the constraints when the page loads and the web property is correct the constraints should be correct

    i would log everything. log entering the asp page, the value of the web...
  5. Re: DataFlex 19.1 Classic ASP and Constrain as

    you probably need to reset the constraint (rebuild_Constraints) when the session starts. in a regular webapp that happens automatically if it is a registered dd. not sure about how classic asp...
  6. Re: DataFlex 19.1 Classic ASP and Constrain as

    theuser i am guessing is a global thing that you set during login

    if so you need to reset it in your session manager so it gets set to the proper user every time a process is used for a session
    ...
  7. Re: in previous applications I used: "&" like Bu_Zeil.SACH_KTO&. ???

    dynamic indexing with either windowindex or fieldindex
  8. Re: Get Create U_cJSONParser to not working in DF23 webapp

    generally means that the class is not included. have you tried using the packages

    Use cJasonParser.pkg
  9. Replies
    7
    Views
    251

    Re: Microsoft Entra ID

    just a new name
  10. Thread: JSON Newbie

    by starzen
    Replies
    2
    Views
    174

    Re: JSON Newbie

    first parameter is a host not a path

    try like this



    Get HttpGetJson of hoHttpTransfer "dummycardservices.ie" ("/api/card/read-id/" + sID) (&bOk) to hoJson
  11. Re: Does anyone have a Holiday Calendar control?

    the syncfusion scheduler is a full scheduler and will do all these things easily
  12. Replies
    8
    Views
    267

    Re: Import from Hell

    we had a similar issue. We solved it by using a 64bit application
  13. Re: Your search 192.168.xx.xxx/ws did not match any document

    not sure why your browser thinks it should search but put http:// in front and it should not happen.

    as far as the guest wifi that makes sense. Guest wifis are generally restricted to internet...
  14. Replies
    11
    Views
    448

    Re: SQL Filters and Constraints

    we ran into issues with this a long time ago. not sure i completely remember the exact thing but it was something like when you use a filter for your main constraint the jump in and out logic doesnt...
  15. Replies
    11
    Views
    470

    Re: Don't delete your default DB in MS SQL!

    when you click connect in the connect to server dialog click the 'Options >>' button

    then on the connection properties tab the is a combo 'Connect To Database'

    works on Sql Express also.
  16. Replies
    11
    Views
    470

    Re: Don't delete your default DB in MS SQL!

    at login you can pick a diff database to connect to
  17. Re: Feature Request: Swagger / OpenAPI support

    agree

    a long time ago we created our own REST API classes and they do support auto generating Swagger/OpenAPI spec documents
  18. Replies
    15
    Views
    1,007

    Re: SQL express test database

    you mean pointing it to a diff database?

    just change the database name in the connection string

    best of course if you have a connection id so it is one change instead of every tables int file
  19. Replies
    15
    Views
    2,035

    Re: FedEx REST Interface

    what are the issues?
  20. Replies
    18
    Views
    1,045

    Re: AutoIncrement via a function

    problem is you are not using a transaction and a refind. you are simply incrementing the current value of the global buffer. this will work in a single user environment but not a multi user

    for...
  21. Replies
    18
    Views
    1,045

    Re: AutoIncrement via a function

    so it is a separate transaction from the transaction that creates the booking later

    in this case you cant just add the table as an externally updated table to the booking DD of course. it would be...
  22. Replies
    18
    Views
    1,045

    Re: AutoIncrement via a function

    i am still not sure on how your program works

    it sounds to me like you are getting a new id then let the user enter other data then save is that correct?
  23. Replies
    18
    Views
    1,045

    Re: AutoIncrement via a function

    and with this you need to make sure to put a transaction around the refind and save otherwise in a multi user system 2 people could get the same id
  24. Replies
    18
    Views
    1,045

    Re: AutoIncrement via a function

    i think if i get this right he wants to create the new id separate from the dd transaction before any of the dd transaction happens

    this means of course that a new id may not be used if the user...
  25. Replies
    18
    Views
    1,045

    Re: AutoIncrement via a function

    you are setting the value to the local buffer value + 1. in order or this to work you need to make sure the local buffer has the most current record in it
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4