Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What OLE Control
Message
From
12/01/2004 17:12:49
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00865542
Message ID:
00866175
Views:
48
Sergey,

I tryed what I think you suggested but to no avail.

I have this code in the InIt event of my report:

Select * From changetable Where AllT(dmdrno) == AllT(pdm_var.current_drawing_no) And AllT(dmpchg) == AllT(pdm_var.current_drawing_prev) Into Cursor mydcnC
Select sorfile From newdatatbl Where AllT(dwgno) == AllT(pdm_var.current_drawing_no) Into Cursor mydcnCb

append general mydcnC.sorgen from (pdm_var.source_files) + AllT(mydcnCb.sorfile) + "1.rtf"
Select mydcnC

However, I get an error message that cursor is not updateable.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform