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 #2198 is a reply to message #2197] Mon, 03 April 2006 22:39 Go to previous messageGo to previous message
fudadmin is currently offline  fudadmin
Messages: 1321
Registered: November 2005
Location: Kaunas, Lithuania
Ultimate Contributor
Administrator
also, you can play with this:
void Tab1::PromptCell(){
	String s;
	s=AsString(arr.ReadRow(arr.GetCursor())[arr.GetClickColumn()]);	
	PromptOK(s);
}

it is better to use AsString than in previous post because without it, you get crashes in some cases ... Smile
also, don't forget a useful method ToString() ...
 
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: Sat Jul 05 12:17:05 CEST 2025

Total time taken to generate the page: 0.03340 seconds