Hello all, � I�m querying a 4D table that only has one row in it, and whose [MyTable]id field (alpha, size 80) contains the value �12345678901234567890123456789012345678901234567890� (a value 50 characters long). I�ve hard coded these values to try to track down my problem. � If I query the table in _A4D_, using the following: � ����� Query([MyTable]; [MyTable]id = �12345678901234567890123456789012345678901234567890�) � ...then the �records in selection� method returns 0 for some reason (even though the record is there). � If I query the table in the _4D query editor_, then 4D will find the row (as it should). � If I write a _4D_ method called, let�s say �myRowToSelection�, that�s simply: � ����� c_text($1) � ����� query([MyTable]; [MyTable]id = $1) � and call myRowToSelection(�12345678901234567890123456789012345678901234567890�) in _A4D_, then my selection will have the record. � If I use a shorter value for the id, let�s say very roughly below 45 characters long, then A4D seems to be able to find the row. � Does anyone have any ideas why this doesn't seem to work with longer keys? � Here�s my configuration: ����� Mac OS 9.2 ����� 4D 6.7.4 ����� Active 4D 3.0 � Regards, � David Valles
_______________________________________________ Active4D-dev mailing list [EMAIL PROTECTED] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
