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

Pages: 1 [2] 3 4 ... 11
16
Web Server - Ask For Help / String Teory Question
« on: January 04, 2023, 01:15:12 PM »
Exist any function for return a file size in mb? or other any function for this?

thanks

17
Web Server - Ask For Help / Larges Reports on NT
« on: December 22, 2022, 04:19:35 AM »
Hi, is possible create a process or report when finish in a server send notification to user with a link for download like google when export email:

Google is creating a copy of files from 2 products
This process can take a long time (possibly hours or days) to complete.
You'll receive an email when your export is done.

18
Web Server - Ask For Help / Secwin 7.40 compiling error
« on: December 06, 2022, 05:38:46 AM »
hi after install and compile 7.40 result in this error and yes refresh a classes

Indistinguishable new prototype: GETMACHINEID - D:\Clarion11_13630\NetTalk\Web Server\Secwin (51)\web51.clw:513

NT 12.50

19
Web Server - Ask For Help / xfiles 4 question
« on: November 30, 2022, 11:19:40 AM »
hi Bruce, after install xfiles 4.12 the version in tpl is 3.27 you can confirm this..

the tpl  date is 10/11/2022.

20
Web Server - Ask For Help / Insert in Place??
« on: October 24, 2022, 01:37:16 PM »
How does that work? check this option but nothing happens, any example for this?

21
Web Server - Ask For Help / 12.43 Compile Error
« on: July 14, 2022, 04:16:29 AM »
this version generate this errors in NetWebServiceMethod look the image

22
Web Server - Ask For Help / NT 12.42 Problems
« on: July 07, 2022, 12:37:46 PM »
after update to 12.42 the NetWebForm not recognize the Spanish label characters, Contrase?a

23
Web Server - Ask For Help / NT 12.41 Question
« on: June 30, 2022, 05:35:37 AM »
after update to 12.41 i saw that the autofill don't work, example in login page the username in 12.37 the autofilled working perfectly

is a new setting?

24
Web Server - Ask For Help / NT 12.41 error
« on: June 28, 2022, 11:59:18 AM »
After update to NT 12.41 and StringTheory 3.46 as DLL mode

Unresolved External FINDLAST@F12STRINGTHEORYsblll
Unresolved External REPLACELAST@F12STRINGTHEORYsbsblll
Unresolved External BASE85ENCODE@F12STRINGTHEORYl
Unresolved External BASE85DECODE@F12STRINGTHEORY

25
Web Server - Ask For Help / certificate error i need help urgent
« on: June 26, 2022, 05:09:54 AM »
i try multiple options inclusive delete de certificate directory, the cmd for generate the certificate run but at final fire this error, the firewall is off an the port 443 and 80 is open

The requested connection to acme-v02.api.letsencrypt.org could not be opened. The Open command timed out or failed to connect


26
Web Server - Ask For Help / Signature Field Bug?
« on: June 01, 2022, 10:12:01 AM »
i have a signature field with uncheck Include a Clear Button, but always is shown

NT v12.37

27
Web Server - Ask For Help / Certificate error
« on: May 27, 2022, 04:44:21 AM »
i have this error when the certificate is create but don't how to resolve the problem

The requested connection to acme-v02.api.letsencrypt.org could not be opened. The Open command timed out or failed to connect

28
Web Server - Ask For Help / NT 12.38
« on: March 17, 2022, 07:44:17 AM »
after update to NT 12.38 this broke a code in Netwebrowse, filter, conditional Filter after update generate this code

ElsIf p_web.IsChildOf(loc:Parent,'UpdateActivePickups')
      loc:FilterWas =
      If 'Bil:BillofLadingId = '&  p_web.GSV('Bil3:BillofLadingId')&' and (Bil:ChargeValue>0 or Bil:ChargeValue<0) and Bil:CustomerId='& p_web.GSV('Cus3:CustomerId') <> ''
        loc:FilterWas = clip(loc:FilterWas) & ' AND ' & 'Bil:BillofLadingId = '&  p_web.GSV('Bil3:BillofLadingId')&' and (Bil:ChargeValue>0 or Bil:ChargeValue<0) and Bil:CustomerId='& p_web.GSV('Cus3:CustomerId')
      End

previous version
 ElsIf p_web.IsChildOf(loc:Parent,'UpdateActivePickups')
      Bil3:BillofLadingId = p_web.RestoreValue('Bil3:BillofLadingId')
      loc:FilterWas =  'Bil:BillofLadingId = ' & Bil3:BillofLadingId
      If 'Bil:BillofLadingId = '&  p_web.GSV('Bil3:BillofLadingId')&' and (Bil:ChargeValue>0 or Bil:ChargeValue<0) and Bil:CustomerId='& p_web.GSV('Cus3:CustomerId') <> ''
        loc:FilterWas = clip(loc:FilterWas) & ' AND ' & 'Bil:BillofLadingId = '&  p_web.GSV('Bil3:BillofLadingId')&' and (Bil:ChargeValue>0 or Bil:ChargeValue<0) and Bil:CustomerId='& p_web.GSV('Cus3:CustomerId')
      End

go back to 12.37 

29
Web Server - Ask For Help / MessageBox 2.49 Error
« on: March 14, 2022, 05:56:56 AM »
after update to 2.49
Field not found: TEXTYPOS - C:\Clarion11_13630\Accessory\libsrc\win\MessageBox.Clw:39,8

30
Web Server - Ask For Help / Error NT 12.37
« on: February 28, 2022, 07:02:53 AM »
after update an compile to 12.37 and 12.36

Field not found: _LOADRECORD

in history:
Change: Default Browse Layout Default method changed to Grid (new apps only).
Change: _LoadRecord method renamed to LoadRecord

what wrong? or any template to update?

Pages: 1 [2] 3 4 ... 11