Thank you! That will work.
Oscar Mintegui
Type: Posts; User: Oscar
Thank you! That will work.
Oscar Mintegui
Hi Michael,
Thank you! I've seen that, but first I have to get the email object through POP3... do I use the example to download as mime string?...
Hi Everyone! Happy 2022!!!
We have moved the send emails from EasyMail to Chilkat a few years ago, but left the POP3 code in EasyMail. But now with the phasing out of TLS1.0 EasyMail started to...
Hi Vincent,
I clicked on the link to download the sample app, but couldnt find it.
EDIT: FOUND IT!
Thank you,
Oscar
Hi Jeff,
I am doing the same... created a C# dll to use as middleware...
Thank you!
Oscar
Hi Vincent,
I have several clients running the same application... they are all running MSSQL backend, but some of the tables are still listed as OEM on the INT file... So I need to run the...
I was afraid I was going to get that answer...
Thank you Vincent!
Hi All,
Is there a way to run the OEM to ANSI Conversion Wizard using a command line or other method that could be called from my program?
Thank you,
Oscar
Hi Jeff,
I know this thread is very old, but maybe you or someone else have find the way to set the sessionId and Url... Right now I am able to login, but since I can't figure out how to set...
Thank you Peter...
I have the same code in dbList and dbGrid... and it is pretty involved... with the additional lines it is working as expected so I will leave it alone. We are planing on...
I see... the what I can do is to save the applied sql filter to a property
Get psSQLFilter to sSQL_Filter
Set_Attribute DF_FILE_SQL_FILTER of iMain to sSQL_Filter
Set_Attribute...
Hi Vincent,
My code is in a sub-class and very generic... i used it in many parts of the system.
It is something like this:
Constraint_set iMain
Constrained_Find First iMain by...
Hi Vincent,
I see... that is very useful information! Thank you.
In this particular case it is a display only dbGrid with no child tables and I use the constraint_set to cycle through...
Hi Eveybody!
Question: Does Constraint_set, Constrained_Find, etc. work well with pbUseDDSQLFilters? or only works with, let's call them, regular Constrains?
Thank you!
Oscar
Hi Samuel,
I am using 19.1 and the fields were set as binary... they were just not big enough at a point that the program started to crash... so, with that in mind and with all the suggestion...
I see... FYI... I tested wtih 200000000 and the program just gave an out of memory... with 100000000 it took a few screens without running into the same issue. I will have to figure out other way to...
Very interesting reading... thank you... it does mention that the minimum is 16KB... but couldn't find anything about a maximum that I can assign... Do I have to assume that there is no maximum as...
Hi Focus,
Thank you for that article... I will read it, but it is for web applications and I have a desktop one, so not sure if it will apply.
Regards,
Oscar
Hi Samuel,
Thank you for that info... do you know what would be the largest number i could use there? I curreently have 20,000,000 but the first user uploaded a 32.8MB file and of course was...
Hi All!
What is the maximum size I can safely make a binary field... I only have two of these fields in just one table in the whole application.
Thank you!
Oscar
Thank you!!!
What field types are you using on the database?
Regards,
Oscar
Thank you Harm for the detailed explanation.
Regards,
Oscar
Hi Stephen,
Will a .128 compiled program run with a .130 client?
Thank you,
Oscar
Stephen,
I was trying to get the command line and didnt get the error, then I noticed that it could be because the studio was not running... so when I tried the second time the error showed...