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 / 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.

17
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?

18
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

19
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

20
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?

21
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

22
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


23
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

24
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

25
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 

26
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

27
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?

28
Web Server - Ask For Help / Error Entry Point
« on: February 25, 2022, 07:06:34 AM »
Hi Bruce, i have this error after install NT 12.36, but when return to 12.35 the error persist what wrong?, this app is compile and run perfect before 12.36

29
Web Server - Ask For Help / p_web.CreateYouTube
« on: February 20, 2022, 05:38:10 AM »
Hi Bruce, is possible to add extra parameter to this procedure for iframe, i need to add extra value to iframe like this
loc:extra = ' class="responsive-iframe"' but don't work

NetWebServerWorkerBase.CreateYouTube  Procedure(string pID, string pWidth,String pHeight,Long pAutoHide=-1,Long pAutoPlay=0,Long pColor=0,Long pControls=-1,Long pAnnotations=0,Long pLoop=0,Long pModest=0,<String pList>,Long pRelated=0,Long pStart=0,Long pTheme=0)

src.prepend('<iframe maybe extra value here frameborder="0" allowfullscreen="allowfullscreen" width="'&clip(pWidth)&'" height="'&clip(pHeight)&'" src="')
  src.append('"></iframe>')


30
Web Server - Ask For Help / vtips flickering bug
« on: February 15, 2022, 03:26:10 PM »
i have a flickering problems in some computer and found that the problem is a vtips.css come with NT 12.35

p#vtip {
display:none;
position:absolute;
padding:10px;
left:5px;
font-size:1em;
background-color:white;
border:1px solid #a6c9e2;
border-radius:5px;
z-index:999999; <---- did not have a semicolon at the end
pointer-events: none; <-- added for prevent flickering
}
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }

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