Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting users some control
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00614042
Message ID:
00614091
Views:
20
>>Nadya,
>>Ok, but I wait until it passes your code review, error checking, etc. ;-)
>>
>

Daniel,

I found a problem on these lines:
if not llFreeTable
*-- get field caption from DBC
		lcFieldCaption = dbgetprop(lcAlias+"."+lcFieldName, "Field", "Caption")
	endif
If table used by different alias. However, it's easy to fix:
lcFieldCaption = dbgetprop(lower(juststem(dbf(lcAlias)))+"."+lcFieldName, "Field", "Caption")
endif

>Daniel,
>
>I've searched my C drive and I don't have FileMove.avi Could you please send me couple of AVIs, so I place them in our CommonWg\Progs\BMPs directory, so they would be available. Can I then declare is just FileMove.AVI without path, if it would be in the path?
>
>Thanks a lot in advance.
>
>I found couple of other AVIs, but then I click on each of them in WE, I got error message about decompressing. I know, they work in VFP, though. I'll try Move.avi for now.
>
>>>Excellent! I think, it's exactly, what I need. BTW, I guess, you have to create a FAQ on this one. :)
>>>
>>>>Nadya,
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform