Link to home
Start Free TrialLog in
Avatar of bumble420
bumble420

asked on

unboubd field in a bound DBGRID

I am using oracle as a backend.  I have a table (item_trn) with 3 columns (item_no, no_of_item, value). i have bound this table to a DBgrid. But I want to also display the item_name from table item_master.(item_trn and item_master are related by their item_no). Also I want to update and add data to these two tables using DBgrid. I have one Unbound column in the DBGRID (i.e the item_name coming from item_master) Whenever the new row is invoked the item_name vanishes from the Grid. What could be the problem ?
Avatar of bumble420
bumble420

ASKER

Urgent
ASKER CERTIFIED SOLUTION
Avatar of clifABB
clifABB

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am new to VB 5 and am not able to find the code. Could you please guide me ?
Thanks a lot for your guidance.



Place the code that fills the unbound cells in the grid's UnboundReadData event.  Check the help file for information and an example.