Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 4th, 2005, 10:21 AM   #11
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
I'm not sure what that is, but the basic principle's the same. Create an InputBox or 10, and in the OnChange events, modify the grid using Grid1.Cells[x, y].Text = InputBox1.Text (I think).
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old May 5th, 2005, 5:06 AM   #12
gaara
Newbie
 
Join Date: Apr 2005
Posts: 11
Rep Power: 0 gaara is on a distinguished road
dbgrid is the object that i place. with a data source and table object.

ive tried similar things to that, like the dbedit box, but errors always come up that the grid isnt in edit or insert mode.

ok thanks.
gaara is offline   Reply With Quote
Old May 5th, 2005, 5:11 AM   #13
gaara
Newbie
 
Join Date: Apr 2005
Posts: 11
Rep Power: 0 gaara is on a distinguished road
and also, would you happen to know any common questions programmers ask their clients about the software they are making. like im doin an assignment where it emulates real life and im supposed to create a questionaiire for my client. and im not shure how to address this.

help wud be much welcomed. any links to. thanks
gaara is offline   Reply With Quote
Old May 5th, 2005, 10:58 AM   #14
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Check in the Properties box to see if you can turn Edit or Insert mode on.

About the questions:
  • What features would you like, in addition to the standard ones?
  • How soon do you need the finished product?
  • How much are you willing to pay?

Those are usually what I ask.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old May 7th, 2005, 5:22 AM   #15
gaara
Newbie
 
Join Date: Apr 2005
Posts: 11
Rep Power: 0 gaara is on a distinguished road
ok thanks alot.
gaara is offline   Reply With Quote
Old Jul 5th, 2005, 2:37 AM   #16
The_Iddiot
Newbie
 
Join Date: Jul 2005
Posts: 6
Rep Power: 0 The_Iddiot is on a distinguished road
heh this is funny if you want to write a into a cell in a tbdgrid from a editbox for instance use the code
Ttable(<-- this is your paradox table object btw)
datetimepicker(<-- dont ask what this is it is under win32 in the tool palete)

Ttable.append;
Ttable.Fieldbyname('fieldname').asstring := edit1.text;
Ttable.post;

so in your case

tblworkhours.append;
tblworkhours.Fieldbyname('dayworked').asstring := datetimepicker.date;
tblworkhours.Fieldbyname('timestart').asstring := editboxfortimestart.text;
tblworkhours.Fieldbyname('timefinished').asstring := editboxfortimefinished.text;
tblworkhours.post;

in your editbox (edit1) you would have your date and in the Ttable you would have well your table ((-_-) dont know what else can be in there)

hope this helps
__________________
my name says it all the iddiot -_-
The_Iddiot is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:36 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC