Yes I use apache.
have tested all dependancies and resolved all of them, but still no joy.
Also tried <?irev and <?lc
Will try some other options..
Search found 7 matches
- Tue Nov 26, 2013 7:35 am
- Forum: CGIs and the Server
- Topic: Livecode server on fedora
- Replies: 2
- Views: 4139
- Thu Nov 21, 2013 3:57 am
- Forum: CGIs and the Server
- Topic: Livecode server on fedora
- Replies: 2
- Views: 4139
Livecode server on fedora
I have installed the livecode server on Fedora, but get some strange results when running the following script: <html> <head> <title>My LiveCode Server Test Page</title> </head> <body> <h1>My LiveCode Server Test Page</h1> <?irev put "<p>hello from me</p>" put "<p>Hello World! from LiveCode Server</...
- Tue Sep 13, 2011 2:19 pm
- Forum: Talking LiveCode
- Topic: Grouping in LC 4.6.4
- Replies: 2
- Views: 2458
Grouping in LC 4.6.4
The new version 4.6.4 has a problem with grouping. When you check 'behave like a background' it does not save and gets unchecked automatically. This is VERY frustrating!
Maarten
Maarten
- Mon Jul 04, 2011 3:58 am
- Forum: Databases
- Topic: Getting current record in Datagrid
- Replies: 6
- Views: 6167
Re: Getting current record in Datagrid
Thanks Klaus for the comments. However I included a small database for demo puposes. Normally I want to work with big databases, that is why I set the sRecordCount. (The column id was from a big table, forgot to name it UserID...) The rest is straight from the example for big databases. However that...
- Sun Jul 03, 2011 11:09 am
- Forum: Databases
- Topic: Getting current record in Datagrid
- Replies: 6
- Views: 6167
Re: Getting current record in Datagrid
Hi,
I have tried all that, without luck. I have attached a small project showing the problem.
This one is a real head breaker and important for me. Any help is appreciated!
Maarten
I have tried all that, without luck. I have attached a small project showing the problem.
This one is a real head breaker and important for me. Any help is appreciated!
Maarten
- Sat Jul 02, 2011 6:54 am
- Forum: Databases
- Topic: Getting current record in Datagrid
- Replies: 6
- Views: 6167
Re: Getting current record in Datagrid
Hi,
I tried this, but the line
put the dgDataOfLine[line.number] of group "DataGrid" into line.array
does not return any values. I have the code in a mouseup event in the datagrid group.
The line.number does get filled...
Maarten
I tried this, but the line
put the dgDataOfLine[line.number] of group "DataGrid" into line.array
does not return any values. I have the code in a mouseup event in the datagrid group.
The line.number does get filled...
Maarten
- Fri Jul 01, 2011 12:02 pm
- Forum: Databases
- Topic: Getting current record in Datagrid
- Replies: 6
- Views: 6167
Getting current record in Datagrid
Hi, I'm using the datagrid with big tables in Table mode. I have set the dgNumberOfRecords to the record count of the table and have filled the datagrid with the data. What I want to do is get the record data back when a user clicks a row. However because the grid is in table mode, directly connecte...