Search found 8 matches

by Jules
Mon Feb 07, 2011 8:16 am
Forum: Databases
Topic: Problem with MySQL view returning data
Replies: 5
Views: 6315

Re: Problem with MySQL view returning data

Sorry I have not got back to you because I am still testing Live code. I ran the test on a different view without a key and it still bombs. This is not just a issue in Live code its also a problem in the Entity Framework of visual studio. Normally I just go into the code and define the unique identi...
by Jules
Sun Feb 06, 2011 10:44 pm
Forum: Internet
Topic: Need to confirm following issues
Replies: 6
Views: 5701

Re: Need to confirm following issues

Combo boxes slider does not work in IE or Firefox. I can see Live codes strengths in the Desktop department but I cannot see it as a reliable alternative to Flex, Java or Silverlight in its current form for RIA. I will continue testing just in case I am missing something. I thought was missing somet...
by Jules
Sat Feb 05, 2011 1:35 pm
Forum: Internet
Topic: Need to confirm following issues
Replies: 6
Views: 5701

Re: Need to confirm following issues

Thanks for all your prompt solutions and advice. I have found that the issue with Safari when I try to type data in nothing happens and if I hit backspace it put a History.Back() and I jump out of my application. "http://discussions.apple.com/thread.jspa?threadID=2458564&tstart=0" this page suggest ...
by Jules
Sat Feb 05, 2011 1:55 am
Forum: Internet
Topic: Need to confirm following issues
Replies: 6
Views: 5701

Need to confirm following issues

I have been using Live code for the last week and have hit some issues and I have been looking around the forum and just wanted confirmation if it me or if the issues(design features) are still there 1 Revlets don't work in Firefox true/false My app does not display correctly in vista 2 Revlets in S...
by Jules
Fri Feb 04, 2011 1:53 am
Forum: Internet
Topic: Revlet size different for some users
Replies: 6
Views: 7316

Re: Revlet size different for some users

I have just got the same problem. My application was working yesterday and now the screen is cropped in firefox at the bottom. My application has also stopped working in the browser but works fine in windows. Don't really know where to look for the problem since it works fine in windows. Is there a ...
by Jules
Sun Jan 30, 2011 2:19 pm
Forum: Databases
Topic: Problem with MySQL view returning data
Replies: 5
Views: 6315

Re: Problem with MySQL view returning data

Ok got a solution that worked got this here 7350-Converting-a-Database-Cursor-To-a-Data-Grid-Array here is the code I used: put vehicleBookingsLoadAll() into tRecord set the dgData of group "dgVehicleBookings" to tRecord function vehicleBookingsLoadAll local theDataA,theCursor put revQueryDatabase(g...
by Jules
Sun Jan 30, 2011 12:36 pm
Forum: Databases
Topic: Problem with MySQL view returning data
Replies: 5
Views: 6315

Re: Problem with MySQL view returning data

I tried what you suggested but it did not work. You see the problem is rtnRecord I use the debugger to show me what is being returned and Live code is not returning the data. At a guess I think it is a problem with identifying unique rows in a view. The first column is unique, however to Live code i...
by Jules
Sun Jan 30, 2011 12:57 am
Forum: Databases
Topic: Problem with MySQL view returning data
Replies: 5
Views: 6315

Problem with MySQL view returning data

I have finally got some time to allow me to getting round to testing Livecode. But I seem to have a problem. I have a simple view linking a number of tables. I am using the following to get the data: put vehicleBookingsLoadAll() into tRecord set the dgText of group "dgVehicleBookings" to tRecord and...