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! » Please help me make this better
Re: Please help me make this better [message #8562 is a reply to message #8561] Sat, 17 March 2007 20:23 Go to previous messageGo to previous message
MikeyV is currently offline  MikeyV
Messages: 20
Registered: February 2007
Promising Member
Quote:

Something like this is possible with your current classes/types of variables?


Well, the const char *whatever was just me trying (badly) to pass some text.

The variables (they're not really declared variables, just some text I was trying to pass) are just text so I can replace the text. I was just trying to pass the name of a table, a column, a tabControl name, and a dropdown widget name.

So it's like:
SQL*Select(column).From(table);
	while(SQL.Fetch())
		tabcontrol.dropdownWidget.Add(SQL[0]);


But, as a newbie, I'm not sure how to go about it. I will study your approach, though.

Thanks for the answer.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Scribble examples compiling and other errors
Next Topic: Using dual-screen
Goto Forum:
  


Current Time: Tue May 07 19:40:03 CEST 2024

Total time taken to generate the page: 0.02192 seconds