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 - Richard I

Pages: 1 ... 8 9 [10]
136
Web Server - Ask For Help / Filtering in a NetTalk browse
« on: November 13, 2016, 08:22:20 PM »
Hi,
I have created a session variable at  login on name
I want to filter a browse to this name
Im setting the session value p-web.setsessionvalue('name',Clip(STU:Name))

I want my browse to only return this name
the name in the browse is PL:Name
Ive tried in the Browse filter
PL:Name = p_web.GSV('Name',Clip(STU:Name))
Doesnt work

Is there an embed point and if so what would the likely code be for that?

thanks
regards,
Richard

137
Web Server - Ask For Help / NetTalk Example 79 - webcam issues
« on: September 02, 2016, 05:10:00 AM »
Hi
Please refer to my earlier posts with the difficulties I am experiencing  with my Nettalk app and webcam capabilities.

Using the example 79, everything works perfectly on localhost:88 ,
however, when the same app is accessed from a remote site via the web ,whilst the image is stored in the Uploads folder, the path name is not stored in the mailbox TPS file.

Help would be appreciated sorting this as I have a client who is experiencing the same issue.
Thanks

Richard

138
Web Server - Ask For Help / NetTalk Webcam example only works locally ?
« on: August 30, 2016, 04:04:44 PM »
Hi Bruce,

further to ...
The NetTalk Webcam example  appears to only work locally,
I cannot get a picture to take or the webcam to fire, across a network,  if I use the network address IPaddress:88
BUT I can get a picture from LocalHost:88

thanks,
Richard

139
Web Server - Ask For Help / Taking Photos on a nettalk app
« on: August 30, 2016, 02:38:35 PM »
Hi Bruce et al,
I have a nettalk app with the" take photo" option running, as per your example.
The app takes a photo Ok  when running  from localhost:8090
but will not, if the app is run from a remote site using the IP address:8090

Everything else works  using the IPaddress:8090 remotely
Can you please tell me why ?
Also, my test is on a laptop with an on board camera...
Are windows Tablet and ipad  cameras  capable ?

ManyThanks
Richard c10 NT 6

140
Hi,
I have a nettalk  app running that contains some PDF reports.
All is working as I want.( well, nearly)
However, in its hosting folder I have two Clarion   supporting exes that are not nettalk enabled. All exes share the same tps data files contained in this folder.
One of these exes, if running, causes the reports to fail...
I get the Alert "No records"
but, as soon as its closed, the PDF  reports display.

I believe it may be something to do with having the  data tables open by the exe ?
but this doesnt necessarily hold water, as both exes open tables when they are run....
Both these apps have timer activity running
I would appreciate comments on how to resolve this as I need the supporting app to do the administrative tasks
Thanks
Richard

141
Hi
I want to password protect changes to a record in a browse.

I have a browse window  with records.
One of the fields in the record is a password field  Name:password
I have copied into the  app, the loginForm and am calling that from the Change button
Can I code somewhere that if the loc:login = Name:password  on the record that has been highlighted , then allow the form to open?
Thanks
Richard

142
E-Mail - Ask For Help / Nettalk Object error
« on: June 07, 2016, 02:58:55 AM »
Hi
 Im using the Nettalk Email Demo
It works and sends email from a win 10 PC but shows an error when sending on an XP machine
Im using the same application on each machine

The error im getting is:

"A network communication error has occurred.
Error= The requested connection could not be opened.
The open command timed out or failed to connect
The error number  was -53  which means Open timeout or function error
(winsock Error =11004 : (WSANO_DATA)
Valid name, no data  record of requested type
Error  in function netSimple.Take Event"

I have absolutely no idea whats going on here, and I have no clues as to why the same app should work in WIN 10 but not XP

Can I have some direction on this please?
many Thanks
Richard
Nettalk 8.71

143
Hi
I have two clients reporting that that an error 33 popup messages are appearing on the desktop of the server that is hosting my webserver
The popup is saying that the employee file is not being updated but in fact it is.
Im not using tryfetch

I cannot replicated this error on my local network.
Can I have some guidance on this please?

Thanks Richard

144
Web Server - Ask For Help / Saving an Image Path NAME STRING in a TPS file.
« on: November 24, 2015, 06:46:20 PM »
Hi there,
my earlier posts refer,
 I am trying to save  an image path string into a tps file.

My Nettalk template has coded this...
and the STOP statement returns the full path name,which is good cause thats what I want to save.

 ! End of "Set File Name"
  p_web.SaveImage('LOG:Photo',loc:filename,p_web.GetValue('_image_'))
  LOG:Photo = loc:filename
  p_web.SetSessionValue('LOG:Photo',LOG:Photo)
  ! Start of "Save File"
  ! [Priority 5000]
  STOP('LOG:Photo= '& log:Photo)
  ! End of "Save File"

Somewhere I want to save this full path name string into a string field in the LOG TPS  file in the field LOG:Photo ( LOG:Photo is a string 255)


This is happening on a FORM
and I need the path saved on Insert and Update.
but Im not sure of the embed point or the code to use
Can you please help?
Thanks
regards
Richard

145
I have followed through the NetTalk Webcam example and while I can create a picture from the webcam, I dont know how to save as a BLOB in a TPS file
The image appears to be saved in \uploads
I want to save it  in LOG:Photo which has been designated as a BLOB
I have included in the code OPEN and USEFile for the log file.
Thanks
 Richard
Nettalk 8.62

146
Web Server - Ask For Help / Net Talk 9
« on: September 07, 2015, 05:46:28 PM »
Hi
I note the availability of 3 options in NetTalk 9
Will NetTalk 8 continue to be upgraded?

Thanks,
Richard

147
Web Server - Ask For Help / Update of Web Folder Required
« on: August 08, 2015, 05:37:09 PM »
On running  the exe after compiling the message appears
"Update of WebFolder required Try pressing F5 etc Server is on different version"

On pushing Control F5 the message is cleared,
Why does this keep happening please?
I ship the complied web Folder with the executable.

this will I believe overwrite the web Folder , but should  the old one be deleted first?
I am not shipping the clw or the obj

thanks
Richard I
netTalk 8.59

148
Hi
My Webserver is displaying a list Box ?LogQueue , which has in it PORT,DATE,Time,Description
The Date is showing the year 1801  and the Time field is wrong
The List Box properties is showing the date as ~@D6

How  do I attend to   these fields so the correct date and time are displayed?
Thanks
Richard
C10 build 787
NetTalk 8.45

Pages: 1 ... 8 9 [10]