|
hi Group,
Has anyone noticed this? I am working around it by only converting in
selected blocks.
Version :6.0.1
Build : 20050725_1800
It changes :
C/Exec Sql
C+ Prepare A1 From :SqlString
C/End-Exec
C/Exec Sql
C+ Declare B1 Cursor For A1
C/End-Exec
C/Exec Sql
C+ Open B1
C/End-Exec
To:
C/ ec Sql
Prepare A1 From :SqlString;
C/ ec Sql
Declare B1 Cursor For A1;
C/ ec Sql
Open B1;
DoU SqlCod = 100 Or
SqlCod < 0;
C/Ex Sql
Fetch B1 Into :FlRec;
This is from the Source menu 'Convert All To Free Form'...
Regards,
Rick DuVall
Systems Manager
Dealer's Auto Auction of Okc
405 947-2886 Ext:143
rick@xxxxxxxxxx
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.