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 - Gregg Matteson

Pages: [1] 2
1
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

2
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


3
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


4
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

5
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]

6
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.


7
Web Server - Ask For Help / App won't run on remote web server
« on: March 31, 2008, 04:56:20 PM »
Using Nettalk 4.30, selfservice,winevent...

App runs perfectly on local machine, upgraded working (4.28) app to 4.30 on server and I can't get the loginpage to come up. error is HTTP 400 Bad request.. . IOW can't find the file.

Service panel on server shows it tries to start but doesn't get to the second line which references all.css etc.
I've spent hours loading and reloading and trying different things,

Where would you expect the problem to be?
ANother app on same server is working fine, (4.28) . I've missed something I know.

Thanks,

Gregg Matteson

8
Web Server - Ask For Help / drop down not filtering properly
« on: March 27, 2008, 03:39:37 PM »
Nettalk 4.30

order entry form - client chooses dealer from file loaded drop down, next field is another drop down to choose the shipping destination that dealer. shipping dropdown is not working.

it is working on another pc same app using 4.28. The only difference is the new 4.3 version , the browse is a field in a web form.
Are things done a bit different in 4.3 . exactly where would I set a sessionvalue to tie the shipping id to the dealer id for filtering purposes?

Thanks,

Gregg Matteson

9
Web Server - Ask For Help / Email from a browse using it's data
« on: March 24, 2008, 10:28:03 AM »
Using 4.30 , using a browse as a field in a Netwebform and "Send new value to server".
That works as Bruce suggested recently and loads the ID into a field (Subject in this case).
How do I retrieve the mailto and mailfrom from the browse's file to use in the sendmail?

Thanks ,

Gregg Matteson

10
Web Server - Ask For Help / Blogging with Nettalk?
« on: November 26, 2007, 05:08:11 AM »
After much research I decided on Drupal for a new blog/content management site. I'm becoming frustrated very quickly with what I can't do. I'm wondering why you couldn't create the same functionality with NetTalk Web server. A search of this forum showed nothing . So is this a dumb idea? Other than a possible disadvantage of having to host on a windows based server, I don't see a downside.

Anyone else considered it?

Regards,

Gregg Matteson

11
I've added my own Mailto: using the html tab in a browse so that I can fill in :
to:
subject:
and the body:
I'm trying to put the invoice ID ( unique ) in the subject and used
subject=<!-- Net:V:invid --> , where invid is set by
p_webSetValue('INVID',inv:id) in the embed - Override Javascript when a row is clicked. this yields the last ID of the browse rather than the correct one.

Is this currently possible?

Thank you for your time.

Gregg Matteson

12
Web Server - Ask For Help / Call a routine from a browse button?
« on: July 13, 2007, 03:32:01 AM »
User needs to be able to email his order to production office.
I would like to place a button or field in a browse (Row) and when he clicks it , runs a routine that contains a Mailto: with
to:
from:
cc:
Subject:
Body:

tried various things ( 4.24 ) can't get the tight combination. Is this possible.

Note: have not upgraded production machine to latest version due to problems with chromemenu display problems in fixed width static page.

Thanks very much,

Gregg Matteson

13
Web Server - Ask For Help / When to use what? Bruce?
« on: July 05, 2007, 04:40:59 PM »
I use session variables to set local variables or form fields .

What I don't understand is, what is the p_web.SetValue(.. .  used for ? when do you use it and why? 

I realise the session variables are persistant across procedures . What's the difference between p_web.GetValue and p_web.RestoreValue ?

Certainly hope I'm not the only one that is confused about this.

Thank you very much,

Gregg

14
Web Server - Ask For Help / Priming a field
« on: July 05, 2007, 10:26:48 AM »
I am trying to prime a DISPLAY field on a form with a session variable. As part of testing I placed the variable on the static page using the format <!-- Net:s:sessClico --> and it shows the value as I expect it would.

I can't prime the field with anything , for example I primed it ...

cli:client = 'test' and that doesn't even show.

ANY suggestions are much appreciated.

15
Web Server - Ask For Help / CAPTCHA & Nettalk?
« on: June 25, 2007, 03:02:31 AM »
Subject says it all. Anyone implemented CAPTCHA with a Web server app?

Care to share how?

Thanks for your time.

Pages: [1] 2