Search found 30 matches
- Fri Feb 28, 2020 9:29 pm
- Forum: Windows
- Topic: Converting specific TAG File Format (Sage Accounting) to CSV or XML
- Replies: 9
- Views: 4453
Re: Converting specific TAG File Format (Sage Accounting) to CSV or XML
unfortunately this is all I can get without them having to change quite a bit of their software (it's not something by sage, but it does export in sage format)
- Fri Feb 28, 2020 9:19 pm
- Forum: Windows
- Topic: Converting specific TAG File Format (Sage Accounting) to CSV or XML
- Replies: 9
- Views: 4453
Re: Converting specific TAG File Format (Sage Accounting) to CSV or XML
Yes, but there's a ton of different Sage accounting software, in Switzerland we have at least 3 (all bought, so no common code base). And my source is yet another one that previously was imported to Sage but now will be imported to another Abacus.. easier staying with Sage format and converting it t...
- Fri Feb 28, 2020 8:25 pm
- Forum: Windows
- Topic: Converting specific TAG File Format (Sage Accounting) to CSV or XML
- Replies: 9
- Views: 4453
Re: Converting specific TAG File Format (Sage Accounting) to CSV or XML
Holy moly, Bernd Thanks a lot, that is a looong way towards what I need! I will need to do some minor adjustments and get the ID to span over the whole booking set (so like only 3 id's in my example) but again, thanks a lot! Also thank you Richard, I will remember that if we have another and larger ...
- Fri Feb 28, 2020 9:22 am
- Forum: Windows
- Topic: Converting specific TAG File Format (Sage Accounting) to CSV or XML
- Replies: 9
- Views: 4453
Re: Converting specific TAG File Format (Sage Accounting) to CSV or XML
Oh wow, thanks guys for your quick answers!
I will have a look at the weekend

I will have a look at the weekend
- Thu Feb 27, 2020 4:12 pm
- Forum: Windows
- Topic: Converting specific TAG File Format (Sage Accounting) to CSV or XML
- Replies: 9
- Views: 4453
Converting specific TAG File Format (Sage Accounting) to CSV or XML
Hi everyone, been a while.. After a few years I have another little project that I would like to handle in Livecode. Before I code away I wanted to see if anyone has done that before or maybe has some good advice. What I need to do: My client gets regular accounting files from a system in Sage 50 (S...
- Fri May 16, 2014 1:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Make datagrid rows partially uneditable
- Replies: 4
- Views: 1151
Re: Make datagrid rows partially uneditable
Hi Klaus, Thanks, I have seen that document before. I already protected the columns, but I also need a partial protection on the rows. Basically this: R/C Colum A Column B Row 1 1 editable Row 2 1 editable Row 3 0 protected Row 4 1 editable Column A is protected (implemented) Column C is bascially w...
- Fri May 16, 2014 11:00 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Make datagrid rows partially uneditable
- Replies: 4
- Views: 1151
Make datagrid rows partially uneditable
Hi all,
Is there something like dgColumnIsEditable [COLUMN] for rows?
I would like to have certain rows (with value X in colun 1) displayed but not editable, while other rows (without X in column 1) are.
Thanks,
Pascal
Is there something like dgColumnIsEditable [COLUMN] for rows?
I would like to have certain rows (with value X in colun 1) displayed but not editable, while other rows (without X in column 1) are.
Thanks,
Pascal
- Thu Jun 27, 2013 8:54 am
- Forum: Databases
- Topic: SQLite schematics in Valentina DB
- Replies: 0
- Views: 924
SQLite schematics in Valentina DB
Hi all, I have aSQLite database with about 10-15 tables. Some of them are referenced and dependent. I started to write my app using DBLib which works very nicely. I assumed that I have to handle the table-relations (update several fields in several tables if necessary) myself since sqlite manager (f...
- Fri Jun 21, 2013 3:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting in array does not work too well
- Replies: 5
- Views: 2195
Re: Sorting in array does not work too well
Ok, I gave up trying to sort the array directly - but it is also not necessary. My tool does two things after reading the XML file: create a name.html file for each person -> no need to sort the order they are created create one index.html file where I want the links to the individual name.html page...
- Fri Jun 21, 2013 12:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting in array does not work too well
- Replies: 5
- Views: 2195
Re: Sorting in array does not work too well
Hi Thanks for your example. I just tried to implement but even though I get another order out of my input, it is not the right one. What I basically do is generate an index.html file with a lot of names sorted by their name. since it will be one index per letter, the names need to be sorted by more ...
- Fri Jun 21, 2013 9:12 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Display card or stack within a tab panel
- Replies: 4
- Views: 1341
Re: Display card or stack within a tab panel
Hi Jean-Marc
That's another idea..
Think I could do that too, if I understand you right:
-create a group for reach tab on the tab panel
- just change the visible for the group that is belonging to the currently selected tab
Best regards,
Pascal
That's another idea..
Think I could do that too, if I understand you right:
-create a group for reach tab on the tab panel
- just change the visible for the group that is belonging to the currently selected tab
Best regards,
Pascal
- Fri Jun 21, 2013 8:17 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Display card or stack within a tab panel
- Replies: 4
- Views: 1341
Display card or stack within a tab panel
Hi
I would like to display some content (different cards or substacks or whatever) in a tab panel on my mainstack. however, the tab panel only takes half of the stack size and the rest of the content remains the same. basically I am looking for a "iframe" functionality. any ideas?
thanks,
pascal
I would like to display some content (different cards or substacks or whatever) in a tab panel on my mainstack. however, the tab panel only takes half of the stack size and the rest of the content remains the same. basically I am looking for a "iframe" functionality. any ideas?
thanks,
pascal
- Sun Jun 16, 2013 9:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: DBLib using SQLite RowID
- Replies: 2
- Views: 1084
Re: DBLib using SQLite RowID
I asked that in the other forum about 10 days ago, but did not get an answer yet and thought maybe someone else knows that too..
- Fri Jun 14, 2013 11:10 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: DBLib using SQLite RowID
- Replies: 2
- Views: 1084
DBLib using SQLite RowID
Hi all,
Is there a way to read a table's built-in ROWID using DBLib? I would like to use this to identify a record instead of creating another unique key..
Thanks,
Pascal
Is there a way to read a table's built-in ROWID using DBLib? I would like to use this to identify a record instead of creating another unique key..
Thanks,
Pascal
- Fri Jun 14, 2013 11:04 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sorting in array does not work too well
- Replies: 5
- Views: 2195
Sorting in array does not work too well
Hi all, Based on this link (http://runrev.screenstepslive.com/s/lessons/m/4071/l/11494-how-do-i-sort-an-array), I created an array sorting function which somehow does not exactly what it should but I cannot see the problem. I run put sortedArray(tArrayIndexFile) into tArrayIndexFileSorted with funct...