Hello,
Is there a built-in way to get the Application Icon setted at Project Properties?
I know it is stored at Project.cfg, but I hope there is something similar as there is for reading the...
Type: Posts; User: Jose
Hello,
Is there a built-in way to get the Application Icon setted at Project Properties?
I know it is stored at Project.cfg, but I hope there is something similar as there is for reading the...
Hello Vincent,
I am aware of that link, just I didn't remember it. Back in time I had a timeout issue with a JSON HTTP transfer and I got it working using that link.
Today I got it working with...
Hello Vincent,
I have tried with GetLastError as you suggested. I got error 12002, wich it seems to be ERROR_INTERNET_TIMEOUT...
Thanks Mike, found it!
Hello Vincent,
I don't see any GetLastError, nor property, nor method. I only see LastErrorCode and it returns 0.
I am talking about cFTPTransfer.
Regards.
Hello,
I have a FTP folder with over 120.000 files. Using FileZilla it tooks time to list this folder.
Using DirectoryList of cFTPTransfer it doesn't do anything after 20 - 30 seconds (it...
Hello,
Anyone have any experience running a Visual DataFlex 17.0 on a Windows Server 2019? I know it is not officially supported, but want to know if someone has any application running fine in...
Thanks Vincent,
We have implemented it as you suggested.
Regards.
Thanks Vincent.
As page layer doesn't seem to be the best option for reutilize content between reports, what do you recommend?
Also, it seems that a subreport isn't the way to go.
Regards
Thanks all.
Point was that to achieve same goal in different products of same company I stuck in different point.
I was hoping that same built-in function would be available in both products.
...
Hello,
Let's say that I have to design a corporate page footer and some of the data should be the page number and the date of print.
It seems that you can't place dynamic content on page...
Hello,
I have taken a look to https://learning.dataaccess.com/courses/page-layers
In the three examples, you mention to remove the margins. Which should be my thinking process?:
Ok, they...
Hi,
Not a problem, I have it done, but wanted to share my coding moment.
I have to get the name of the next month, both in DF and in DR:
DF side: Good! I have the built-in function...
Hello Vincent,
Wondering if this, or similar technology, is shipped with the product nowadays.
Our customers want to print a report with some filters and then print the same report with...
Hello,
While it is something that don't affect us, I am curious.
Seeing repository history I see that at revision 908 line 190 (Send OnPopup_ContextMenu_ReportArea hoContextMenu) of...
Hello,
I have attached a sample workspace to demonstrate the behaviour.
Steps to reproduce it:
Open OnEndEditBug.vw and put a breakpoint on event OnComMouseDown.
Just press F5 every time...
Hello Dennis,
I have searched for Border_Dialog at help, there is 9 results, one of them is ModalPanel:
Not sure if in the other classes is fine or not.
Regards.
Hello,
Not sure if it is just an error on the help or a change in the language.
If you search for Border_Dialog on the help you are going to see that it is the default value for some classes,...
I though about sub menu items, but it doesn't solve the situation.
Rebuild current menu when clicking on a option could be an option, but it seems an overkill.
I think this gets resolved speaking...
Hello,
Is there any way to show few options in a context menu and let see more options doing scroll or expanding it?
Right now you can scroll if the context menu is too big and doesn't fit...
Don't worry Wil,
I will try to test in the short time.
Regards.
Hello Vincent,
Let me know if you are able to reproduce it now.
I have tested with another table and it works with 83 columns but not with 84 columns.
It seems the problem is the number of...
Hello,
I have a table with 89 columns and I have configured "Max Columns" to 255. I can see all the columns but I can not export its data.
If I change "Max Columns" to 83 I can export its data....
Hello Wil,
While I don't have the same issue, I had something similar with reserved words.
I see that you have solved it, but not sure if this helps:...
Thanks Mike,
We haven't tried your idea.
Finally we have migrated the project to DF 19.1 and it works as expected.
Regards.