Hi Everyone, I’m writing a report which needs to have two or three images on it in a certain order. I get these images by querying our database. The queried images first get saved to separate temporary tables (one of which will become the “main” table), then get collected into the main table using an UPDATE statement. I then print the report off of this main table.
The problem is that the results are inconsistent. Sometimes it works and the images print as they’re supposed to, but other times the second image does not appear. In reviewing the tables during their intermediate stages, I’ve found that although both images initially appear when queried, the second image does not copy during the UPDATE. Any suggestions or ideas as to why this would happen? Chaya Goldberg -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

