Thanks Michael,
I'll try that.
Ian
Type: Posts; User: Ianv
Thanks Michael,
I'll try that.
Ian
I am trying to set up nested lists inside a cWebHTMLBox using the following code:1330013299
Object oInstructions is a cWebHtmlBox Set piColumnSpan to 0
Set...
Thanks Stephen,
That's good to know.
Ian
The WAS help says
But how gracefully does it do it? For example, if the process is in the middle of a long running webservice call with lots of data open and some saves not yet completed, will...
Rachel,
I've always considered WebAppuser and to a lesser extent WebAppSession to be "proof of concept" tables rather than designed for use in a production environment. For example, consider the...
USERNAME will allow you to get an individual folder for each user. If you then use Set_directory to this directory it will be the first directory searched so there will be no need to modify the .ws...
Chris et al,
I had problems trying to use SMTPQ in Chilckat with the latest version of Chilkat and got this reply from Matt:
I then tried the Async approach and had problems there, too. Since...
Thanks Nick,
Great help. This got it going for me.
Ian
Has anyone had success running a WebApp in a Docker Container?
If so, how did you go about setting it up?
Ian
Thanks so much Chris,
That's perfect.
No wonder so many DF Developers use Chillcat.
Ian
Chris,
Sorry, I misunderstood you or rather, when I looked at the list of Examples I found the Async example and assumed that was what you used. So, do you use the ComSaveEml function to create an...
Hi Chris,
I'm now testing Chilcat. I'm using AWS SES to send the emails and I've got that working on individual emails but am having some problems with using the Async Queue. I have created a...
Hi Chris,
I have decided to go with Chilcat. How do you enable Queue mode?
Ian
Thanks Garret,
All roads lead to Chilcat, it seems. I've just downloaded it!
Iana
Garret,
What emailing program are you using to actually send the emails?
Ian
Thank Chris,
That's good to know. I'll try Garrett's approach first since I'm 80% of the way there and it should be an easier learning curve.
Ian
Thanks Garrett,
I do pretty much the same as you except that I use a PHP script running under task manager to read the email table. It's a bit clunky and I'm not comfortable using it in production....
There has been a lot of discussion in these forums about emailing from a DF application the favoured product being Chillcat. However, as far as I can see Chillcat and the others are relaying off a...
Arguably, in SQL Recnum would be OK to use as was originally the DF recommendation in CM days. Problem was that the embedded database can be set up to re-use deleted Recnums. Not so with SQL since...
Rachel,
Marco has developed a commercial product for DF which works with Office 365 to send email and does put the email in the sent folder. I imagine it could also be made to work with an...
The problem is that ProcessDataSet pulls all the List data back from the Client using the Client's back channel which is usually fairly slow. Since it is a List and the data won't change on the...
I have three tables:
A will be the parent
B will be the Child with no direct relationship to A
C is a link table between the two.
How can I structure the DD's so that when a record is found in A...
Thanks Samuel,
I'm new to SQL backends having used Pervasive PSQL for years. Pervasive works like the embedded tables.
Ian
Thanks Martin,
I had come to the conclusion that it had to be a syntax difference between MySQL and MsSQL. When I tested your code on my MySQL Workbench 1 and 2 needed the Search String enclosed in...
Having been inspired by the Video on using MySQL etc. I have converted one of my databases to MySQL for testing. I must say I'm impressed by its performance.
I've now turned my attention to using...