Don't worry Wil,
I will try to test in the short time.
Regards.
Type: Posts; User: Jose
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.
Hello,
If I run an application compiled with DF 19.0.33 that uses MySQL ODBC 8.0 ANSI Driver to connect to a MariaDB 5.5.61-38.13 I get this error when I do a SELECT (both from the Studio and from...
Hello Vincent,
Done!
https://docs.microsoft.com/en-us/previous-versions/dotnet/articles/aa302344(v=msdn.10)?redirectedfrom=MSDN
http://www.laurierhodes.info/?q=node/34
Thanks Dennis,
It seems that in the other forum they are using a lower version of vBulletin, that doesn't have this functionality.
Regards.
Thanks for clarification Stephen.
Hello,
I am noticing that sometimes I don't get created the DataDictionary when I create a new table.
I am using DataFlex 19.1.
Today has occurred again and I have observed that it occurs when...
Hello Raveen,
I have found the problem.
Move (FindWindow("#32770","Browse For Folder")) to hWnd
I have my operating system configured in spanish, so the caption of the dialog is "Buscar...
Hello Raveen,
Is it working TVM_ENSUREVISIBLE?
In my case the treeview scrolls down until the logic unit (C:, D:, E:...) that contains the current selected folder, so, I am not seeing the...
Hello Hans,
I had two problems, maybe one of them could be solved with what you say. I have not tried it because the new exe provided by Vincent works fine.
Thanks!
Hello Vincent,
I have downloaded DF Studio Launcher 19.1.2 and now it works ok.
Also I see that you have corrected "successful" :p
Thanks.
Hello Stephen,
Today, after shutdown the computer the weekend, I have tried again and I don't see the behaviour described last day.
Now I remember that Windows do some kind of caching of...
Hello,
I have installed DataFlex 19.1 and then I execute DataFlex Studio Launcher 19.1 with administrator rights. It says me: "DataFlexStudioLauncher Registered itself Succesful"
If I open any...
Hello,
Just curious.
1. You are writing a post.
2. The post take too long to get written.
3. You submit your post.
4. System notifies that the session has expired
5. You have to do login...
Thanks Michael, I am going this route.
Sorry, I don't have the exact time here and I no longer have access to that project.
I think it was near .NET or in worst case under a minute, not sure now.
Anyway, it was reasonable.
Hello Stephen,
And where is the doc on how to use PowerShell in DF? LOL
I think it is going to be complicated, at least for what I want...
Regards.
Hello,
I want to add a connection ID to DFConnId.ini (ConnectionIniFile).
I see that there is a ConnectionIniFile function, but it only stores the user, password and trusted check on a existing...
Hello,
Is there any way to get a list of all registered ODBC controllers in the system.
See attached image for clarification.
Regards.
Hello Steve,
Finally I have used FileSearch as you mention. It returns the files that match the pattern and as far as it returns a tsSearchResult it also gives dtLastWriteDateTime, so no need of...
Hello Steve,
I have given a try to cFileSystem class and it looks better.
It took 8 seconds to get the list of files and 2 minutes 6 seconds to get the modification date (which still si more...
Hello Samuel,
Yeah, you are right.
First call to get list of files and second call to get file attributes, no need of loops.
Regards.