knowledge-database (beta)

Current group: dbase.programming

VDB5.7 Video issue

VDB5.7 Video issue  
Dennis Levy
 Re: VDB5.7 Video issue  
David Stone
 Re: VDB5.7 Video issue  
Roland Wingerter
From:Dennis Levy
Subject:VDB5.7 Video issue
Date:Fri, 14 Jan 2005 15:19:27 -0500
Regarding the issue that has been discussed in these forums relating to text loss on controls, etc. there has been mentioned that I should use form.refresh or refeshAliasname, etc. for VDB5.7.

Could someone provide the exact syntax and code that I should use? Also, where do we put it, on the top of the program, or where? I would appreciate it if someone could be of assistance?

Also, this is getting confusing. I asked Intel to test my program because it seemed to be a problem with their Intel 82845G chipset. They loaded my program and could not get it to fail for days.

I am now thinking that the problem could be in my code and that is why I am pursuing the form refresh, etc. and I am open to any suggestions anyone may have on this issue.
Dennis Levy
From:David Stone
Subject:Re: VDB5.7 Video issue
Date:Fri, 14 Jan 2005 14:25:45 -0800
Dennis Levy wrote:

> Also, this is getting confusing. I asked Intel to test my program because it seemed to be a problem with their Intel 82845G chipset. They loaded my program and could not get it to fail for days.
>
> I am now thinking that the problem could be in my code and that is why I am pursuing the form refresh, etc. and I am open to any suggestions anyone may have on this issue.

Dennis, if Intel was unable to make your code fail, why are you thinking that your code might be the problem? Why not a hardware or firmware issue on your machine? How many different machines have
you tested it on?

David
From:Roland Wingerter
Subject:Re: VDB5.7 Video issue
Date:Sat, 15 Jan 2005 17:10:02 +0100
Dennis Levy wrote:
> Regarding the issue that has been discussed in these forums relating
> to text loss on controls, etc. there has been mentioned that I should
> use form.refresh or refeshAliasname, etc. for VDB5.7.
>
> Could someone provide the exact syntax and code that I should use?
> Also, where do we put it, on the top of the program, or where? I
> would appreciate it if someone could be of assistance?
-----
Dennis,

form what I see on your website, your bizview program has a tabbox object on
the form. I suggest you put form.refresh() in the onSelChange event of the
tabbox. For example, if you have a tabbox TABBOX1 with an onSelChange event,
the code would look like this:

function TABBOX1_onSelChange
** Go to selected page
form.pageNo = this.Cursel
** Refresh form
form.refresh()

Hope it helps.

Roland
   

Copyright © 2006 knowledge-database   -   All rights reserved