Search found 60 matches

by D4vidrim
Mon May 26, 2014 9:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Quit an app
Replies: 4
Views: 2562

Re: Quit an app

it works very well, thanks!
by D4vidrim
Sun May 25, 2014 8:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Quit an app
Replies: 4
Views: 2562

Quit an app

Hi! New basic question: I have a main stack and a substack and I want the app to quit if I clic on the X of the main stack and to just close the substack if I clic on its X. If I put his code on the main stack: on closeStack quit end closeStack and this code on the other substacks: on closeStack end...
by D4vidrim
Sat May 24, 2014 6:56 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Printing a pdf - cursor
Replies: 1
Views: 1512

Printing a pdf - cursor

Hi, I've followed the guide to print a pdf here: http://lessons.runrev.com/s/lessons/m/4071/l/29177-how-to-create-pdfs-using-livecode Everything works fine, except that sometimes it also prints the cursor on the last field I was editing before launching the printing command. How can I hide it? thanks!
by D4vidrim
Thu May 08, 2014 8:02 pm
Forum: Databases
Topic: Newbe… which DB?
Replies: 20
Views: 16254

Re: Newbe… which DB?

Correct me if I'm wrong, by I find Livecode a great developer tool for this kind of needs! Even though I'm a beginner, in a few months I've done 3-4 apps quite useful for our office and it's just because Livecode is so easy to develop with. Back to my first question! If I understand, SQLite allows m...
by D4vidrim
Thu May 08, 2014 7:49 pm
Forum: Databases
Topic: Newbe… which DB?
Replies: 20
Views: 16254

Re: Newbe… which DB?

I work for a big company who has its servers, many databases, everything managed by our IT Offices. I use LiveCode to develop and test small project and to understand what we actually want to ask to our IT and to show them our needs. This project is about saving basic information about invoices we r...
by D4vidrim
Wed May 07, 2014 6:21 pm
Forum: Databases
Topic: Newbe… which DB?
Replies: 20
Views: 16254

Re: Newbe… which DB?

We cannot use a server for the DB, that is why I was trying with SQLite. :(
I'll try to have a look at postgresql and mysql to see if I come up with something useful.

Thanks
by D4vidrim
Tue May 06, 2014 8:34 pm
Forum: Databases
Topic: Newbe… which DB?
Replies: 20
Views: 16254

Newbe… which DB?

Hi! I'm starting to write a small app which should allow a few users to connect to a DB file to retrieve and save data. There might me up to 10 users connected at the same time. Those users have different versions of Windows (XP, Vista, Win7 on both 32 and 64 bit). I've always used Access or Oracle ...
by D4vidrim
Mon Jan 20, 2014 3:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Opening a file
Replies: 2
Views: 1918

Re: Opening a file

Thank you, that's exactly what I needed!
I was looking for "open" something, not launch!
by D4vidrim
Mon Jan 20, 2014 12:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Opening a file
Replies: 2
Views: 1918

Opening a file

Hi,
I'm trying to tell livecode to open a file (csv, pdf, ...) with the associated application (Excel for csv files, Acrobat Reader for pdf files,...)

I'd like to create a csv from a datagrid, when the csv file is created and saved, I want excel to open the file.

Is it possible?


Thanks
by D4vidrim
Mon Dec 23, 2013 12:15 pm
Forum: Databases
Topic: revNumberOfRecords and odbc
Replies: 1
Views: 2153

revNumberOfRecords and odbc

Hi,
as I read on the Dictionary, revNumberOfRecords function does not work on ODBC data sources.
Is there any alternative?

What I would like is the number of record, in order to use a progress bar to show how many records are being processed so far.

Thanks
by D4vidrim
Mon Dec 23, 2013 10:26 am
Forum: Windows
Topic: Undo, Cut, Paste don't work in Windows Code Editor
Replies: 18
Views: 16563

Re: Undo, Cut, Paste don't work in Windows Code Editor

Hi, the error I get is: execution error at line 376 (set: can't set property) near "dom 27/10 00", char 1 the line is: set the clipboarddata to tData where tData is just a string with some lines of text. This kind of error happens only when the copy&paste stops working on the editor, otherwise the c...
by D4vidrim
Sat Dec 21, 2013 9:42 am
Forum: Windows
Topic: Undo, Cut, Paste don't work in Windows Code Editor
Replies: 18
Views: 16563

Re: Undo, Cut, Paste don't work in Windows Code Editor

I will post it as soon as I get it again, it's a random error. :|

thank you!
by D4vidrim
Fri Dec 20, 2013 9:56 pm
Forum: Windows
Topic: Undo, Cut, Paste don't work in Windows Code Editor
Replies: 18
Views: 16563

Re: Undo, Cut, Paste don't work in Windows Code Editor

Not sure if it is related, but sometimes even the "set the clipboardData" stops working. On these occasions, the copy&paste does not work on the windows code editor. Same issue if I execute the compiled code, sometimes I get an error and it appears to be related with the "set the clipboardData" not ...
by D4vidrim
Wed Dec 04, 2013 10:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid and mouseEnter - mouseLeave
Replies: 4
Views: 2779

Data Grid and mouseEnter - mouseLeave

Hi, I' created a Data Grid and on its script I wrote this code: on mouseEnter --lock screen if the mouseLoc is within the rect of me then put the top of me into theTop set the height of me to 126 set the top of me to theTop end if end mouseEnter on mouseLeave --lock screen --wait 1 sec if the mouseL...
by D4vidrim
Fri Jun 07, 2013 8:14 pm
Forum: Databases
Topic: Wrong results with revDatabaseColumnNamed
Replies: 1
Views: 2110

Wrong results with revDatabaseColumnNamed

I'd like to ask about a problem I'm having with LiveCode Community Edition. I make a database connection to the oracle DB we have in our company, via ODBC. But I think there is some kind of bug in this function: revDatabaseColumnNamed If I use this query put "SELECT amc01_id_elab as amc01_id_elab FR...

Go to advanced search