A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Long Data Format Error



 
 
Thread Tools Display Modes
  #1  
Old August 20th, 2009, 07:29 PM posted to microsoft.public.access.forms
David WG
external usenet poster
 
Posts: 1
Default Long Data Format Error

Hello,

When I display a form in datasheet mode, then return to Form Display, some
Long dates display as a string of # signs.

Can anyone point me to a fix please?

Thanks
  #2  
Old August 20th, 2009, 08:03 PM posted to microsoft.public.access.forms
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Long Data Format Error

Try increasing the width of the control in which the data's being displayed.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"David WG" wrote in message
...
Hello,

When I display a form in datasheet mode, then return to Form Display, some
Long dates display as a string of # signs.

Can anyone point me to a fix please?

Thanks



  #3  
Old April 29th, 2010, 11:12 AM posted to microsoft.public.access.forms
eliza sahoo
external usenet poster
 
Posts: 5
Default Getting Server IP Address in Servoy Web Client

n Servoy webclient application.getServerURL() always returns http://localhost:8080 (if port is 8080)

For deep linking, we need the server address to point to the solution in the particular server.
So we need to write the following code to get the actual server IP in webclient.

function serverIP(event)
{

try
{
var addr = java.net.InetAddress.getLocalHost();


// Get IP Address
var ipAddr = addr.getHostAddress();


return ipAddr;
}

catch (e)
{
}
}



David WG wrote:

Long Data Format Error
20-Aug-09

Hello,

When I display a form in datasheet mode, then return to Form Display, some
Long dates display as a string of # signs.

Can anyone point me to a fix please?

Thanks

Previous Posts In This Thread:

On Thursday, August 20, 2009 2:29 PM
David WG wrote:

Long Data Format Error
Hello,

When I display a form in datasheet mode, then return to Form Display, some
Long dates display as a string of # signs.

Can anyone point me to a fix please?

Thanks

On Thursday, August 20, 2009 3:03 PM
Douglas J. Steele wrote:

Try increasing the width of the control in which the data's being displayed.
Try increasing the width of the control in which the data's being displayed.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


Submitted via EggHeadCafe - Software Developer Portal of Choice
Server Side Processing in ADO.NET/WCF Data Services
http://www.eggheadcafe.com/tutorials...essing-in.aspx
  #4  
Old April 29th, 2010, 02:29 PM posted to microsoft.public.access.forms
Arvin Meyer [MVP][_2_]
external usenet poster
 
Posts: 2,310
Default Getting Server IP Address in Servoy Web Client

This appears to be a language, which doesn't run in Microsoft Access. This
newsgroup is dedicated to the Microsoft Access database product.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access


eliza sahoo wrote in message ...
n Servoy webclient application.getServerURL() always returns
http://localhost:8080 (if port is 8080)

For deep linking, we need the server address to point to the solution in
the particular server.
So we need to write the following code to get the actual server IP in
webclient.

function serverIP(event)
{

try
{
var addr = java.net.InetAddress.getLocalHost();


// Get IP Address
var ipAddr = addr.getHostAddress();


return ipAddr;
}

catch (e)
{
}
}



David WG wrote:

Long Data Format Error
20-Aug-09

Hello,

When I display a form in datasheet mode, then return to Form Display, some
Long dates display as a string of # signs.

Can anyone point me to a fix please?

Thanks

Previous Posts In This Thread:

On Thursday, August 20, 2009 2:29 PM
David WG wrote:

Long Data Format Error
Hello,

When I display a form in datasheet mode, then return to Form Display, some
Long dates display as a string of # signs.

Can anyone point me to a fix please?

Thanks

On Thursday, August 20, 2009 3:03 PM
Douglas J. Steele wrote:

Try increasing the width of the control in which the data's being
displayed.
Try increasing the width of the control in which the data's being
displayed.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


Submitted via EggHeadCafe - Software Developer Portal of Choice
Server Side Processing in ADO.NET/WCF Data Services
http://www.eggheadcafe.com/tutorials...essing-in.aspx



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:22 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.