Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to all,
How can i pass the field from one QVW to another QVW file.
I tried this code , but generating an error message.
Pls check the below code.
sub PassVar
set Fld=ActiveDocument.Fields("Group")
set App=ActiveDocument.GetApplication
set UserFile = App.OpenDoc ("test.qvw","","")
UserFile.GetField "Group1"
set f3 = UserFile.Fields("Group1")
f3.Select Fld.SelectPossible ---> // ERROR: Object required: 'f3'
ActiveDocument.ClearAll false end sub
Regards
Venkat