NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kevin plummer

Pages: 1 [2] 3 4 ... 8
16
Web Server - Ask For Help / Signature
« on: April 15, 2015, 06:04:16 AM »
Anyone using SQL Backend and using signatures? The example uses TPS files and field type of Memo64k but that does not exist in a SQL Table. I tried to use a Blob but I get compile errors. I tried using a local variable but again no memo and String64k did not work.

Cheers,

Kevin

17
Web Server - Ask For Help / Blobs
« on: April 14, 2015, 05:07:06 AM »
Hi,

Anyone serving files out of a MSSQL blob field in the _sendfile method?

I have saved a jpg to the blob field and in the _sendfile method check if it is being requested and try to serve it up using the following code from example 40...

loc:found = BF:Bin{prop:size}
sendstring &= new(string(loc:found))
sendstring = BF:Bin[1: loc:found]
self._SendMemory(sendString,loc:found)
dispose(sendString)


18
Web Server - Ask For Help / Multi-Tab
« on: April 09, 2015, 03:35:45 PM »
When using multi-Tab, should I be able to log into my app as 2 different users on 2 different tabs? When I open the 2nd Tab and point to the web address I am logged in automatically, I guess using the session Q data from Tab 1. Is that right?

19
Web Server - Ask For Help / Tab Hide
« on: March 26, 2015, 10:12:53 PM »
Hi All,

I have 4 filtered browses (diff tables) on 4 tabs with no insert change or delete functionality. I would like to put a condition to include the Tab if there are records. What would the condition be?

Thanks,

Kevin

20
Web Server - Ask For Help / Refresh Tab Heading
« on: March 26, 2015, 06:02:26 AM »
Hi All,

Is it possible to refresh a Tab Heading when I click a new row in a browse? I've added the tab equates to the browse refresh section.

Tab Heading = 'Details for ' & p_web.gsv('DMH:FirstName') & ' ' & p_web.gsv('DMH:LastName')

Cheers,

Kevin

21
Web Server - Ask For Help / Auto complete Filter
« on: March 25, 2015, 03:09:04 PM »
Hi,

anyone know what filter expression I could use to just bring back "distinct" values?

In SQL I would use something like

SELECT DISTINCT BK_Unit FROM BOOK

but there is no "where" clause in the above to restrict the items returned that I can use in the filter.

Cheers,

Kevin

22
The Rest - Ask For Help / Server Failover
« on: March 11, 2015, 07:55:15 PM »
Hi All,

I'm trying to build SQL failover redundancy into my web app.

I'm planning to mirror an SQL server (so the mirror will have a different server\instance name) and need to build the failover into my connection string.

I need a way to check if the server is available, if not use the failover connection string to access data from the backup server. Is there anything in NT that will do this?

it needs to be super quick as I would need to check in my processlink embed so would be called a lot.

Any suggestions for a better alternative?

Cheers,

Kev

23
Web Server - Ask For Help / Approve Button in Email
« on: March 10, 2015, 05:20:41 PM »
Hi All,

I have a request that instead of logging into my web app a user wants to get an Email with an approve and reject button and be able to press either.

So on my web server I have created a form that takes 4 parameters (which are encrypted and base64 encoded).

In the HTML email buttons, is it as simple as just adding my url, form, and parameters? I presume this will open a browser which could be painful on a mobile device as you would need to re-open your emails after every approve or reject.

Am I on the right path or is there a better way of doing this?

Cheers,

Kevin

24
Web Server - Ask For Help / Add record and switch to change
« on: January 22, 2015, 05:21:31 PM »
When I insert a record from a browse I go to a form. I would like to add a record and then switch to change mode. I'm trying to do this in the pre-insert embed. The following code used to work in NT7 in the pre-insert embed. I'm trying this in NT8. Any suggestions?

      p_web.filetosessionqueue(potrn,net:alsovaluequeue)
      ans = net:ChangeRecord
      p_web.SetSessionValue('FormNewDraftPO:Primed',1) 




25
Web Server - Share Knowledge / PGP Encryption
« on: March 16, 2014, 05:38:32 PM »
Hi All,

I have a new client that wants a csv file PGP encrypted before FTPing it to their site. They have sent me a public key with an asc extension. Is this possible? My program runs on a 64bit windows 2008 server.

Cheers,

Kevin

26
Web Server - Ask For Help / Server Specs
« on: February 24, 2014, 02:28:23 AM »
Hi All,

I'm looking to co-host a server and wanted to see if anyone had any advice on the following setup.

I plan to run vmware 5.0 on the server and have around 8 servers virtualized running win2008r2. I will be running sqlserver 2008,nt web apps, windows apps and windows apps served up using go global and active directory on different VM's

I'm looking at a dell R720 server with the following specs:

128gb Ram
2 x 8 core cpu's Xeon E5-2640v2 2.0 ghz
2 x 2GB SD Card
4 x 2TB 7.2k near line drives
2 x 480gb SSD SATA Read intensive 3GBPS
Redundant Power Supply.

Thanks,

Kevin


27
Your Views and Comments / Nettalk 7
« on: May 03, 2012, 08:34:34 PM »
Hi Bruce,

You let it slip (maybe on purpose) in your forums email that "NetTalk 7 (which needs to do a lot of string manipulations anyway) will require it."

Wow, just when I thought it couldn't get any better - a new version in the pipeline! Any sneak preview of what you have install for the next version? Obviously it must be some major stuff to be worthy of a new version.

Cheers,

Kevin


28
Web Server - Ask For Help / Refresh Parent Proc
« on: January 03, 2012, 04:13:10 PM »
Hi All,

I use the following in NT5 to refresh a parent proc. This does not "seem" to work in NT6

      p_web.setValue('_ParentProc','')       !added to auto refresh the browse xxx
      p_web.DeleteValue('_EIPClm' )
      DraftPODetailsBrowse(p_web)

Cheers,

Kevin

29
Web Server - Ask For Help / Thank-you
« on: December 22, 2011, 05:12:12 PM »
Hi Bruce,

I would just like to say a big thank-you for creating such an amazing template/program for us to extend our wares to the web.

You have worked tirelessly for many years now extending, updating and improving the product allowing us to create truly cutting edge apps for the web. This is an enormous task you have undertaken which almost seems impossible to accomplish with all mixes of browsers, versions and devices available. Although there are regressions and bugs from time to time it is understandable when dealing with such a beast. Keep pushing the boundaries!   

I hope you get to have a break over xmas and I look forward to working with NTW6 in the new year and expanding into the mobile web area.

Keep up the amazing work!

Cheers,

Kevin

30
Web Server - Ask For Help / App Store
« on: November 23, 2011, 06:43:36 PM »
I know I'm probably jumping ahead here a bit considering I've only had NT6 for a day BUT will we be able to create apps to upload to apple and google app stores? I'm guessing we would need some os specific shell to call our internet page and it would run via that inside the shell?

Anyone have any experience and is the process documented for NT6?


Cheers,

Kev

Pages: 1 [2] 3 4 ... 8