Get datasource records

for (table = table_ds.getFirst(); table; table = table_ds.getNext()) // All records of datasource for (table = table_ds.getFirst(true) ? table_ds.getFirst(true) : args.record(); table; table = table_ds.getNext()) // Selected records of datasource

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.