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

Pages: [1] 2
1
Web Server - Ask For Help / Update of web folder required - NT 10.45
« on: October 22, 2021, 11:44:38 AM »
Hi

I've tried with web43 and web53 NT examples and got the message:

Update of web folder required - Try pressing ctrl+f5 -Server is on version 10.45 but web folder is on version 10.46. However, 10.45 is the latest available version for download.

After Pressing ctrl + f5 still shows the message.

Turning "auto-check cached files" on and off doesn't fix it. (web server > extensions > thisWebServer > settings > perfomance).

I've deleted the c:\Clarion11\accessory\libsrc\win\NetWeb\ ,installed and compiled, without success.   

C11.0.13505 - NT 10.45

TIA
Manuel

2
Hi

I'm getting an error at migrate a SOAP client from  C10 N10.36 ST2.90 XF3.10   to C11 NT10.40 ST2.90 XF3.13.




NetAcme.Base64Urlencode   PROCEDURE (StringTheory pInput)
  code
  pInput.Base64Encode(st:URLSafe + st:NoPadding)

-----------------
NetAcme.Finalize                       Procedure()   ! version 2 only
strx  stringtheory
  code
  self.state = state:Finalize
  self.JsonHeaders()
  self.SetJwsProtected(true,self.finalizeurl)

  !payload
  strx.loadfile(clip(self.certdir) & '\' & clip(self.CertificateName) & '.csr.der')
  strx.Base64Encode(st:URLSafe + st:NoPadding)

TIA
Regards
Manuel

3
The Rest - Ask For Help / MTOM in SOAP ws
« on: July 28, 2017, 10:57:10 AM »
Hi,

Does NT support MTOM to download files in SOAP webservice?

Thanks
Manuel

4
The Rest - Ask For Help / REST webservice Patch method
« on: October 23, 2015, 10:49:40 AM »
Hi

I have to make REST webservice client to update data with  Patch method.

Does NT support Patch method?

TIA
Manuel

5
FTP - Ask For Help / Copy file to another server folder
« on: June 27, 2014, 10:50:03 AM »
Hi

I have to upload a file,  and then copy it from server to another server folder.

Is it possible?

TIA

Regards
Manuel

6
Hi

Is it possible  translate browse column  predefined  header tooltip globally?

NT 8.09

Regards
Manuel

7
Web Server - Ask For Help / NT 8.07 form date field error
« on: April 14, 2014, 06:16:53 PM »
Hi

NT 7.10 to 8.07 C8

Have a memory form with required date field .
Pick the date selector does not fill date and alert "file required"

Example 21 -update invoices procedure seems to have same problem.

TIA

Regards
Manuel

8
Web Server - Ask For Help / Webserver window info error
« on: April 02, 2014, 05:56:51 PM »
Hi

Migrate 7.1 to 8.02....8.06, Clarion 8.

Get wrong information on webserver window. See attachment.
App works fine.
Added perfomance control and no change.

TIA

Regards
Manuel


[attachment deleted by admin]

9
Web Server - Ask For Help / Hide Export button when browse is empty
« on: March 25, 2014, 09:24:41 AM »
Hi

NT8.03 C8

New export button is great!!

Have a memory form with drop filter and browse. Is there a way to hide export button until browse is displayed?

See attachment

Thanks
Manuel

[attachment deleted by admin]

10
The Rest - Ask For Help / SOAP with MTOM
« on: March 17, 2014, 03:42:56 PM »
Hi

Is it possible make a SOAp request to upload a file with MTOM?

Thanks
Manuel

11
Hi

I use soap client with crt and key files with NT. Can use pkcs12 crt  with passwrord?

Regards
Manuel

12
Hi

Have netWebBrowse with other button in each row.

If click the button with out select the row, "sometimes" got wrong ID record.
If select the row and then click the button works fine.

Is it possible disable the button until row is selected?


C8 NT 6.49
Thanks
Manuel

13
Web Server - Ask For Help / May I use Cryptonite in NetWebBrowse?
« on: April 15, 2013, 08:45:04 AM »
Hi,

Try to use in Before Browse Loop > After Setting Browse Behavior Settings

 loc:carpetaEncrip = Crypto1.EncryptString(loc:carpetaEncrip,loc:largo,loc:pass). The app hangs

IdĀ“like to encrypt file name to download form memory file NetWebbrowse. Have to do it at window procedure?

Thanks
Manuel 


14
Web Server - Ask For Help / Wait image or message
« on: February 18, 2013, 09:49:27 AM »
Hi

Have a netWebBrowse button that calls webservice and then memory form to view response. Is it possible show "wait" progress, gif or message? 

NT 6.49 - C8

Thanks
Regards
Manuel

15
Web Server - Ask For Help / Open url in new browser tab
« on: February 18, 2013, 09:45:06 AM »
Hi

Have a memory form with same buttons to open urls to external server. Is it possible open that in new browser tabs?

NT 6.49 - C8

Thanks
Regards
Manuel

Pages: [1] 2