Hi Vincent,
Thanks for your reply.
I am running it on my pc, while the server is Windows Server 2012.
It seems that the riched20.dll installed on the server is an older version.
Will...
Type: Posts; User: jcachia
Hi Vincent,
Thanks for your reply.
I am running it on my pc, while the server is Windows Server 2012.
It seems that the riched20.dll installed on the server is an older version.
Will...
DR Report version 8.1
I am trying to justify some contents in a report.
On my computer this is working fine and the text is justified. However when I am running this either directly on the server...
Hi,
Could it be that you are using GET and not WEBGET in the Constrain procedure?
Thanks Samuel.
I will look into that option.
What I find strange is the difference in the handling of this issue between the windows and web application.
Thanks Vincent.
I just managed to identify the issue.
When I am creating a new customer the name is not saved in Capital Letters.
So, when changing the data for this customer,(the name will...
Thanks a lot. With your help I managed to get rid of this issue that was really bothering me.
Thanks Nick for the clarification.
I am finding this a little difficult to implement as I want to check whether the required rows in the grid have been ticked. If not, the user is not allowed to...
1532915330Hi,
I am noticing that the execution of the OnProcessDataSet event is not happening immediately after the Send ProcessDataSet call.
I placed a breakpoint (breakPoint 3) in the...
Hi Vincent,
I created a simple version of the webview.
I don't think that the error has something to do with the view.
Use cWebView.pkg
Hi Dennis,
Thanks for your help.
I haven't seen any errors in the Windows Event Viewer.
As for debugging, I am trying to debug but the issue is that when I press Save, the data that I enter...
Hi all,
I have a situation when I change some particular records in a webapp view, the changes are lost. The records that are not being changed are records that I am creating thru the webapp....
Thanks Vincent.
I didn't know it was by design like that. Not sure whether I encountered a similar issue with other report designers. I will have to split my report in further sections.
I have this report and the text from one of the textboxes is overlapping the contents of the textboxes below it.
I am using wrap text and variable height and the text type is 'Normal'.
This is...
Thanks for your help. I will try that out.
Hi all,
Is it possible to call an Outlook client (similar to a runprogram) to load the saved email (.eml) from a web application so that the user can continue filling in the email if required or...
Back to the future
Hi Edgar,
Did you try it in the PostFind event of the DD?
That was such an oversight on my part. I was testing in the same chrome browser window on different tabs and thought that the zoom would be the same.
Thanks for your help
Hi all,
I have an application that is on my dev machine and the same application is copied on a test server.
When using Chrome, the fonts for the application on the server is being displayed a...
Thanks Harm,
That was it. I had already updated the JavaScript engine but I did not refresh the browser.
Thanks once again.
Jesmond
Hi all,
Df19.1.59 SqlExpress 2017
I am encountering a similar issue to this, that is Webapp is not rendering.
152531525415255
The WebOrderMobile is working fine.
That was it. Thanks
I just started to apply the GlobalSqlFilter and am encountering another issue.
I am getting an invalid column name when setting this filter. The 'AB' which is being referred to in the error is...
Just tried it and works but it is very very slow on the local dd. I will try too implement this using global sql filters.
For other people's reference I also found this thread very helpful...
Thanks Samuel. I thought I couldn't use other tables as the documentation states 'psSQLFilter is only applied to the (main) table find.' So I might have misunderstood that.