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 - Stan

Pages: [1]
1
Web Server - Ask For Help / Form field (with lookup) bug
« on: October 29, 2008, 03:55:50 PM »
Upgraded from 4.24 to 4.30 a month or so ago. Have found a bug in 4.30 ( code that worked fine in 4.24).  Have a Form with a Lookup button, when user enters valid data and hits TAB key (skips use of Lookup button) it should show the Name in comment, but does not (if you use the lookup the name displays in the comment).  I tried with Example21 and it works fine in 4.24 but not in 4.30 version. Has this been fixed yet, and if so any idea when 4.31 will go gold.

Cheers,
Stan

2
Bruce,

Thanks!  I am running 4.30 (just upgraded from 4.24 a few weeks back). Any idea when 4.31 will go gold (October?)?

Cheers,
Stan

3
Mike,

Thanks for the reply.

When Form opens I have a variable that is TRUE (hides 3rd field). In "3 Value Routine" of the previous field (field 2) it may get set to FALSE (don't hide). This works (the field now shows) but cursor jumps to field after (field 4), not the newly unhidden 3rd field. If the hidden fields gets displayed I (and even more, the users <g>) would like the cursor to be there. Hope this makes sense.

Cheers,
Stan

4
Hi All,

I have a Form with multiple fields.  Field 3 is conditional (does not display initially as Hide Condition is set). When user completes field 2 (lookup button to browse) it may set the variable to stop the Hide Condition, which works fine. The problem is the cursor jumps to field 4 (skips conditional field 3 even when field 2 sets it to display). You can easily click on field 3 and everything works fine, just a pain.

It's not a big problem but we have had 4 or 5 user complain. How do I get it to move from field to field 3 when needed?

Cheers,
Stan

5
Web Server - Ask For Help / Re: VeriSigh Cetificate problem
« on: October 08, 2007, 12:55:56 PM »
Bruce,

All they said was that NetTalk webserver did not serve the Intermediate CA properly.  You can contact them at www.verisign.com/support (they have link for Intermediate CA on fist page of support area). They also list a South African phone number on site as well.

I will send you an email with our website URL (so you/they can use as an example).

Hopefully it something simple and easy to fix.

Cheers,
Stan

6
Web Server - Ask For Help / VeriSigh Cetificate problem
« on: October 01, 2007, 02:42:54 PM »
Bruce,

On NetTalk websever VeriSign certificates work with IE6 and IE7 but NOT with FireFox 2.x or MAC Safari browsers.  We reloaded IIS and certificates work fine there with both problem browsers.

So we checked with VeriSign Support and they confirmed the problem was NetTalk not serving the certificates properly.  Seems there is a problem with Intermediate CA.  Our site is used for Credit Card transactions and 15-20% of our users have these two browsers, needless to say they freak when they get a warning that it's not a secure site.

Any idea when will this be fixed in NetTalk Webserver?  I see nothing in help file about Intermediate CA. Anyone know of a work around?

Sent an email to support but didn't hear back so I thought I would ask here.

Cheers,
Stan

7
Web Server - Ask For Help / Format Text
« on: August 30, 2007, 09:54:41 AM »
Which embed can I use to format text before saving to file (on Insert).  I don't care if user enters improper text field data as long as I can fix before saving to file.

Example: LEFT(UPPER(p_web.GetSessionValue('FIL:ProdCode')))

I just want to save it formatted properly (no leading spaces, uppercase letters in Code, etc.)

Cheers,
Stan

8
Web Server - Ask For Help / Form Not Always Working
« on: August 20, 2007, 01:46:17 PM »
Weird problem NT Web (ver 4.24).  Have a show entry/registry webserver. First 3 procedures are all NetWebForms (1st) Agreement form just has two buttons, always works ok. (2nd) Login Form, looks up user email address one entry field plus save & cancel, always works ok.  (3rd) Credit Card form with 4 fields, 2 entry fields, 2 pulldown lists (months/years), this is one users sometimes have issue with.

On 3rd form about 5% of users click on Save and it just stalls. No error messages, just hangs. It uses memory vars (no database fields).  Most users with problems are IE6 users (except for two AOL users). We have tried from office/home with IE6 and it just works fine, can't duplicate the error.  Yet everyday we get at least one or two users that can't get passed 3rd form (but had no problem with previous 2, yet never can get passed 3rd).  I thought maybe javascript was turned off, but if that was true they would never get passed 1st form.

Anyone have any ideas??

Cheers,
Stan

9
Web Server - Ask For Help / Re: Bold Comments
« on: August 17, 2007, 12:47:43 PM »
Mark,

Thanks, that worked.

Cheers,
Stan

10
Web Server - Ask For Help / Bold Comments
« on: August 16, 2007, 03:55:25 PM »
Want to make Comments on Forms (right of entry field) Bold so they stan out more.  I though I could just change the "all.css" file. I added "font-weight: bold;" to the FormComments but this had no effect. 

Any ideas on how to make the Comment font bold?

Cheers,
Stan

11
Web Server - Ask For Help / SSL Private key
« on: July 16, 2007, 09:32:29 PM »
I am a Calrion programmer and not a Network Admin/Web Admin. Have a NetTalk webserver that works fine with demo cetificate and key from Example(6). Network Admin (not me) is having problem with certificate (we have one from VeriSign, still good until April next year), or more correctly maybe we need a private key.  Is a private key required?  Does it have to match (or be compatible with) certificate from VeriSign? Can see nothing in docs about private key (except one line in "Give it a Try" section).

Right now the Admin replaced certificate (renamed it same as one in Sample app) but Webserver does not work with it. Any ideas/suggestions I can pass along to him (I just want it up and running again <g>).

Cheers,
Stan

12
Web Server - Ask For Help / Re: Two Inserts
« on: June 19, 2007, 10:03:13 AM »
Correction: Use to work in older version, never works now in 4.24 version.

My question should be:
How and where (what embed in Form) do I get the PRIMARY KEY ID (AutoInc number) for the current record being Inserted?

I would like to save it via p_web.SetSessionValue('PRE:RecordID', PRE:RecordID )

Cheers,
Stan

13
Web Server - Ask For Help / Two Inserts
« on: June 19, 2007, 07:54:02 AM »
Hi All,

I have a Form for special Customer type (only called with Insert). Works fine.  However this Customer needs a additional record added to another file (many-to-many file).
In ValidateInsert Embed I have added hand code to do:
 
Access:File.Open()
Access:File.UseFile()
CLEAR(PRE:Record)
PRE:Field1ID = p_web.GetSessionValue('OneID')
PRE:Field2ID = p_web.GetSessionValue('TwoID')
Access:File.Insert()
Access:File.Close()

It works sometimes but not always (sometimes Field2ID is zero, the autonumber ID of the Customer record we are now inserting)?? 

Do I need a different embed?

Cheers,
Stan

Pages: [1]