My problem is this: I have two forms, one with a string grid that reads 4m a file and the other with edit boxes that write to the file (after pushing the ok btn) - writing either new records or editing current records. what happens is: the data writes alright in the editing/writing form, but the string grid on the other form doesn't update and my update procedure causes the string grid to enter an endless loop (and it appears to be pointing to the record that was jus updated).
The same code in Delphi works, so it might be something with the file class...
Plz help (im a novice programer at best, also lemme know if you need any info for clarity...
2007-12-05
20:56:32
·
1 answers
·
asked by
Bob S
1
in
Computers & Internet
➔ Programming & Design