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

Pages: [1]
1
Hello Jeff,

One option that You can check is in Form settings: NetWebSettings -> Advanced Tab -> Prime auto inc if necessery (checked), Prime auto inc even if not necessery (unchecked).

This should do the trick unless on Your form there are for example browse procedures (childs) and lets say on second tab You add some child records. This is a bit harder to deal with because the record have to be always primed so the child record knows its parent ID. Let me know if this is the case.

2
Web Server - Ask For Help / Re: PDF problem with characters
« on: March 02, 2015, 11:30:40 PM »
Thanks for answer Bruce.
In a previewer characters looks ok so the problem is indeed charset that the pdf is converting to.
Can You tell me please what pdf converter do You use?

Quote
But the source is all there so you should be able to track it down.
Could You clarify this one. Did You mean that i could inspect sv converter's code?

3
Web Server - Ask For Help / PDF problem with characters
« on: February 27, 2015, 02:43:39 AM »
Hello everyone,

I have a problem with polish characters in pdf file.
I am using a report procedure with SV report to pdf extension to serve a pdf document to the end user.
Pdf file is served but if it contains some polish characters like "ą" or "ę" then they are translated to "a", "e".
I tried to use examples 17(FRB report extension) and 13(SV Report to pdf) but both generate the same effect.
Somewhere in this forum I've found an answer that the solution could be PDF tools from tracker software (i'm not sure which one exactly) but my boss will probably hunt me down if I tell him to spend over 1000$ for "ąśćźż".
Any help is greatly appreciated.

My settings in webserver procedure are:
Charset: 'utf-8'
Store data as: Central Europe
These two are working fine on my web app.

I'am using:
Clarion 8
NetTalk 7.39

Help

4
Can You check Your answer Bruce, because i dont see any difference between those two line of codes.

Thanks!

5
Hello everyone,

I've a problem with NetWebYear procedure. In example HotDates i've added a new user with name containing character "ę". VeticalWeekPlanner works fine, but in HorizontalWeekPlanner that name contains a strange character like "?" instead of "ę". Please check screenshots.
In WebServer procedure my settings are:
Store Data As: Central Europe
Charset: 'utf-8'
These settings were working for me perfectly fine till now.

I'am using:
Clarion 8
NetTalk 7.39
 
Any help is greatly appreciated.


[attachment deleted by admin]

6
Web Server - Ask For Help / Re: ERROR: Too many segdef in file:E,4000
« on: June 30, 2014, 10:32:09 PM »
I had a similar error but in my case it was exactly what Terry said - too many procedures in one module.
Try moving some procedures from module where You got the form into another module and see if it helps.

Pages: [1]