Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a function from itself
Message
From
31/03/2006 13:53:46
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01109601
Message ID:
01109611
Views:
23
So, you are saying a it call itself on Monday? :)))
>>>Here is my code:
>>>FUNCTION GenerateLawLabelBarcode
>>>LPARAMETERS ...
>>> .......
>>> GenerateLawLabelBarcode(....)
>>> return ....
>>>ENDFUNC
>>>
>>>I have an error saying that a file "GenerateLawLabelBarcode" does not exist.
>>>
>>>Please, help.
>>
>>You can't do that! A function or procedure can't call itself.
>>
>>If you want to have it called repeatedly, you need to set up some sort of loop outside the function that calls it.
>>
>>Regards,
>
>It's Friday <g>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform