If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > please help on datasets in delphi 2007

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-25-07, 07:25
mescholtz mescholtz is offline
Registered User
 
Join Date: Nov 2007
Posts: 1
please help on datasets in delphi 2007

while current_record <= temp_rec_count do
begin
frmdmodule.dSet_inventory.First;

while frmdmodule.dSet_inventory.FieldByName('description ').AsString <> frmdmodule.dSet_SalesTemp.FieldByName('description ').asstring do
begin
frmdmodule.dSet_inventory.next;
end;


the code above is part of my POS form the problem i have is that the code through out an error dset_inventory not in edit or insert mode on the first line. i even tried putting in the command on the whole form. please help
Reply With Quote
Reply

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On