Search found 2 matches
- Thu Jul 19, 2018 5:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Windows DLL Help
- Replies: 5
- Views: 5378
DataGrid-TextEncoding-SQLSERVER
The Collation on the SQLSERVER database that I am using is SQL_Latin1_General_CP1_CI_AS My Query to extract the customer table is as below. When I hardcode something like lastname like 'F%' it is working. Whenever I am using the search field for userinput, the datagrid is empty. I understand it is a...
- Tue Jul 10, 2018 4:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Windows DLL Help
- Replies: 5
- Views: 5378
Windows DLL Help
I am using Liveocde Indy 9.0 and am trying to use Windows DLL via livecode external I have Visual Studio 2017 and used the following article which seems a little dated. I could use some insight and help to get it to work. I am stuck with not being able to actually invoke the funciton that the exampl...