Search found 268 matches

by DavJans
Tue Aug 09, 2022 7:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Video into BLOB?
Replies: 5
Views: 1732

Re: Video into BLOB?

I have not done anything with livecode yet, just using MySQL Workbench to get the query working first. I found that same stackoverflow and that's where I started but couldn't get it to work. I get that this may not be the best place for a MySQL question but the community is awesome. Screenshot 2022-...
by DavJans
Fri Aug 05, 2022 9:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Video into BLOB?
Replies: 5
Views: 1732

Re: Video into BLOB?

I also changed it into a LONGBLOB
by DavJans
Fri Aug 05, 2022 9:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Video into BLOB?
Replies: 5
Views: 1732

Re: Video into BLOB?

I tried this, didn't get an error but it doesn't do anything.

Code: Select all

UPDATE Books SET book = LOAD_FILE("U:\\Books\\In-Memory Data Grids for Dummies.pdf") WHERE id = 1
by DavJans
Fri Aug 05, 2022 7:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Video into BLOB?
Replies: 5
Views: 1732

Video into BLOB?

Is there a way for me to put a video file into a MySQL BLOB?
by DavJans
Mon Jul 18, 2022 10:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there a way to do this but using livecode? (VB)
Replies: 1
Views: 1132

Is there a way to do this but using livecode? (VB)

Does anyone know if there is a way to do this in livecode? A coworker of mine is super smart with VB and I am not. I need to convert what he is doing in livecode. I attached some screen shots. He is using a dll and classes, I've never done something like this in livecode. does anyone know if there i...
by DavJans
Fri Jul 01, 2022 9:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Updating datagrid but keep selected line
Replies: 2
Views: 1061

Re: Updating datagrid but keep selected line

OMG, what a stupid mistake, thank you
by DavJans
Fri Jul 01, 2022 7:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Updating datagrid but keep selected line
Replies: 2
Views: 1061

Updating datagrid but keep selected line

I'm trying to keep the selected line after updating a datagrid. put the dgHilitedIndex of group "DataGridCutList" into cutlistLine --Update datagrid set the dgHilitedLines of group "DataGridCutList" to cutlistLine This works great until I sort the datagrid. After sorting and selecting line 1 (visual...
by DavJans
Thu May 12, 2022 11:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How can I replace a random amount of spaces with 1 comma?
Replies: 19
Views: 4552

Re: How can I replace a random amount of spaces with 1 comma?

Nice thank you, that looks much cleaner and efficient.
by DavJans
Thu May 12, 2022 10:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How can I replace a random amount of spaces with 1 comma?
Replies: 19
Views: 4552

How can I replace a random amount of spaces with 1 comma?

There has to be a better way than this? replace " " with "," in tLine replace " " with "," in tLine replace " " with "," in tLine replace " " with "," in tLine replace " " with "," in tLine replace " " with "," in tLine replace " " with "," in tLine replace " " with "," in tLine replace " " with ","...
by DavJans
Wed Jan 05, 2022 7:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: JDK Path: (none)
Replies: 2
Views: 1374

Re: JDK Path: (none)

Thank you so much, that did the trick.
by DavJans
Tue Jan 04, 2022 10:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: JDK Path: (none)
Replies: 2
Views: 1374

JDK Path: (none)

I can't seem to get it to populate, I've read through an old post about it but couldn't find an answer that helped. I have Windows 11 and here is what I've tried so far. I bet I'm just missing something stupid. Had Livecode 9.4.something and trued updating to Livecode 9.6.5 SDK root set properly Ins...
by DavJans
Wed Sep 29, 2021 9:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A computer only does what you tell it to?
Replies: 1
Views: 1323

A computer only does what you tell it to?

Somehow this is copying things that I don't ask it to. I'm wondering if I'm missing something or if it is just a glitch. Its happening on a windows 10 desktop but I cant reproduce the issue in the livecode development environment. 99% of the time it works normally but sometimes it copies the folder ...
by DavJans
Wed Mar 10, 2021 9:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi-Hilite Datagrid
Replies: 5
Views: 2405

Re: Multi-Hilite Datagrid

Thank you!
by DavJans
Wed Mar 10, 2021 8:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Multi-Hilite Datagrid
Replies: 5
Views: 2405

Multi-Hilite Datagrid

I want the user to be able to set this property and I know how to set a property but I don't know what the name of that property is in the datagrid. If I cover the mouse over the property it tells me "multiple lines" but that's not it.
by DavJans
Fri Mar 05, 2021 3:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copying files
Replies: 2
Views: 1443

Copying files

I'm having an issue with RevCopyFile, Im not quite sure what im doing wrong but I bet its something stupid This Works: --copy nc1 files repeat for each line tLine in tPartList put ".nc1" after tLine revCopyFile "\\10.0.15.15\NC Files\" & tLine, "C:\NC Files\" end repeat This does not: --copy nc1 fil...

Go to advanced search