NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: charl99 on August 01, 2012, 04:19:41 AM

Title: Internal: New methods: ViewToSessionQueue, LoadViewRecord, AddKeyToFilter, MakeC
Post by: charl99 on August 01, 2012, 04:19:41 AM
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
Title: Re: Internal: New methods: ViewToSessionQueue, LoadViewRecord, AddKeyToFilter, MakeC
Post by: Bruce on August 01, 2012, 05:07:06 AM
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
Title: Re: Internal: New methods: ViewToSessionQueue, LoadViewRecord, AddKeyToFilter, MakeC
Post by: charl99 on August 01, 2012, 06:06:07 AM
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