PDA

View Full Version : Edit Display of a grid not showing Parent file data



Steven Lemarr
20-Jan-2007, 04:13 PM
I have grid image attached. On the edit line with the boxes around the
columns you will notice that the data in the box does not show, but if I
hover the mouse over the box or click on the box then the data will display.
The Data showing in the grid is a child file of the Main file of the WO.

Steve

Harm Wibier
20-Jan-2007, 06:44 PM
Strange! So the data is displayed when you hover over the edit fields? Which
browser behaves like this? Have you tried FireFox?

Regards,


--
Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl

"Steven Lemarr" <steve@jahl.com> wrote in message
news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>I have grid image attached. On the edit line with the boxes around the
>columns you will notice that the data in the box does not show, but if I
>hover the mouse over the box or click on the box then the data will
>display. The Data showing in the grid is a child file of the Main file of
>the WO.
>
> Steve
>
>
>
>

Steven Lemarr
21-Jan-2007, 02:16 PM
I am using IE 6, I do not have FireFox, I will download it next week and
give it a try.

Steve


"Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
> Strange! So the data is displayed when you hover over the edit fields?
> Which browser behaves like this? Have you tried FireFox?
>
> Regards,
>
>
> --
> Harm Wibier
> Data Access Europe B.V.
> http://www.dataaccess.nl
>
> "Steven Lemarr" <steve@jahl.com> wrote in message
> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>I have grid image attached. On the edit line with the boxes around the
>>columns you will notice that the data in the box does not show, but if I
>>hover the mouse over the box or click on the box then the data will
>>display. The Data showing in the grid is a child file of the Main file of
>>the WO.
>>
>> Steve
>>
>>
>>
>>
>
>

Steven Lemarr
23-Jan-2007, 07:27 PM
I tried to put this on our IIS server, so you could look at how the grid was
displaying. Now I have everything all messed up. It still works on my local
computer using //localhost. Now when I run it using the address
"Central.Jahl.com" the first page show test menu works fine (default.asp),
but when you click on customer.asp I am getting an "Error 210 occured:
Status 405 accessing undefined". Not sure what I have done when I moved the
webapp. You should be able to access the web site "central.jahl.com"

Steve



"Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
> Strange! So the data is displayed when you hover over the edit fields?
> Which browser behaves like this? Have you tried FireFox?
>
> Regards,
>
>
> --
> Harm Wibier
> Data Access Europe B.V.
> http://www.dataaccess.nl
>
> "Steven Lemarr" <steve@jahl.com> wrote in message
> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>I have grid image attached. On the edit line with the boxes around the
>>columns you will notice that the data in the box does not show, but if I
>>hover the mouse over the box or click on the box then the data will
>>display. The Data showing in the grid is a child file of the Main file of
>>the WO.
>>
>> Steve
>>
>>
>>
>>
>
>

Harm Wibier
25-Jan-2007, 06:03 AM
Hello Steve,

The application is not working because the webservice isn't. You can see
that by opening http://central.jahl.com/WebService.wso in the browser.

There seems to be something wrong with the mapping of the .wso extension to
the VDF waswsvc.dll. This happens when the virtual directory isn't created
using the Web Application Administrator or the application is located in the
root of a website.

If the application is running in a virtual directory I advice to remove the
virtual directory and recreate it using the VDF Web Application
Administrator. Otherwise you can manually add the mapping in IIS:
- Open the management console and go to the Internet Information Service
- Right click on the virtual directory or the website of the application
- Go to the tab "Virtual Directory" or "Home Directory"
- Click Configuration
- At the mappings tab the .wso extension should be mapping to the
waswsvc.dll, if not create the mapping (note: the url should be in the DOS 8
character format like C:\PROGRA~1\VISUAL~1.0\Bin\waswsvc.dll)

I hope this solves the problem and I'm looking forward at having a look at
you're problem!

Regards,

--
Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl

"Steven Lemarr" <steve@jahl.com> wrote in message
news:XUcor%230PHHA.2468@dacmail.dataaccess.com...
>I tried to put this on our IIS server, so you could look at how the grid
>was displaying. Now I have everything all messed up. It still works on my
>local computer using //localhost. Now when I run it using the address
>"Central.Jahl.com" the first page show test menu works fine (default.asp),
>but when you click on customer.asp I am getting an "Error 210 occured:
>Status 405 accessing undefined". Not sure what I have done when I moved
>the webapp. You should be able to access the web site "central.jahl.com"
>
> Steve
>
>
>
> "Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
> news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
>> Strange! So the data is displayed when you hover over the edit fields?
>> Which browser behaves like this? Have you tried FireFox?
>>
>> Regards,
>>
>>
>> --
>> Harm Wibier
>> Data Access Europe B.V.
>> http://www.dataaccess.nl
>>
>> "Steven Lemarr" <steve@jahl.com> wrote in message
>> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>>I have grid image attached. On the edit line with the boxes around the
>>>columns you will notice that the data in the box does not show, but if I
>>>hover the mouse over the box or click on the box then the data will
>>>display. The Data showing in the grid is a child file of the Main file of
>>>the WO.
>>>
>>> Steve
>>>
>>>
>>>
>>>
>>
>>
>
>

Steven Lemarr
25-Jan-2007, 04:13 PM
I am at Disd right now I will see if I can do these later & let you know
when I have it working.

Steve


"Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
news:4gjGlBHQHHA.1792@dacmail.dataaccess.com...
> Hello Steve,
>
> The application is not working because the webservice isn't. You can see
> that by opening http://central.jahl.com/WebService.wso in the browser.
>
> There seems to be something wrong with the mapping of the .wso extension
> to the VDF waswsvc.dll. This happens when the virtual directory isn't
> created using the Web Application Administrator or the application is
> located in the root of a website.
>
> If the application is running in a virtual directory I advice to remove
> the virtual directory and recreate it using the VDF Web Application
> Administrator. Otherwise you can manually add the mapping in IIS:
> - Open the management console and go to the Internet Information Service
> - Right click on the virtual directory or the website of the application
> - Go to the tab "Virtual Directory" or "Home Directory"
> - Click Configuration
> - At the mappings tab the .wso extension should be mapping to the
> waswsvc.dll, if not create the mapping (note: the url should be in the DOS
> 8 character format like C:\PROGRA~1\VISUAL~1.0\Bin\waswsvc.dll)
>
> I hope this solves the problem and I'm looking forward at having a look at
> you're problem!
>
> Regards,
>
> --
> Harm Wibier
> Data Access Europe B.V.
> http://www.dataaccess.nl
>
> "Steven Lemarr" <steve@jahl.com> wrote in message
> news:XUcor%230PHHA.2468@dacmail.dataaccess.com...
>>I tried to put this on our IIS server, so you could look at how the grid
>>was displaying. Now I have everything all messed up. It still works on my
>>local computer using //localhost. Now when I run it using the address
>>"Central.Jahl.com" the first page show test menu works fine (default.asp),
>>but when you click on customer.asp I am getting an "Error 210 occured:
>>Status 405 accessing undefined". Not sure what I have done when I moved
>>the webapp. You should be able to access the web site "central.jahl.com"
>>
>> Steve
>>
>>
>>
>> "Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
>> news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
>>> Strange! So the data is displayed when you hover over the edit fields?
>>> Which browser behaves like this? Have you tried FireFox?
>>>
>>> Regards,
>>>
>>>
>>> --
>>> Harm Wibier
>>> Data Access Europe B.V.
>>> http://www.dataaccess.nl
>>>
>>> "Steven Lemarr" <steve@jahl.com> wrote in message
>>> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>>>I have grid image attached. On the edit line with the boxes around the
>>>>columns you will notice that the data in the box does not show, but if I
>>>>hover the mouse over the box or click on the box then the data will
>>>>display. The Data showing in the grid is a child file of the Main file
>>>>of the WO.
>>>>
>>>> Steve
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Steven Lemarr
25-Jan-2007, 11:49 PM
I done what you said and I am getting farhter now I am getting an "Error 222
occured: Could not find response body" and then the page displays with
addition errors.

Steve


"Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
news:4gjGlBHQHHA.1792@dacmail.dataaccess.com...
> Hello Steve,
>
> The application is not working because the webservice isn't. You can see
> that by opening http://central.jahl.com/WebService.wso in the browser.
>
> There seems to be something wrong with the mapping of the .wso extension
> to the VDF waswsvc.dll. This happens when the virtual directory isn't
> created using the Web Application Administrator or the application is
> located in the root of a website.
>
> If the application is running in a virtual directory I advice to remove
> the virtual directory and recreate it using the VDF Web Application
> Administrator. Otherwise you can manually add the mapping in IIS:
> - Open the management console and go to the Internet Information Service
> - Right click on the virtual directory or the website of the application
> - Go to the tab "Virtual Directory" or "Home Directory"
> - Click Configuration
> - At the mappings tab the .wso extension should be mapping to the
> waswsvc.dll, if not create the mapping (note: the url should be in the DOS
> 8 character format like C:\PROGRA~1\VISUAL~1.0\Bin\waswsvc.dll)
>
> I hope this solves the problem and I'm looking forward at having a look at
> you're problem!
>
> Regards,
>
> --
> Harm Wibier
> Data Access Europe B.V.
> http://www.dataaccess.nl
>
> "Steven Lemarr" <steve@jahl.com> wrote in message
> news:XUcor%230PHHA.2468@dacmail.dataaccess.com...
>>I tried to put this on our IIS server, so you could look at how the grid
>>was displaying. Now I have everything all messed up. It still works on my
>>local computer using //localhost. Now when I run it using the address
>>"Central.Jahl.com" the first page show test menu works fine (default.asp),
>>but when you click on customer.asp I am getting an "Error 210 occured:
>>Status 405 accessing undefined". Not sure what I have done when I moved
>>the webapp. You should be able to access the web site "central.jahl.com"
>>
>> Steve
>>
>>
>>
>> "Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
>> news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
>>> Strange! So the data is displayed when you hover over the edit fields?
>>> Which browser behaves like this? Have you tried FireFox?
>>>
>>> Regards,
>>>
>>>
>>> --
>>> Harm Wibier
>>> Data Access Europe B.V.
>>> http://www.dataaccess.nl
>>>
>>> "Steven Lemarr" <steve@jahl.com> wrote in message
>>> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>>>I have grid image attached. On the edit line with the boxes around the
>>>>columns you will notice that the data in the box does not show, but if I
>>>>hover the mouse over the box or click on the box then the data will
>>>>display. The Data showing in the grid is a child file of the Main file
>>>>of the WO.
>>>>
>>>> Steve
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Harm Wibier
26-Jan-2007, 03:16 AM
Hello Steve,

The webservice http://central.jahl.com/WebService.wso gives a "The specified
module could not be found." (I opened the url in the browser again). This
usually means that an mapping is created in IIS but that it can't find the
executable.

I think that you selected the waswsvc.dll using the browse button which for
some strange reason doesn't works correctly (I believe they never tested the
button). IIS want's the path to be in the old 8 character dos format which
means that if VDF is installed in the Program Files\Visual DataFlex 12
folder it becomes something like: C:\PROGRA~1\VISUAL~1.0\Bin\waswsvc.dll.

When creating a virtual directory manually I usually copy the path from
another Virtual Directory which is created by the Web Application
Administrator or the VDF installer (like DAW.Examples.Order11_1).

Regards,


--
Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl


"Steven Lemarr" <steve@jahl.com> wrote in message
news:K9cjQaQQHHA.5772@dacmail.dataaccess.com...
>I done what you said and I am getting farhter now I am getting an "Error
>222 occured: Could not find response body" and then the page displays with
>addition errors.
>
> Steve
>
>
> "Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
> news:4gjGlBHQHHA.1792@dacmail.dataaccess.com...
>> Hello Steve,
>>
>> The application is not working because the webservice isn't. You can see
>> that by opening http://central.jahl.com/WebService.wso in the browser.
>>
>> There seems to be something wrong with the mapping of the .wso extension
>> to the VDF waswsvc.dll. This happens when the virtual directory isn't
>> created using the Web Application Administrator or the application is
>> located in the root of a website.
>>
>> If the application is running in a virtual directory I advice to remove
>> the virtual directory and recreate it using the VDF Web Application
>> Administrator. Otherwise you can manually add the mapping in IIS:
>> - Open the management console and go to the Internet Information Service
>> - Right click on the virtual directory or the website of the application
>> - Go to the tab "Virtual Directory" or "Home Directory"
>> - Click Configuration
>> - At the mappings tab the .wso extension should be mapping to the
>> waswsvc.dll, if not create the mapping (note: the url should be in the
>> DOS 8 character format like C:\PROGRA~1\VISUAL~1.0\Bin\waswsvc.dll)
>>
>> I hope this solves the problem and I'm looking forward at having a look
>> at you're problem!
>>
>> Regards,
>>
>> --
>> Harm Wibier
>> Data Access Europe B.V.
>> http://www.dataaccess.nl
>>
>> "Steven Lemarr" <steve@jahl.com> wrote in message
>> news:XUcor%230PHHA.2468@dacmail.dataaccess.com...
>>>I tried to put this on our IIS server, so you could look at how the grid
>>>was displaying. Now I have everything all messed up. It still works on
>>>my local computer using //localhost. Now when I run it using the address
>>>"Central.Jahl.com" the first page show test menu works fine
>>>(default.asp), but when you click on customer.asp I am getting an "Error
>>>210 occured: Status 405 accessing undefined". Not sure what I have done
>>>when I moved the webapp. You should be able to access the web site
>>>"central.jahl.com"
>>>
>>> Steve
>>>
>>>
>>>
>>> "Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
>>> news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
>>>> Strange! So the data is displayed when you hover over the edit fields?
>>>> Which browser behaves like this? Have you tried FireFox?
>>>>
>>>> Regards,
>>>>
>>>>
>>>> --
>>>> Harm Wibier
>>>> Data Access Europe B.V.
>>>> http://www.dataaccess.nl
>>>>
>>>> "Steven Lemarr" <steve@jahl.com> wrote in message
>>>> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>>>>I have grid image attached. On the edit line with the boxes around the
>>>>>columns you will notice that the data in the box does not show, but if
>>>>>I hover the mouse over the box or click on the box then the data will
>>>>>display. The Data showing in the grid is a child file of the Main file
>>>>>of the WO.
>>>>>
>>>>> Steve
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Harm Wibier
26-Jan-2007, 03:21 AM
Obviously the DAW.Examples.Order11_1 is an 11.1 application.. Order_Entry_12
is pointing to the correct dll!

Regards

--
Harm Wibier
Data Access Europe B.V.
http://www.dataaccess.nl

"Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
news:7%23vFLJSQHHA.1796@dacmail.dataaccess.com...
> Hello Steve,
>
> The webservice http://central.jahl.com/WebService.wso gives a "The
> specified module could not be found." (I opened the url in the browser
> again). This usually means that an mapping is created in IIS but that it
> can't find the executable.
>
> I think that you selected the waswsvc.dll using the browse button which
> for some strange reason doesn't works correctly (I believe they never
> tested the button). IIS want's the path to be in the old 8 character dos
> format which means that if VDF is installed in the Program Files\Visual
> DataFlex 12 folder it becomes something like:
> C:\PROGRA~1\VISUAL~1.0\Bin\waswsvc.dll.
>
> When creating a virtual directory manually I usually copy the path from
> another Virtual Directory which is created by the Web Application
> Administrator or the VDF installer (like DAW.Examples.Order11_1).
>
> Regards,
>
>
> --
> Harm Wibier
> Data Access Europe B.V.
> http://www.dataaccess.nl
>
>
> "Steven Lemarr" <steve@jahl.com> wrote in message
> news:K9cjQaQQHHA.5772@dacmail.dataaccess.com...
>>I done what you said and I am getting farhter now I am getting an "Error
>>222 occured: Could not find response body" and then the page displays with
>>addition errors.
>>
>> Steve
>>
>>
>> "Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
>> news:4gjGlBHQHHA.1792@dacmail.dataaccess.com...
>>> Hello Steve,
>>>
>>> The application is not working because the webservice isn't. You can see
>>> that by opening http://central.jahl.com/WebService.wso in the browser.
>>>
>>> There seems to be something wrong with the mapping of the .wso extension
>>> to the VDF waswsvc.dll. This happens when the virtual directory isn't
>>> created using the Web Application Administrator or the application is
>>> located in the root of a website.
>>>
>>> If the application is running in a virtual directory I advice to remove
>>> the virtual directory and recreate it using the VDF Web Application
>>> Administrator. Otherwise you can manually add the mapping in IIS:
>>> - Open the management console and go to the Internet Information Service
>>> - Right click on the virtual directory or the website of the application
>>> - Go to the tab "Virtual Directory" or "Home Directory"
>>> - Click Configuration
>>> - At the mappings tab the .wso extension should be mapping to the
>>> waswsvc.dll, if not create the mapping (note: the url should be in the
>>> DOS 8 character format like C:\PROGRA~1\VISUAL~1.0\Bin\waswsvc.dll)
>>>
>>> I hope this solves the problem and I'm looking forward at having a look
>>> at you're problem!
>>>
>>> Regards,
>>>
>>> --
>>> Harm Wibier
>>> Data Access Europe B.V.
>>> http://www.dataaccess.nl
>>>
>>> "Steven Lemarr" <steve@jahl.com> wrote in message
>>> news:XUcor%230PHHA.2468@dacmail.dataaccess.com...
>>>>I tried to put this on our IIS server, so you could look at how the grid
>>>>was displaying. Now I have everything all messed up. It still works on
>>>>my local computer using //localhost. Now when I run it using the
>>>>address "Central.Jahl.com" the first page show test menu works fine
>>>>(default.asp), but when you click on customer.asp I am getting an "Error
>>>>210 occured: Status 405 accessing undefined". Not sure what I have done
>>>>when I moved the webapp. You should be able to access the web site
>>>>"central.jahl.com"
>>>>
>>>> Steve
>>>>
>>>>
>>>>
>>>> "Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
>>>> news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
>>>>> Strange! So the data is displayed when you hover over the edit fields?
>>>>> Which browser behaves like this? Have you tried FireFox?
>>>>>
>>>>> Regards,
>>>>>
>>>>>
>>>>> --
>>>>> Harm Wibier
>>>>> Data Access Europe B.V.
>>>>> http://www.dataaccess.nl
>>>>>
>>>>> "Steven Lemarr" <steve@jahl.com> wrote in message
>>>>> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>>>>>I have grid image attached. On the edit line with the boxes around
>>>>>>the columns you will notice that the data in the box does not show,
>>>>>>but if I hover the mouse over the box or click on the box then the
>>>>>>data will display. The Data showing in the grid is a child file of the
>>>>>>Main file of the WO.
>>>>>>
>>>>>> Steve
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Steven Lemarr
26-Jan-2007, 02:59 PM
Vincent help me today with displaying of all of the grid. Tried Firefox
today and everything display properly. Therefore this problem appears to be
how IE handles things. I will recreate the central.jahl.com site from the
beginning instead of trying to copy it from my laptop.

Steve


"Steven Lemarr" <steve@jahl.com> wrote in message
news:XUcor%230PHHA.2468@dacmail.dataaccess.com...
>I tried to put this on our IIS server, so you could look at how the grid
>was displaying. Now I have everything all messed up. It still works on my
>local computer using //localhost. Now when I run it using the address
>"Central.Jahl.com" the first page show test menu works fine (default.asp),
>but when you click on customer.asp I am getting an "Error 210 occured:
>Status 405 accessing undefined". Not sure what I have done when I moved
>the webapp. You should be able to access the web site "central.jahl.com"
>
> Steve
>
>
>
> "Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
> news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
>> Strange! So the data is displayed when you hover over the edit fields?
>> Which browser behaves like this? Have you tried FireFox?
>>
>> Regards,
>>
>>
>> --
>> Harm Wibier
>> Data Access Europe B.V.
>> http://www.dataaccess.nl
>>
>> "Steven Lemarr" <steve@jahl.com> wrote in message
>> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>>I have grid image attached. On the edit line with the boxes around the
>>>columns you will notice that the data in the box does not show, but if I
>>>hover the mouse over the box or click on the box then the data will
>>>display. The Data showing in the grid is a child file of the Main file of
>>>the WO.
>>>
>>> Steve
>>>
>>>
>>>
>>>
>>
>>
>
>

Steven Lemarr
27-Jan-2007, 04:42 PM
I have the central.jahl.com website working now.

Steve

"Steven Lemarr" <steve@jahl.com> wrote in message
news:d05XwWYQHHA.3048@dacmail.dataaccess.com...
> Vincent help me today with displaying of all of the grid. Tried Firefox
> today and everything display properly. Therefore this problem appears to
> be how IE handles things. I will recreate the central.jahl.com site from
> the beginning instead of trying to copy it from my laptop.
>
> Steve
>
>
> "Steven Lemarr" <steve@jahl.com> wrote in message
> news:XUcor%230PHHA.2468@dacmail.dataaccess.com...
>>I tried to put this on our IIS server, so you could look at how the grid
>>was displaying. Now I have everything all messed up. It still works on my
>>local computer using //localhost. Now when I run it using the address
>>"Central.Jahl.com" the first page show test menu works fine (default.asp),
>>but when you click on customer.asp I am getting an "Error 210 occured:
>>Status 405 accessing undefined". Not sure what I have done when I moved
>>the webapp. You should be able to access the web site "central.jahl.com"
>>
>> Steve
>>
>>
>>
>> "Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
>> news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
>>> Strange! So the data is displayed when you hover over the edit fields?
>>> Which browser behaves like this? Have you tried FireFox?
>>>
>>> Regards,
>>>
>>>
>>> --
>>> Harm Wibier
>>> Data Access Europe B.V.
>>> http://www.dataaccess.nl
>>>
>>> "Steven Lemarr" <steve@jahl.com> wrote in message
>>> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>>>I have grid image attached. On the edit line with the boxes around the
>>>>columns you will notice that the data in the box does not show, but if I
>>>>hover the mouse over the box or click on the box then the data will
>>>>display. The Data showing in the grid is a child file of the Main file
>>>>of the WO.
>>>>
>>>> Steve
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Steven Lemarr
1-Mar-2007, 07:19 PM
What are the plans of getting this to work using IE6? It also does not work
using IE7 either. All of the people we deal with uses the IE bowser and it
would be nice if this gets fixed before we build a production version of the
Website.

Steve

"Harm Wibier" <harm.wibier@dataaccess.nl> wrote in message
news:CrgcmzOPHHA.1464@dacmail.dataaccess.com...
> Strange! So the data is displayed when you hover over the edit fields?
> Which browser behaves like this? Have you tried FireFox?
>
> Regards,
>
>
> --
> Harm Wibier
> Data Access Europe B.V.
> http://www.dataaccess.nl
>
> "Steven Lemarr" <steve@jahl.com> wrote in message
> news:RlFrTkNPHHA.1464@dacmail.dataaccess.com...
>>I have grid image attached. On the edit line with the boxes around the
>>columns you will notice that the data in the box does not show, but if I
>>hover the mouse over the box or click on the box then the data will
>>display. The Data showing in the grid is a child file of the Main file of
>>the WO.
>>
>> Steve
>>
>>
>>
>>
>
>