Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I want to create table during reload script.

Dear All,

               Is it possible to creat a table during reload?I have a looping script,from that

                I get a count value.If count=1,one table will be created with that value.So the

                may be multiple or may be 0 or 1.

               Its all will happen only when script reloded.

Please help me.

Thanks & Regards,

Koushik.

4 Replies
IAMDV
Luminary Alumni
Luminary Alumni

Kouishik - Have you considered using IsPartialReload() function within the load script?

Thanks - DV

Not applicable
Author

No DV.

Why?

Explain please..

Thanks.

IAMDV
Luminary Alumni
Luminary Alumni

Koushik - I have used IsPartialReload() function in the past. This functions returns a boolean value (True / False OR -1/0). I have used the automatic reload by using the VB Script : ActiveDocument.PartialReload.

I am not sure if this what you are looking for... if not then please explain in detail with whatever you have done so far. Also, please post the sample QV document.

Cheers - DV



Not applicable
Author

No DV ,my problem is different,I cant attach that qvw coz its on another computer,

anyway I am giving you more clarification--

I have a loop script where we want to search a specific table.If the table found a counter

value will incremented.After that I want to create a table with some specific hard coded

table with that value.