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

Pages: [1] 2
1
Web Server - Ask For Help / Re: No Records for Web Report is a Bummer
« on: November 18, 2011, 08:25:33 AM »
Yup, I did that.  Actually, the code that had been working as a message now just displays the raw text.  I decided to use the popup instead of source procedure and that works.  Not sure what happened to the original source behavior.

Thanks,
David

2
Web Server - Ask For Help / Re: select field no longer works
« on: November 17, 2011, 06:31:50 PM »
I can confirm this is fixed in 5.43 - Thanks, Bruce

3
Web Server - Ask For Help / NT 5.43 Getting Subscript out of Range
« on: November 17, 2011, 06:30:51 PM »
I just upgraded to NT 5.43 and I am getting a subscript out of range error.  It points to line 9859 in netweb.clw.  This is the line I commented out so I could compile:

!utfmap[02122h] = 099h    ! #TRADE MARK SIGN         ! DHM causing subscript out of range

Anyone else experiencing this?

David

4
Web Server - Ask For Help / No Records for Web Report is a Bummer
« on: November 17, 2011, 03:10:40 PM »
I just starting to add some reports to a new NTWS project.  When I get no records, the browser just displays the raw script instead of the message.  It just looks like this in the browser:

<script>alert('Bummer! No Records');top.close();</script>

Any ideas?

Thanks,
David

5
Web Server - Ask For Help / Want to Select a Tab in Code
« on: November 14, 2011, 03:20:02 PM »
I have a popup form with 4 tabs.  It is using the Accordion style.  I have a button on the first tab that when clicked, I'd like to expand the fourth tab and give it focus.  How would I go about doing that?

Thanks!

6
Web Server - Ask For Help / Re: ds_debug and web server
« on: November 14, 2011, 04:23:06 AM »
What do you know, the _trace method works.  I didn't expect ds_debug to be ignored, but this will work.  Thanks!

7
Web Server - Ask For Help / Re: webserver as a service
« on: November 14, 2011, 04:19:51 AM »
Ok, thanks Bruce.  I'll see how the first few installations go and whether we have to open this port in other environments. 

8
Web Server - Ask For Help / Re: select field no longer works
« on: November 14, 2011, 04:16:17 AM »
Here is the basiclogin example where I added code to the login form to select the password field instead of the login field.  It always selects the first field.  I added a trace statement that shows the password field is being assigned to the SelectField property.

[attachment deleted by admin]

9
Web Server - Ask For Help / Re: ds_debug and web server
« on: November 13, 2011, 09:37:05 PM »
Hmmm, I added the ClarionLive UltimateDebug class to this NTWS, and it works just fine.

10
Web Server - Ask For Help / Re: webserver as a service
« on: November 13, 2011, 09:35:44 PM »
Hi Don,

We do have FM3, but don't use it as we have our own templates for connecting to MSSQL and have our own data migration tools.  The extra port wasn't necessary until running it as a service, so I'm ruling out everything except SelfService or something in our environment.

We are getting ready to deploy at customer sites, so all I have to go on is this one install for now.  I wonder if other developers are deploying NTWS as a service.

11
Web Server - Ask For Help / Re: select field no longer works
« on: November 13, 2011, 09:26:47 PM »
Hi Stu,
I tried that, but no luck.  It looks like the templates translate it since it looks right in the page source.  It is the last thing generated:

</script>
</div>
<div  class="nt-width-100 adiv nt-margin-top"><fieldset  class="ui-corner-all">
<table class="footertable" height="16">

  <tr>
    <td height="12">Copyright 2009-2011 © EmergiTech, Inc.</td>
  </tr>
</table>
</fieldset></div>
<script defer="defer">
jQuery('#Loc__Login').focus();
</script>
</div></body>
</html>

12
Web Server - Ask For Help / webserver as a service
« on: November 13, 2011, 06:49:41 PM »
I am not sure if this is related to Nettalk, SelfService, or something else.  We deployed a webserver that uses SelfService to run as a service.  It also uses MSSQL as the backend.

The webserver is on a PC in a DMZ and the MSSQL data is on another PC.  We opened Port 89 on the firewall, and all ran fine until we installed it as a service.  By tracing the logs, we found that the webserver could not access MSSQL untill another port was open.  That port is 2937 and is listed as "pnaconsult-lm".

I could not find much information about the port, but it appears to have something to do with streaming data.  I don't think it is related to the webserver, but wondered if anyone else has encountered this port?  Could it be used by SelfService? 

I told the IT guy I would check, he freaks out with every port we open :)

13
Web Server - Ask For Help / select field no longer works
« on: November 13, 2011, 06:14:01 PM »
I have a login form with 3 fields, and I have code that selected the 2nd field that was working, but somewhere along the way it quit working.

I just tested with the simple login example.  I put this code:
 p_web.SetValue('SelectField',clip(loc:formname) & '.Loc:Password')
at the 'After Setting Select Field' embed, but the Login field is still selected.

14
Web Server - Ask For Help / ds_debug and web server
« on: November 13, 2011, 05:46:18 PM »
Is ds_debug() not supported in a webserver?  I can't get it to work in my app, and just tried one of the examples and I do not get any output.

15
Hi Rene,

I am still having the problem in my app too.  I do notice that the example app I mentioned in the original message works now, so there must be more to it.  I am going to see if I can create a simple app to send to Bruce to isolate the problem, as my app uses SQL and would be a pain to try to provide it as an example.

Dave

Pages: [1] 2