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 - de la Rosa

Pages: 1 [2] 3
16
Hi ,

I have a display field (Type=Text) that updates fine via <!--Net:Source_procedure--> below NT10. However in NT 10, it results in GPF. When I choose SessionValue instead of Text as the display field type, it doesn't GPF but the value isn't updating.

Vic

17
Web Server - Ask For Help / embedding js on Disconnected Web Apps
« on: May 22, 2017, 08:27:57 PM »
Hi Bruce,

I have an update form and a button on it and would like to set a field's time value when I click the button.

1. If I wanted to update both the form field and the database fields at the same time, what would be the correct script referring to both database and form fields?
2. Does the js have to be defined first on a script.js file and included in the scripts section of the webserver? or can I just enter the script in the OnClick(javascript) entry as  follows:

'database.myTable.table.record.myField = clock();'

3. Do I need to update ts by "ts = Date.now();" for it to be synced?
5. What would be the correct script to update just the form field and not the table field at OnClick?

Thanks,
Vic

18
Web Server - Ask For Help / Sync on Disconnected Web Apps
« on: May 12, 2017, 07:20:35 PM »
Hi Bruce,

1. Files are not Synced when browses are opened as Popups. I'm now on ver 9.27.

2. How is the handling of Unique or Auto Number fields when disconnected? What happens when several users get synced with same values specially on more than one record?

Thanks,
Vic




19
Web Server - Ask For Help / NT6 to NT9 conversion issue
« on: January 31, 2017, 11:18:27 PM »
Hi,

I have an old NT6 project that needs to be converted to NT9, It's a NetWebPage with a routine that calls <!-- Net:Updateprocedure --> source procedure in its XHTML tab.

The problem is in NT9 it displays the html script loaded by the source procedure on the browser instead of the output of the script. Attached is the output in NT9.

Thanks,
Vic

20
Web Server - Ask For Help / Windows Authenticated MSSQL connection
« on: July 09, 2016, 08:20:08 AM »
Hi,

My Customer runs the Nettalk application in a dedicated Application server while the DB is on a dedicated MSSQL server machine, the problem is the user logged on the Application server running the Nettalk app does not necessarily have login rights to the Mssql DB. I was trying to read something about impersonating a user in Mssql however I'm not really sure how to implement it on the Nettalk application or whether it is really an option to resolve the issue.

Vic

21
Web Server - Ask For Help / Disconnected Mobile App
« on: May 04, 2016, 05:13:49 PM »
Hi Bruce,

About to dive into developing a mobile app but need to clear up a couple of things as follows:

1. Only the Javascript part of the Clarion-NT9 app will be loaded into the device?

2. The device app is a stand-alone client/server app?

3. The device will have an equivalent native DB to whatever DB is used on the pc server app, which will be syned and form the basis of the connection between the device and the pc server DB app?

4. What if the mobile app involves logging transactions to a file, the db will grow fast and huge, how does that play out against device memory?

5. Assuming connectivity isn't an issue, is it possible to use a Webservice client on the mobile app to the pc server app instead?

6. Will embedding Javascript be able to hurdle any issues to make it work like a regular web app on the device?


Thanks,
Vic



22
Web Server - Ask For Help / Net:NoHeader no longer working above NT6?
« on: November 11, 2015, 04:33:19 PM »
Hi Bruce,

As mentioned in previous thread, attached is a sample app with a simple turnaround of any received data from port 8080 which no longer drop the Header above NT6. Code in Processed Code as follows:

    Rx_Str=p_web.GetValue('xml')
    Tx_Str=Rx_Str

     p_web.ParseHTML(Tx_Str,1,LEN(Tx_Str),Net:NoHeader)

Thanks,
Vic

23
Web Server - Ask For Help / how to set image of form button in code
« on: November 09, 2015, 05:57:58 PM »
Hi,

What is the proper way to set an image for a button field on a form in GenerateForm embed? The objective is to change the image of the button depending on the value of a field of a file read during the GenerateForm procedure.

Thanks.

 

24
Web Server - Ask For Help / WebSource Timer Issue
« on: October 18, 2015, 10:23:03 PM »
Hi,

The Nettalk book discourages on using Timer in WebSource procedure, Is there any particular reason why?

Lately, I have been experiencing "program stopped responding" errors  or hangs that seems to be related to the number of sessions on a form with 3 variables updated by WebSource Timers on Nettalk 7.39, They are updating at intervals of a minimum of 15 secs to 1.5 mins reading off values from Firebird backend using PROP:SQL. I have been using them before with no issues until lately. Not really sure if it's related to upgrade of C9,Nettalk or Browser issues. However, disabling the timers stopped the errors from occurring. Stoppage can happen once or twice within an 8 hour period ,however chances are, it happens during the later half.

Thanks,
Vic

25
HI,

I get the subject error when responding to "press any key..." after launching the CreateCACertificate Batch File. What seems to be my issue here?

TIA,
Vic

26
Web Server - Ask For Help / Web Service Failure
« on: July 07, 2014, 12:17:43 AM »
Hi Bruce,

Attached is the return message to the client out of my Web Service. What I can't make out of is what does the 1.1 200 OK followed by 1.1 404 Not Found mean, Which went OK and which wasn't found when it was actually responding to the client?


Thanks,
Vic
 

[attachment deleted by admin]

27
Web Server - Ask For Help / NetWebForm Button Image
« on: February 27, 2014, 06:16:41 PM »
Hi,

Is there a way to make the Image of a Button on the NetWebForm conditional? Such as, I can switch to different images depending on the sessionValue of a parameter.

TIA

28
Web Server - Ask For Help / NetWebForm Include and Hide Conditions
« on: February 02, 2014, 07:15:24 PM »
Hi,

1. When I use Include or Hide condition and enter a value on the field, clicking the SAVE button deletes the field from view plus the value isn't saved.

2. Deleting a previously set hide condition does not remove the generated code but using empty fields, so it generates coding errors.

I get the same issue on both 6.50 and 7.31.

TIA


29
Web Server - Ask For Help / How to spec a Nettalk WebServer
« on: January 24, 2014, 12:23:12 AM »
Hi,

Is there a rule of thumb on how to specify the minimum requirement of Hardware Specifications for a Nettalk WebServer? Say for 100 clients?

TIA,
Vic


30
Web Server - Ask For Help / WebClient timeout
« on: October 17, 2013, 10:06:47 PM »
Hi,

How can I properly handle in NetWebClient when the Network goes or is down when a request was sent? Now my application hangs with a white screen at the moment.

Thanks,
Vic

Pages: 1 [2] 3