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.


Messages - Gregg Matteson

Pages: [1] 2 3 4
1
Web Server - Ask For Help / Re: Looking for a link
« on: July 24, 2016, 04:33:17 AM »
Poul,

Thank a lot . ! on my way.

2
Web Server - Ask For Help / Looking for a link
« on: July 23, 2016, 04:59:15 PM »
Could really use a link to a recent webinar where Bruce Johnson demoed AWS-Amazon Ec2.  Great webinar but wish I had been able to tape it.
Thank You kindly,
Gregg

3
Web Server - Ask For Help / Re: What is needed
« on: April 04, 2016, 04:21:00 AM »
Thank you , Bruce. I bought your book and I must say that anyone wanting to use Nettalk is wasting their time with out the book. Very well done thanks!!

4
Web Server - Ask For Help / What is needed
« on: April 03, 2016, 05:33:04 AM »
Client needs to enter and view orders and details from several locations , securely.

I have Nettalk 9 server, Stringtheory,Cryptonite,jfiles, xfiles, each is the latest versions. I also have an older Secwin and Winevent.  I recently purchased your 260 book on Nettalk.

I would like to know if all is needed and how they fit together. IE; is Cryptonite needed for security?  Easiest way to make this all web based?

Max users = 8

Thanks ,

Gregg


5
Web Server - Ask For Help / Need to add a button using NT 7
« on: December 17, 2012, 12:12:03 PM »
Working with example web server app 71 , trying to add a button in the fields list of BrowseInvoices to print a page.  Tried everything I can think of - what am I missing? Button does not show in the row. Nothing gets added.

Thank you for your time,

Gregg Matteson


6
Web Server - Share Knowledge / Re: Prototype developer notes
« on: September 04, 2009, 05:02:19 PM »
For those that want to get ready to use jQuery I can recommend a new  video series at http://www.lynda.com . It's a 4 hour course and the gentleman does a nice job. Note that using their viewer to watch their videos there is a tool at the bottom left of the screen that allows you to increase the speed of the videos. This guy talks a little slow so this was useful in reducing the time spent viewing the videos. The subscription  for a month costs $25 .

Be aware that subscribing monthly causes an automatic billing to occur every 30 days unless you stop it. I'll often stop the subscription before renewing if I have too many commitments in the coming month.


Hope someone finds this useful.

Regards,


Gregg Matteson


7
Web Server - Ask For Help / Re: Menu issue using 4.32
« on: June 11, 2009, 01:56:14 AM »
Bruce,

Thanks for looking at it. I'll check all of these things and report back here exactly what it was.

Thanks for your time,


Gregg Matteson

8
Web Server - Ask For Help / Re: Menu issue using 4.32
« on: June 10, 2009, 11:17:40 AM »
menu style doesn't seem to matter. it happens on all styles.

As this app is local only at the moment, will send you an ip address and leave it running so you can get into it when you are in the office.

9
Web Server - Ask For Help / Menu issue using 4.32
« on: June 10, 2009, 03:57:31 AM »
app goes from login to index page where main menu is contained.
This app was created with 4.31 , I deleted the index page and rebuilt it.
Now when navigating to another page and then back to index page, the menu item shows twice, but only when returning from another page.

Latest web folder is where it should be.

Any suggestions would be appreciated.

Regards,

Gregg Matteson

10
Web Server - Ask For Help / Re: Range limiting - how ?
« on: April 24, 2008, 05:15:52 AM »
Thomas.

in your login form - validate update

something like this...

GlobalErrors.Init                !initialize GlobalErrors object
            Access:Client.Init               !initialize Access:Client object

            Access:Client.Open()
            Access:Client.UseFile()
            clear(client)
            Cli:Contact = upper(clip(Loc:Login))
            Cli:Password = upper(clip(Loc:Password))

            Get(Client,CLI:loginKey)
     
                p_web.SetSessionValue('sesspassword',clip(Cli:Password))
                p_web.SetSessionValue('sessgpid',CLI:GroupID)
                p_web.SetSessionValue('sessClico',CLIP(CLI:ClientCompany))
                p_web.SetSessionValue('seeclipuaid',CLI:ClientPUAID)

note their are probably more elegant ways to do this, but it works for me. The point is you are putting record contents into "session" variables so that you can use p_web.GetSessionValue in other procedures. No local variables.  the filtering issue will probably take care of itself after you get this right.

HTH

Gregg

11
Web Server - Ask For Help / Re: 2 menu bars
« on: April 23, 2008, 06:09:31 AM »
Bruce,

Removed menus and that resolved that. Adding back menus as suggested and that works fine.

Regarding this app not working on the web site server ( godaddy) apparently it's an issue with having IIS running and binding the ip addresses. Nothing directly related to NetTalk 4.30. IN the process of trying httpcfg to control which ip's are listened to. I have had some help from a very generous Nettalk user.

Thanks for your help and patience,

Gregg

12
Web Server - Ask For Help / Re: 2 menu bars
« on: April 22, 2008, 03:49:25 AM »
Bruce,

Just in case my email to you didn't get through a filter or what ever,

I emailed a link to app&dct Late Monday pm. If you didn't get , please advise.

Thanks,

13
Web Server - Ask For Help / Re: 2 menu bars
« on: April 20, 2008, 04:15:35 PM »
Is this normal behavior in this scenario, a bug OR am I just not seeing a simple solution?

Any one please?

Regards,

Gregg Matteson

14
Web Server - Ask For Help / 2 menu bars
« on: April 17, 2008, 05:33:49 PM »
Using 4.30,

If I place a child browse below the parent browse the menu bar will show up twice if I select the next or last buttons on the parent OR if I sort on a column heading of the parent . Note,there is no menu on the child browse.
See attached jpg.

Suggestions Please?

Regards,

Gregg Matteson

[attachment deleted by admin]

15
Web Server - Ask For Help / Issues with deployed app
« on: April 10, 2008, 07:46:46 AM »
Using 4.30 / C6 PE 9056 / Selfservice and Winevent

Home page is static with login button calling login inside app. using Firebug, console tab shows 5 errors when login page comes up in browser.

bodyONLoad is not defined

Rico is not defined

SetDefaultButton is not defined

Rico is not defined

bodyOnLoad is not defined

Note that static pages have been removed

Also css is not being read IOW login page is not formatted by css.

Not sure where to start.


Pages: [1] 2 3 4