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

Pages: 1 ... 12 13 [14] 15
196
Web Server - Ask For Help / Re: Script Error 8.13
« on: June 02, 2014, 08:16:44 AM »
Neils, try the following.

Check the Custom.Css and check for lines in the CSS declarations that contain files.

Example
#counter {
   display: block;
   background: transparent url("../images/ImageName.jpg") no-repeat;
   width:170px;
   height:115px;
   margin: 0 auto;
   padding: 0px;
}

In the ../ remove the dots and just leave / (look at the green line). Run the gzip again and try check if it fixed.

Something similar happen to me when i check the option Combine Common Files with the images and that change fixed the problem (Bruce, does this ring a bell?)


197
Web Server - Ask For Help / Re: 8.09 mobile chars
« on: April 22, 2014, 05:29:30 AM »
michelis

In my case to have Spanish characters i use in the NetTalk Simple Object in the advance tab the following options

Charset: 'ISO-8859-1'
Store Data As:  UTF-8


At least for me do the trick to have all the characters in a correct way.

Cheers

198
Web Server - Ask For Help / Re: PDF creation issue with service
« on: April 21, 2014, 12:07:39 PM »
Your welcome ccordes.

199
Web Server - Ask For Help / Re: PDF creation issue with service
« on: April 21, 2014, 07:19:05 AM »
ccordes i had the same situation and the work around was using an existing account or make an account for running services.

The reason is, if you try to run the service with the system account provided by windows, that account does not have any printer nor access to the installed printers.

Is a good idea to establish an account for services and not use an account provided to an employee because the day the employee changes his or her password the services stop running.

After you define the account (can be local or at Domain Controller level with proper permisions) you can set the Log On as: in the specific service tab (see picture)

Cheers @ Urayoan



[attachment deleted by admin]

200
Web Server - Ask For Help / Re: Example Web42 broken in NT8?
« on: March 24, 2014, 08:31:47 AM »
Neil, make sure the StringTheory Global Extension is registered.

Cheers

201
Web Server - Ask For Help / Re: Nettalk 8 presentation ?
« on: March 17, 2014, 09:30:36 AM »
Niels

Very exiting new stuff. Check it out here

http://clarionlive.wikispaces.com/Webinar+253

Cheers

203
Web Server - Ask For Help / Re: Add a capcha in a form
« on: February 28, 2014, 08:34:58 AM »
Michelis, the way peterH is telling is the way i use to create capchas.


204
Web Server - Ask For Help / Re: Add a capcha in a form
« on: February 28, 2014, 05:46:47 AM »
Saludos Michelis:
  El ejemplo Capcha (61) explica como añadir el capcha a una forma web. Requiere que utilices el Template de Draw.

  Te es útil?

205
Web Server - Ask For Help / Re: Example 42 (Soap Sever) error
« on: February 21, 2014, 05:50:49 AM »
johan, try the following.

Add the StringTheory template to both WebServer and Client program.

In the client where the default value is 127.0.0.1:88 add the GetInfo procedure at the URL.
It looks like this: http://127.0.0.1:88/GetInfo

Try it out and see =D





[attachment deleted by admin]

206
Web Server - Ask For Help / Re: A theme for each user, set at runtime
« on: February 20, 2014, 11:17:22 AM »
michelis

Check the example BasicWithLogin (3)

It has a procedure called RuntimeSettings and is available via web in the menu

207
Web Server - Ask For Help / Re: compile error on pure generated app
« on: February 19, 2014, 07:53:55 AM »
Thomas:

http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=5246.msg20786#new

That explains the error Peter is talking about. Nothing related to NetTalk but Calrion 9 instead.

Cheers

208
The Rest - Ask For Help / Re: NT6 compatibility
« on: January 07, 2014, 02:12:01 PM »
ramiro, it looks like yes it is compatible with C9

(from the main forum page)

NetTalk 6

Build 6.52 is up
Includes a DLL for Clarion 9.

209
Web Server - Ask For Help / Re: Refresh Child Browse after populating
« on: December 31, 2013, 05:36:36 AM »
No problem Ikeyser.

Cheers!

210
Web Server - Ask For Help / Re: Refresh Child Browse after populating
« on: December 30, 2013, 01:13:44 PM »
Ikeyser, try the following.

Change the filter in the BrowsePurchase_Order_Detail to this

'POD:POD_Order_Number = ' & p_web.GSV('Pur:PO_Computer_Number')

Hope this helps. Cheers



[attachment deleted by admin]

Pages: 1 ... 12 13 [14] 15