Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Getting data in a row of ArrCtrl
Re: Getting data in a row of ArrCtrl [message #2200 is a reply to message #2198] Mon, 03 April 2006 23:19 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
or you can prepare your own database format with something like this:

	String s;
	int int_row = arr.GetCursor();
	for (int i=0; i<arr.GetColumnCount(); i++) {
		s << arr.Get(int_row, i);
		s << ":::";
      }

[Updated on: Mon, 03 April 2006 23:20]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: "Forlano tabs" - how to reduce a headache by the proper use of the designer...
Next Topic: "Forlano tabs" - fill EditFields from ArrayCtrl Row...
Goto Forum:
  


Current Time: Mon May 20 03:43:35 CEST 2024

Total time taken to generate the page: 0.00412 seconds