Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~734 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for abdoalghareeb

I'm running D7 on Win8.1 (and also ran on Win7) by installing to a different location. For example, I installed to C:\Delphi7 instead of C:\Program Files(x86)\Delphi7. Worked perfectly.

Member Avatar for SoftSoul6Co
0
282
Member Avatar for Orionizer

I'm having an issue using the ADO.Locate function (Using Delphi 7). I've got the following code: procedure TFrmMain.RzBtnProcessClick(Sender: TObject); var WB: IXLSWorkbook; WS: IXLSWorksheet; X: Integer; MillStyle: Integer; KnitNo: Integer; CustSKU: String; begin if RzBtnEditInputFile.Text = '' then Application.MessageBox('You Must Select An Input File!','Error',MB_OK) else if not FileExists(RzBtnEditInputFile.Text) then Application.MessageBox('Cannot …

Member Avatar for Orionizer
0
452

The End.