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

Pages: [1]
1
I want to send emails from a webserver and thought I would look at the SendEmailFromWebBrower(11) example to get me going but I can't get it to compile.

I am getting three errors when I try to compile the example:

Source file WEB11BC.CLW not found
Unknown identifier: AUTHUSER
Unknow identifier: AUTHPASSWORD

Can anyone give me any ideas as to why this is please?

Thanks.

2
Web Server - Ask For Help / Secwin Logout Button No Longer Working
« on: March 23, 2014, 01:09:12 AM »
Since upgrading to NetTalk 8 and putting the latest version of Secwin on my machine the Logout button on the LogoutForm has stopped working (ie. the logout window closes but the user is not actually logged out).  I have confirmed this by taking a backup version that was still working and just recompiling it and that follows the pattern.........logout is no longer working.

3
Web Server - Ask For Help / NetTalk/Secwin Webserver Problem
« on: January 22, 2014, 02:13:15 AM »
Good Morning Everybody,

I have a little problem with NetTalk/Secwin.

I am trying to develop a webserver and have a basic one that is working.

However, I have now tried to split the Webserver program into an exe and a dll.  It all seems to work fine except when I try and remove a user (this is all using the Secwin screens and templates) when I get the error message that is on the attached screenshot :

Error (Unable To Log Transaction(48)) attempting to frame the transaction on Secwin_Operators

It worked fine when it was a single exe but now that the data files are in a dll this problem has occurred.

I have made sure that NetTalk and Secwin etc. are on the latest releases.

Do you have any ideas about this?

Thanks.

Bryce


[attachment deleted by admin]

4
Web Server - Ask For Help / Multi Site Webserver
« on: November 20, 2013, 11:50:06 PM »
Hello All,

I have a webserver that is working fine as an exe but I am trying to get it to work in a multi site webserver (my first attempt at this).

The multi site webserver seems to be working OK as I am taken to the login page every time I connect to it.

The problem is that nothing at all seems to happen when I register the dll version of my working webserver with the multi site server.  I am still taken to the login page of the multi site server.

How do I tell if anything is happening once my dll is registered and how does one start trying to track down problems (there are no errors showing.........it just goes to the server login).

Thanks.

Bryce

5
E-Mail - Ask For Help / Error 530 Sending Email
« on: October 18, 2013, 10:28:35 PM »
I have a program which sends emails and it works perfectly when I am connected to the Internet through my normal router on the desktop.

However, as soon as I connect using a 'Mobile Wifi router' I get the following error when attempting to send an email:

NetTalk Object Error

A network communication error has occurred.

Error = Error n this message.  The remote Email (SMTP) server sent error = 530 Authentication required State = 74 Will try and send next email.

Error occurred in function: NetEmailSendProcess

The connection to the Internet via a browser works fine but the email sending doesn't.

Can anyone give me any ideas what this might be?  I am a bit perplexed as nothing changes except the router.

Thanks.

Bryce

6
Web Server - Ask For Help / Page Header Tag
« on: October 04, 2013, 10:47:17 PM »
I am trying to work out how to display the number of records in a table on the Page Header Tag (part of my experiments in doing a shopping cart).  Using Webserver example 1 I am displaying and updating a session variable on the Page Header Tag to see what happens.

This is updated perfectly from the browse when a record is inserted but not when a record is deleted.  I assume that when a record is inserted the Page Header Tag is 'refreshed' but when a record is deleted it isn't.  Why is this and how do I force the refresh to happen when a record is deleted?

Thanks,

Bryce

7
Web Server - Ask For Help / View Cart and Checkout Above Menu
« on: June 06, 2013, 12:25:56 AM »
On most shopping sites (including ClarionShop) there are "View Cart" and "Checkout" buttons above the main menu.

I have been trying to achieve this for a couple of days now and have failed totally.

I assume this must be achieved in the PageHeaderTag procedure but can't work out how it is achieved.

Can someone point me in the right direction please?

Thanks.

Bryce

8
The section on 'Dynamic Forms' in the NetTalk book talks about adding server side code to update the form.  I can manage to update the Value of a field but cannot get the Prompt or Comment to update with new values.  Can anyone tell me how to do this please?

9
I am a beginner and am attempting to display my NetTalk browse in an existing static page.  If I copy the index.htm in example 47 and modify it to display the browse in my NetTalk webserver it seems to work fine.

However, if I replace the index.htm with one of my own (a simple page generated with WYSIWYG Web Builder) there is no sign of my browse being displayed.

So my question is not how do I embed NetTalk content into an existing web page but what can stop the embedded content displaying if I have followed the instructions?

Thanks.

Bryce

10
Web Server - Ask For Help / Beginners Blues
« on: September 22, 2012, 09:25:57 PM »
I am just planning my first ever web development and am looking at the examples that come with Nettalk and am puzzled.  I have tried a few examples and seem to be having the same problem which I assume must be something I am doing.  If I take example 1 and on the Form Tab do the following:

Remove the form control procedure, Remove the ticks against Insert Button, Change Button and Delete Button,Remove the insert, change and delete from the list of fields to be displayed

Nothing changes.  I can still add, change and delete records.

I was expecting to end up with a browse containing no buttons and only capable of displaying data.

Can anyone explain with nothing seems to happen?

Thanks,

Bryce


Pages: [1]