Search:

Type: Posts; User: starzen

Page 1 of 80 1 2 3 4

Search: Search took 0.06 seconds.

  1. Thread: JSON Newbie

    by starzen
    Replies
    2
    Views
    69

    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
  2. Re: Does anyone have a Holiday Calendar control?

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

    Re: Import from Hell

    we had a similar issue. We solved it by using a 64bit application
  4. 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...
  5. Replies
    11
    Views
    364

    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...
  6. Replies
    11
    Views
    437

    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.
  7. Replies
    11
    Views
    437

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

    at login you can pick a diff database to connect to
  8. 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
  9. Replies
    15
    Views
    970

    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
  10. Replies
    15
    Views
    1,933

    Re: FedEx REST Interface

    what are the issues?
  11. Replies
    18
    Views
    906

    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...
  12. Replies
    18
    Views
    906

    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...
  13. Replies
    18
    Views
    906

    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?
  14. Replies
    18
    Views
    906

    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
  15. Replies
    18
    Views
    906

    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...
  16. Replies
    18
    Views
    906

    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
  17. Replies
    3
    Views
    485

    Re: About bananas. . .

    i am good. i grow my own in addition to a bunch of other things
  18. Replies
    3
    Views
    276

    Re: Read long string from XML file

    yes then you need to set the argument size to the max you think you need

    you can first use Get_Argument_size to get the current setting then use Set_Argument_Size to set it to what you need and...
  19. Replies
    3
    Views
    275

    Re: Send SetActionMode and cWebMenuButton

    so without testing your case would be something like



    Send SetActionMode (RefProc(OnItemClick)) scModeProgress "Please wait while sleeping..."
  20. Replies
    3
    Views
    275

    Re: Send SetActionMode and cWebMenuButton

    you set the action mode for the action method that is called by the client for example OnClick.

    then when the client executes OnClick on the server it knows about your action mode

    Sample From...
  21. Replies
    3
    Views
    276

    Re: Read long string from XML file

    version of DF?

    older versions look at Set_Argument_Size and Get_Argument_size to change the max size
  22. Replies
    6
    Views
    507

    Re: Maximum number of channels

    it is a DataFlex runtime thing. each process has the 10 channels.
  23. Re: Request_Save: Updating External Tables (Add_system_file) using their DD classes.

    we simply created a package that allows us to handle smart transactions

    works something like this



    Send PrepareForTransaction
    Send SetFileModeDefault ASNRCV.File_Number...
  24. Re: Request_Save: Updating External Tables (Add_system_file) using their DD classes.

    the approach in general is not an issue

    a few things

    first i would not create the DD every time you call request_save (also you are not destroying it). Either create it during dd construction...
  25. Replies
    2
    Views
    434

    Re: DataDictionary contamination

    they are safe if done properly. sounds like for some reason your dd is not synced properly but you are also saying that this is a representation not the actual code so there could be other things
    ...
Results 1 to 25 of 2000
Page 1 of 80 1 2 3 4