NetTalk Central

Author Topic: Internal: New methods: ViewToSessionQueue, LoadViewRecord, AddKeyToFilter, MakeC  (Read 2948 times)

charl99

  • Full Member
  • ***
  • Posts: 185
    • View Profile
    • Email
Hi Bruce,

I note these new methods for build 6.36.

Are these things anything like FileToSessionQueue, ie can I use them to my benefit anywhere and it what situation?

Another thing, in our Desktop app we use a lot of Views where different tables are joined to make the
View. My understanding is I cannot use Views in NetTalk, so I'll make the View and populate a Memory Table to achieve the same goal. Is this correct?

Thanks
Charl

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11247
    • View Profile
Internal methods are usually used internally. There's currently no docs on specific methods, and when/how they might be used by you. Of course you're free to look at the code in them to see what they do if you think they may be useful.

>> Another thing, in our Desktop app we use a lot of Views where different tables are joined to make the
View. My understanding is I cannot use Views in NetTalk, so I'll make the View and populate a Memory Table to achieve the same goal. Is this correct?

nope.

I'm not sure why you can't use Views in the web server - but obviously it'll depend a fair bit on the context.

cheers
Bruce

charl99

  • Full Member
  • ***
  • Posts: 185
    • View Profile
    • Email
Yes, I mumbo-jumbo'd again when I saw those new methods.

the context I meant was a queue, which I know is not possible, hence In-Memory.

Thanks