Dreport & rreport
Jeff Harrison
Jeff.Harrison at Epixweb.com
Thu Apr 29 10:45:18 PDT 2004
Richard Kreiss wrote:
>
> Having a problem with the following code:
>
> Native 5.0.11
>
> 9 Then: po=@pw;st=@pm;ct="15";
> 10 Then: 'debug on
> 11 Then: GOSUB pst_hed
> loop If: ct ne "0"
> 12 Then: PRINT;ct = ct -"1"
> If: ct = "0"
> 13 Then: END
> 14 Then: GOTO loop
> pst_hed If:
[snip]
Are you aware that pst_hed only happens once? You initialize your ct
counter to "15", but line 13 ensures that your loop will never occur. Also,
you only assign po one time, so perhaps you only want this to happen once.
If the post does not happen with rclerk I would add some msgbox statements
for debugging purposes.
Jeff Harrison
jeff.harrison at epixweb.com
Author of JHExport and JHImport - The fastest and easiest ways to generate
code for filepro exports and imports. Demos available upon request.
More information about the Filepro-list
mailing list