Search found 170 matches

by lemodizon
Sat Dec 09, 2023 3:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to connect to the ms access databse via a local network?
Replies: 0
Views: 139016

How to connect to the ms access databse via a local network?

Hi everyone, Can anyone guide me on how can I access the database (ms access) on a local network? I used ODBC 64bit but it doesn't connect via a local network see below the picture odbc_ms access.png and here is my code I tried to changed runrev into the network path still there is error on mouseUp ...
by lemodizon
Thu Nov 23, 2023 1:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to display the link tables on ms access
Replies: 0
Views: 140003

How to display the link tables on ms access

Hello everyone, Good day, I have a ms access database that links to the table of paradox database. I'm trying to connect to ms access using obdc it works in connecting to the database. unfortunately it doesn't display in query or link tables. can you teach me how to display the link table on ms acce...
by lemodizon
Thu Nov 23, 2023 12:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Magic pallete error
Replies: 2
Views: 3978

Re: Magic pallete error

Hello Paul,

Thanks for the response I will check on it.
by lemodizon
Tue Oct 17, 2023 1:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing in the thermal Receipt
Replies: 22
Views: 26263

Re: Printing in the thermal Receipt

Hi richmond62 & Klaus,

Thanks for helping me out and guiding me to solved this. :wink:
by lemodizon
Tue Oct 17, 2023 1:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing in the thermal Receipt
Replies: 22
Views: 26263

Re: Printing in the thermal Receipt

richmond62 wrote:
Tue Oct 17, 2023 11:51 am
Screen Shot 2023-10-17 at 1.47.54 pm.png
-
The purpose of that field is to sort out the font formatting.

READ the script in the button.

Hi richmond62.

I got it thank you. sorry I didn't tried to check in the dictionary.

thanks again 8)
by lemodizon
Tue Oct 17, 2023 11:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing in the thermal Receipt
Replies: 22
Views: 26263

Re: Printing in the thermal Receipt

richmond62 wrote:
Tue Oct 17, 2023 11:05 am
cheating
Well, you know me. 8)
Hi richmond62,

Code: Select all

revPrintField ("field" && "fldToPrint")
i'm trying to find this "field" where is this located? what is the purpose of this "field" that i can't find in the stack.
by lemodizon
Tue Oct 17, 2023 7:31 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing in the thermal Receipt
Replies: 22
Views: 26263

Re: Printing in the thermal Receipt

richmond62 wrote:
Tue Oct 17, 2023 7:13 am
Put ALL your text into one field, make sure that it looks the way you want it, the print the field.

Hi richmond62,

I tried it before, but i can't change the font size "header" example "gallon in" it will affect others text in that field.
by lemodizon
Tue Oct 17, 2023 7:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing in the thermal Receipt
Replies: 22
Views: 26263

Printing in the thermal Receipt

Hello everyone, good day. Please help me on how to remove the space or adjust the spaces between the header and body of my fields. here is my code below answer printer revShowPrintDialog false ,false put fld "fldHeader" of stack "StackPrinterGallons" into tHeader put fld "fldIN" of stack "StackPrint...
by lemodizon
Mon Oct 16, 2023 12:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: new to Polygrid
Replies: 13
Views: 15132

Re: new to Polygrid

Thanks Tim and Klaus :)
by lemodizon
Mon Oct 16, 2023 12:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: new to Polygrid
Replies: 13
Views: 15132

Re: new to Polygrid

Hi Klaus,

Thanks again I really appreciate your help.
by lemodizon
Sat Oct 14, 2023 3:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: new to Polygrid
Replies: 13
Views: 15132

Re: new to Polygrid

Hi Klaus,

Thanks. how do you sort in polygrid? i can't find in the property inspector. While in data grid property inspector it is available.

i tried this code nothing happens in my polygrid.

Code: Select all


sort lines of tOldData descending numeric by item 1 of each 
by lemodizon
Sat Oct 14, 2023 12:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: new to Polygrid
Replies: 13
Views: 15132

Re: new to Polygrid

Hi Tim & klaus,

thank you for helping me out. I appreciate your help guys.

Which one is better polygrid or datagrid?
by lemodizon
Fri Oct 13, 2023 2:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: new to Polygrid
Replies: 13
Views: 15132

new to Polygrid

Hi everyone, good day I bought a widget polygrid from livecode. This is my first time to use this widget can some one teach me how to get the total sum in one column. sorry for my code if they are long codes for you i'm still trying and learning to make it short. on checkData if fld "fldQtty" is emp...
by lemodizon
Fri Oct 06, 2023 2:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to add two items
Replies: 13
Views: 8830

Re: How to add two items

Hi Lemodizon, It depends on your use-case. If it’s a database for a single user I would strongly revommmend SQLite. It’s robust, language independent, and fast. I’ve used this many times. If it’s for a multi-user app, then the free options include MySQL or PostesgreSQL both are robust but more comp...
by lemodizon
Fri Oct 06, 2023 2:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to add two items
Replies: 13
Views: 8830

Re: How to add two items

Hi lemondizon, LC has build-in support for SQLite databases! So if you need a local database for your app(s), use that. However this is a single-user db, if that matters. If you want an online and multi-user databse use MySQL, which is already installed on most hosting services. Best Klaus Hi Klaus...

Go to advanced search