Board index » delphi » Q: How to load data aware component value to a pgm variable
donde...@teleport.com (TallGuy)
![]() Delphi Developer |
Thu, 24 Jun 1999 03:00:00 GMT
Q: How to load data aware component value to a pgm variableYou know, I'm tired of being a Delphi "newbie". I'm ready to go back Software: Delphi 2, client/server I'd like to take the value found in dbeComposer and move it to a I've tried the following, { declared this is a global variable } { code in here } nustring := tSongTitle.FieldByName('composer').AsString; { more code } I've got nustring set up as a watch, and as I step through the above I've struggled on this for 3 hours. What am I missing here? Thx in advance, for your assistance. Don |