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

Pages: 1 [2] 3 4 5
16
Web Server - Ask For Help / Nettalk 11.03 menu problem
« on: November 21, 2018, 01:11:12 AM »
After installing Nettalk 11.03 my menu's breaks..
in the URL, or link it adds the "&" into the link on the browse.

http://localhost:88/BrowseSecurity&
removing the & manually in the browse it goes to the correct link.

is there something im doing wrong ?

Regards
Louis

17
The Rest - Ask For Help / Re: fomat in webbrowse for json export
« on: November 07, 2018, 01:18:56 AM »
Thats correct Bruce.

Thanks... for the advice. Thinks im still stuck in legacy mode by the looks ..
Thanks for the suggestion... Im sure your suggested approach will work for me.

Thanks ..

18
The Rest - Ask For Help / fomat in webbrowse for json export
« on: November 05, 2018, 10:04:11 PM »
Please assist

I don?t know what the syntax should be in json on a to export a webbrowse in nettalk..
I would like to have the same ?function? to export a browse to json format as the current xml export that has automated.

The syntax in for s view in clarion is?Taken from the demo in json

json.start()
json.save(BRW1::View:Browse,'customers.json','Customers')
TextViewer('customers.json')   

If I want this in a webbrowse, whats the correct syntax please
 
Many thanks
Louis


19
Hi Everyone

The new Map feature works great !! thanks Cape Soft
One of my Client API's that I interface with,  needs to DMS info from my app.

Is there a method to change latitude and longitude to DMS format ?

Is this possible ?

Many Thanks
Louis

20
Web Server - Ask For Help / Re: Get variables back from Java
« on: October 24, 2017, 03:47:11 AM »
Hi
Attached a new sample.

Got it working kinda, but I'm pretty sure I'm doing it wrong. Have to click the button a few times to get the parameters to return.

Regards



21
Web Server - Ask For Help / Re: Get variables back from Java
« on: October 24, 2017, 01:04:25 AM »
Hi Bruce

I'm trying to get the variable values back from java script.

How do I "extract" the java return value "_Longitude_" and place it in my own session value for example.


Regards



22
Web Server - Ask For Help / Get variables back from Java
« on: October 23, 2017, 05:11:29 AM »
I'm just using to geolocation as an example for my question.
I can see the the values returning in the console of NT, but i don't know what I am doing wrong to retrieve the values back to the two local variables, in this case the longitude and latitude values.

GET /SetSessionValue?_Latitude_=-28.662680899999998&_Longitude_=23.853461&_Altitude_=0&_Accuracy_=30&_AltitudeAccuracy_=0&_Heading_=NaN&_Speed_=NaN&_LocationUnixTime_=1508764130&_LocationDate_=79192&_LocationTime_=4733027&_LocationError_=&_ajax_=1 HTTP/1.1

I have include a small example.
Thanks
Regards
Louis
Clarion 10
NT10

 

23
Web Server - Ask For Help / Re: Scheduled daily task
« on: June 13, 2016, 10:50:45 PM »
Thanks.

Thanks Carl, Bruce.

Working 100 %

Louis

24
Web Server - Ask For Help / Scheduled daily task
« on: June 09, 2016, 04:27:36 AM »
Hi everyone
I need some assistance or guidance.
My problem
I have a list of products that need to be flagged, sell by date expired.
I need to run a scheduled task on a daily basis to flag these products.
Where do I add this in the code, or do I need to create an external application and use a timer event on a windows to get this right.
If anyone van help me.
Regards
Louis

25
Web Server - Ask For Help / Export to xml stopped working.
« on: August 23, 2015, 01:32:05 AM »
Hi everyone
I have a strange problem that sneaked into my app.
Have a browse with 3 x local variables string, and start and end date.
I use it to filter the browse and then export function (xml) on the template.
This all works 100% in Nettalk 8.56 build.
 
After upgrading to 8.59 this stopped working.  The filters still applies and if you click on the export button, the browser just sits there, no error to indicate if something has gone wrong. The web Server tries every 2 seconds to get the report
I reinstalled build 8.55 and all is back to normal.
Anyone have the same problem?

Thanks
Louis


[attachment deleted by admin]

26
Web Server - Ask For Help / Re: Filter between dates
« on: April 27, 2015, 05:13:20 AM »
Thanks Vinnie

 just had to change the second >= to <=

Regards
Louis

27
Web Server - Ask For Help / Filter between dates
« on: April 27, 2015, 04:19:14 AM »
I need some help please.
I have a browse with two filters: a "start date" and "end date"
Don't seem to get the syntax correct.

'COB:Date_Purchased >= p_web.GSV('Sales_start_date') and COB:Date_Purchased >= p_web.GSV('Sales_end_date')'

Can someone please help me.

Regards

28
Thanks Bruce

Piity I couldnt attend the Webinar.

Regards
Louis

29
Web Server - Ask For Help / Copy $$$temp reports away to diffrent path.
« on: January 22, 2015, 02:07:12 AM »
Hi Everyone

I’m generating pdf reports on a nettalk webserver and it works fantastic.

My client has requested for reasons unknown to myself that each report generated must be duplicated and saved somewhere else on the disk with a Unique file name.

I tried to “catch” the report when it generates in the web\reports folder and copy it somewhere else.

My Problem
Where in the embed code can I add the code to copy the generated reports from “web\reports\$$$Reportname.pdf” to “web\archive\datevalue+reportname.pdf”

I have tried to use the LOC:url session value to get the path to copy, but don’t seem to work.


Thanks
Louis

30
Web Server - Ask For Help / Re: Sub Domains in multi site
« on: October 21, 2014, 05:45:27 AM »
Hi Kevin

Login.192.168.0.101 is not a valid domain name. A valid domain name is something like this.

mywebsite.com  = parent site
myhobbies.mywebsite.com = Sub domain

The next important thing about multisites, the way I understand it (Im  sure there is a more technical explanation).
It “listens” for the name of the website and will redirect you to the appropriate website on the same IP address, using multi host. 

What I do when I do development on my local pc. 

I create “fake” domain names. I edit my c:\windows\system32\drivers\etc\hosts file with notepad, and it work fine. Just remember to remove them after you’ve done.

Regards
Louis

[attachment deleted by admin]

Pages: 1 [2] 3 4 5