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

Pages: 1 2 3 [4] 5 6 ... 12
46
Hi Matthew

Bruce has fixed this for next release.

47
Great.

Put extra input field on the memory form.

Add some CSS to make the color the same as the form color.

Background-color: ??? ;
Border-color: ??? ;
Border: 0px ;

I guess the have the select back to Barcode input working OK.
I add on the last embed point. After the what ever barcode does code and refresh barcode and browse.

p_web.SetValue('SelectField',clip(loc:formname) & '.' & p_web.NoColon('BarCode'))
Not sure if  this code is still necessary as this is an old app.

48
Hi Alberto,


I Watched your video.

I did not see the EXTRA INPUT FIELD on your screen of course it may be hidden.
See previous message.

Also I notice you are using auto complete on the field maybe remove this for testing.
Not sure why you need auto complete if you are scanning a barcode and  enter key.
The Barcode is Valid or Not.

See previous message.

49
Hi Alberto

I have a  barcode entry field on a Memory form and it works great.
Entry field is just a standard string field (barcode scanner or keyboard entry)
One thing I did was to add an extra input field on the form.
The extra field does not do anything.
When the Barcode entry field completes enter jump to extra field and focus back to Barcode entry field.

Hope this helps.

50
Hi Wolfgang.
Follow the link on Capesoft website.

Take you to https://support.microsoft.com/en-za/help/2977003/the-latest-supported-visual-c-downloads

Install X86 VC_redist.x86.exe

Clarion is 32 bit

51
Web Server - Ask For Help / Re: Timer stopped working
« on: July 06, 2020, 10:09:32 AM »
I am using Nettalk 11.37 and Browse timer is working great.
Also the Session Timer in to Footer also resets great.

Maybe something else wrong.

52
Web Server - Ask For Help / Re: Setup for MultiSite
« on: January 30, 2020, 12:15:16 AM »
YES Nettalk Multisite will allow two or more domains to use one IP address.
NetTalk will also handle the SSL cerficates for each domain using Lets Encrpyt.

You do NOT need to setup or install IIS on the server

Basic Authentication works great so NO need to setup windows users and password.

Looks like you are all good.

53
Web Server - Ask For Help / Re: NetWebForm - Set Focus
« on: January 13, 2020, 02:59:54 AM »
Niot Sure I understand 100% but I do use the Set Focus to move to next field but I do this in the embed point not the in the template.

Example.

! Start of "After Validate New Value, After sending replies"
! [Priority 5000]
p_web.SetValue('SelectField',clip(loc:formname) & '.' & p_web.NoColon('BoxBarcode'))

'BoxBarcode' is your CLI:Addr2

54
Web Server - Ask For Help / Re: Windows 10 1909
« on: December 13, 2019, 12:03:06 AM »
No problems for me. Windows 10 Pro (as a server) 1909.
Maybe the version of Nettalk. I am using 11.27

55
Try using the Hide Condition not the Include condition.


56
I think all you need is to check  Last On Line   on the browse procedure in the form.

57
Web Server - Ask For Help / Re: Button and servercode
« on: December 12, 2018, 05:15:09 AM »
Update.
I had a similar problem using a refresh button on a form to refresh a browse.

I had two issues both to do with the browse not the button on the form.

First issue 'Refresh via Websockts' was checked on (I must of set this while testing)  this stopped the refresh completely.

Unchecking this enabled the button to work but just once. Then the button looked like it was disabled and did nothing when pressed.

Second issue was that the browse contained two row of data and the second row had great number of field to the first row.
Removing one filed from second row fixed the problem.
Problem did not exist in Nettalk10.

Easy fix so no problem for me.

Not sure if this is similar to your issue but maybe check the browse you are trying to refresh.
Cheers
Vinnie

58
Web Server - Ask For Help / Re: Button and servercode
« on: December 11, 2018, 05:17:33 AM »
I think this is when you only have one refresh button on the page.
Add another field on the form. I guess so the refresh button pressed the focus goes to the next filed.
Not 100% about this.
 

Sorry ignore above Talking rubbish. Just tested and make no difference but I have a similar problem.
I will try to get more details.

59
Hi no problem using VM ware
But I did need  to install vc-redist.x86.exe on the windows guest.
No change required to the host machine.
Cheers
Vinnie

60
Web Server - Ask For Help / Re: calling a form from a button in a browse
« on: November 08, 2018, 12:56:46 AM »
Create 'Other' button in the browse

On Tick Tab
Set Procedure Name :    UpdateCustomer
Set Parameters         :    '_bidv_='&p_web.AddBrowseValue('BrowseInvoice','Customer',CUS:KeyCustomer,INV:CustomerCode)

Set Row ID Filed
Set Include Action
Set Action - Change

'BrowseInvoice' is the name of your Invoice Browse calling from
'Customer' is database to access
CUS:KeyCustomer is the key you are using
INV:CustomerCode is customer code in invoice file you clicked on

Hope this helps.

Pages: 1 2 3 [4] 5 6 ... 12