 |
 |
Index ‹ Information Technology ‹ SBS
|
- Previous
- 1
- Compact >> Issue with a Dell Axim X5Hello all,
I was wondering if you had any idea about the following.
I am writing an application for a PPC that is calling dll functions
generated in eVC 4. the target processor is a ARM processor however I have
tried both the ARM and ARMV4 process compiles for the dll as suggested in a
previous thread.
[DllImport(\\Windows\\DllFileName.dll, EntryPoint="ClearCodes")]
private static extern int ClearCodes (int codesID);
My issue is this function works perfectly on a compaq iPaq 2200 and I get a
MissingMethodException on the Dell Axim X5.
regards,
Jay
- 2
- Crm >> Deployment Manager: remove userWe created a new user from within the CRM web interface.
However, when doing so we entered just the user's name,
not including the domain. CRM flashed a window that said
the domain name was required, but then didn'tallow us to
change it. Going back in after creating the user did not
allow us to edit it. So we went into Deployment Manager
in hopes of editing it there. No luck. Next step was to
remove the user and reinstall the user. Can't figure out
how to remove the user. Can't re-install the user over
the existing user. We also noticed another user name
still listed although it was removed form the User
Manager within CRM web interface.
So the question is... how do you remove a user from the
Deployment Manager's User Manager window? Please don't
tell me we have to remove them all.
Thanks for any and all help.
Alan
- 3
- Crm >> DifferenceHello,
Would somebody please explain me the difference between CRM & ERP &
SAP.
How does all this fits in the business flow.
Thanks
- 4
- Crm >> Activity is closed with a "Duration" of (30 Minutes).Hello All:
I am creating Workflow generated E-Mails using "Slugs". As expected, the
E-Mail gets generated as a "Closed E-Mail Activity" and linked to the
appropriate Case.
The problem is the Activity is closed with a "Duration" of (30 Minutes). Is
it possible to alter this time to (5 Minutes). We are a consulting firm and
accurate time recording is extremely important.
If the default time is not able to be altered, what other options do I have
on a Workflow generated E-Mail Activity.
Thanks
-Bill
- 5
- Crm >> MSCRM and SMTP: no exchange needed?Hi
For a CRM-implementation we do need the program to be able to send out e-mails, but we prefer not to install exchange. Is there a possibility to archieve this
We've tried to set up a SMTP server, but I wonder how mscrm would know that it should use that service instead of exchange. Right now i do get this error: mscrm key was not found in the registry. I do know that this is solved by installing exchange, but maybe there is a solution to not use that program
Does anybody has a clue
Edwin Jongsma
- 6
- Messanger >> Jonathan Kay- ThanksTime to say THANKS for all of the wonderful help and support you give. You
have saved me scores of hours of research and your answers are always
positive even when I ask a dumb question.
Thanks
- 7
- SBS >> upgrade questionI have a server that I would like to upgrade from 2003 server (standard) to
SBS2003 (standard). I am pretty sure from what I have read that I can upgrade
to SBS2003 without reinstalling the operating system. Is this correct? Just
put the disks in and install SBS?
Thanks in Advance!
Aaron
- 8
- Money >> The big problem between Money 2005 and MSN Bill PayMoney 2004 was running smoothly. After downloading the update Money
2005, I now cannot get into my MSN Bill pay, even using internet
browser.
Support people from MSN Bill Pay told me that somehow the link between
Microsoft Passport and MSN bill pay was corrupted by Microsoft Money
2005, after the install of Money 2005.
MSN Bill Pay support people told me that THIS IS A BIG problem that
happening to many MSN Bill Pay users. They cannot fix it on their
side, and Money 2005 must come up with the fix. Any word on the
progress of this fix?
Thanks,
Greg
- 9
- SVCS >> export to excelHad anyone made an export to excel that has 33 rows?
33 rows in excel, together with header and all...
I'm asking that because in my case when export to excel has 33 rows, 33.
row is always missing!
- 10
- SBS >> Sync with My Documents not workingI have SBS set to sync each user's My Documents folder, so that the files
get backed up regularly. Once you set it up, the user's My Documents folder
changes its icon and everything just works. I put the setting in on SBS and
all users were automatically converted--except for one.
I just don't get it, every computer is running the latest XPP, and they were
all set up using the ConnectComputer script. Is there some way to fix this
or rerun the ConnectComputer script?
TIA,
Dave
- 11
- Money >> Downloading Scheduled PaymentsI am a Quicken convert - with Quicken I was able to view future scheduled
transactions that were setup in Home Banking not in Quicken. For example, I
do all my Bill Pay in my banks website. I can schedule a payment for next
week and the transaction will show in my transactions as a future payment.
This is a very useful feature for me for cash flow projections. How can I do
this in Money?
--
- MAY
- 12
- Compact >> Problem about the multithreadinghi guys
i have a problem regarding using multithreading in the cf1.0. i tried to
load some data from the sqlce database then fill them into a datagrid.
before i used the thread, my code likes following
private void LoadDataFromDB()
{
//
// Select statement
// Load some
//
}
then
private void FillDataGrid(){
//
// some instructions.
//
}
everything working fine at this stage. except load data takes some time, it
will cause the whole application ui stop response for some time.
so i decide to use thread to load the data.
but after i use a new thread to perform the load data action.
private void DoEvent()
{
ThreadStart starter = new ThreadStart(LoadDataFromDB);
Thread t = new Thread(starter);
t.Start();
}
And call the DoEvent instead of calling LoadDataFromDB. but something goes
wrong here. my cursor seems go forever. and nothing had been filled into
the datagrid.
Can anyone help me on this?? Please tell me a correct way to do this.
thank you
cheers
- 13
- SBS >> Help with two serversI have SBS 2003 Domain Name HOME, all clients connect no
problem.
I have a lynx server with Workgroup Name MDS.
My clients have XP Home, and XP Pro.
What I can do for users can access both!
I found XP Home user has workgroup name MDS, I can make
him to see file, but read only, and they have to type
password and user name every time!
Help!
Jimmy
- 14
- SVCS >> HELP with Running value totalsHI,
I have a table created. I need to have static fields.
The table has one group, where I use an IIF statement to point the values
into one of the three static fields. The reason I am using a table is that I
have to show months/loan programs with zero as well. The fixed static fields
are The loan types. I need to add a sum to the group footer so for each
month I can show the grand total of the three loan programs. Please help me
with this...I have been working on this for two days now and just can not
figure it out. I tried the following: =Sum(ReportItems!Textbox21.Value +
ReportItems!Guar_Dollar_Amt.Value + ReportItems!Textbox47.Value) but receive
an error
that states "The value expression for the textbox â??textbox31â?? refers to the
report item â??Textbox21â??. Report item expressions can only refer to other
report items within the same grouping scope or a containing grouping scope."
Okay so here it is:
FY2003 FY2004 FY2005
Oct Loan1 =RunningValue( iif(Fields!Loan_type_Code.value = "Loan1" and
Fields!FCLYR.Value = 2002, CDbl(Fields!Guar_Dollar_Amount.Value), CDbl(0)),
Sum, Nothing)
Loan2 =RunningValue( iif(Fields!Loan_type_Code.value = "Loan2"
and Fields!FCLYR.Value = 2002, CDbl(Fields!Guar_Dollar_Amount.Value),
CDbl(0)), Sum, Nothing)
Loan3 =RunningValue( iif(Fields!Loan_type_Code.value =
"Loan3" and Fields!FCLYR.Value = 2002, CDbl(Fields!Guar_Dollar_Amount.Value),
CDbl(0)), Sum, Nothing)
- 15
- Compact >> 802.11 connection vs cell phone connection question...Currently I have an application that uses a web-service to synch the
data...The device is connected to the network via an 802.11 connection and a
vpn connection...The application is currently being ran on a Dell Axim
x50...
I'm going to be working soon on testing the application on a smart phone...
When changing the device over to use a cell-phone...what differences do I
need to do to establish connection?
Thanks
|
| Author |
Message |
threademporium

|
Posted: Sun Mar 07 11:49:40 CST 2004 |
Top |
SBS >> Faxing with the SBS 2003
I have added a modem to be able for all domain users to
fax and receive faxes. I have couple questions:
- Do I need to install the fax service on client machines
as well as on the SBS?
- How can I manage the recepients of the faxes, and will
I be able to print all faxes as they come in?
If someone can direct me to a link regarding setting up
the fax service in SBS will be great.
Thanks
Joe
Information Technology210
|
| |
|
| |
 |
Eburriola

|
Posted: Sun Mar 07 11:49:40 CST 2004 |
Top |
SBS >> Faxing with the SBS 2003
Setting up the Fax Services in SBS 2003 is fairly simple. You can use the
Help files or the Wizards in Server Manager. You can have the faxes
emailed, printed, delivered to Intranet Web Site, or stored in a folder.
You need to install the Shared Fax Client if you wish to have your uses
"fax" from their desktops.
"JOE" <EMail@HideDomain.com> wrote in message
news:8b7a01c4044f$26e6bd80$EMail@HideDomain.com...
> I have added a modem to be able for all domain users to
> fax and receive faxes. I have couple questions:
> - Do I need to install the fax service on client machines
> as well as on the SBS?
> - How can I manage the recepients of the faxes, and will
> I be able to print all faxes as they come in?
>
> If someone can direct me to a link regarding setting up
> the fax service in SBS will be great.
>
> Thanks
> Joe
|
| |
|
| |
 |
Russ

|
Posted: Sun Mar 07 13:04:12 CST 2004 |
Top |
SBS >> Faxing with the SBS 2003
Just run the Fax Setup on the server.
and when you set up a user
http://SERVER/computersetup
Add the fax Services.
When you setup up the FAX on the Server you have Options.
Send to Printer
Send to Email (I have it sent to the admins since 90% of all faxes are SPAM)
And send to something else I forget? Oh a Archive. (I think)
I have it Archived and Sent to a Group List. (The Admins belong to this
group..)
This way they get an Email with the fax attached and forward it.
YES You can have it sent automatically to the Printer (Cheaper than the fax
Printing.)
but I don't like to Kill Tree's (Trying to get people to print Duplex is
hard.)
You can have 1 of these Options or all (Archive, Print, and Emailed.)
It's up to you how you configure it but it's easy and it works.
Russ.
"JOE" <EMail@HideDomain.com> wrote in message
news:8b7a01c4044f$26e6bd80$EMail@HideDomain.com...
> I have added a modem to be able for all domain users to
> fax and receive faxes. I have couple questions:
> - Do I need to install the fax service on client machines
> as well as on the SBS?
> - How can I manage the recepients of the faxes, and will
> I be able to print all faxes as they come in?
>
> If someone can direct me to a link regarding setting up
> the fax service in SBS will be great.
>
> Thanks
> Joe
|
| |
|
| |
 |
Russ

|
Posted: Sun Mar 07 13:04:54 CST 2004 |
Top |
SBS >> Faxing with the SBS 2003
Oh I didnt' see the Send to a Intranet folder Hmm I'll have to check that
out thanks.
"Eburriola" <EMail@HideDomain.com> wrote in message
news:#EMail@HideDomain.com...
> Setting up the Fax Services in SBS 2003 is fairly simple. You can use the
> Help files or the Wizards in Server Manager. You can have the faxes
> emailed, printed, delivered to Intranet Web Site, or stored in a folder.
>
> You need to install the Shared Fax Client if you wish to have your uses
> "fax" from their desktops.
>
> "JOE" <EMail@HideDomain.com> wrote in message
> news:8b7a01c4044f$26e6bd80$EMail@HideDomain.com...
> > I have added a modem to be able for all domain users to
> > fax and receive faxes. I have couple questions:
> > - Do I need to install the fax service on client machines
> > as well as on the SBS?
> > - How can I manage the recepients of the faxes, and will
> > I be able to print all faxes as they come in?
> >
> > If someone can direct me to a link regarding setting up
> > the fax service in SBS will be great.
> >
> > Thanks
> > Joe
>
>
|
| |
|
| |
 |
| |
 |
Index ‹ Information Technology ‹ SBS |
- Next
- 1
- Money >> Thank you for Payee List problem solvedSo simple but how to know such a thing that a leap year
would mess with a drop down list. I guess it has to do
with the fact that money only lists payees that you have
used in the last 2 years and since this day hasn't
occured for 4 years the program is functioning properly,
just a bit frustrating though.
- 2
- Money >> Multiple Money 2006 IssuesHi-
I recently bought a Sony VAIO with Vista. I installed Money 2006. It
worked fine and all was well. About 3 weeks ago, my transactions downloaded
and said they were ready to be reviewed but did not show up in my register.
So I decided I would uninstall Money and start from scratch. I had to
remove it and install it like 6 times and I could still not set up online
services for my bank. It didn't indicate that the problem was with my bank
because it said if the problem persisted to contact customer support which
charges a fee. And when I installed it new, it continued to have some of my
account information (I'm assuming it is pulling this from the MSN website
where my updates were).
Now I don't have a register, I have no idea how much money is my account or
when my bills are due! Can someone help?
Thanks
- 3
- SBS >> No Original Sender in Exchange 2003I have recently installed SBS2003 and exchange 2003.
I have "Undeliverable POP3 Mail" going to my (USER1) mail box successfully,
but it says TO : USER1, not who was the original intended recipient. In the
Options - Internet Header : it dispays the X-original correctly as my
catch-all mailbox at my ISP, but the TO still just says USER1 !
Any Ideas
(I am yet to run SBS2003 SP1 - doing it this weekend)
--
Steve C
IT Supervisor
Small Local Business
Cairns, Australia
- 4
- Compact >> lineInitializeEx works with C# but NotSupportedException in VB.NetI am having this weird problem of NotSupportedException when I am trying to
use lineInitializeEx in a PocketPC 2003 application with .Net Compact
Framework
2.0. It works perfectly alright with C# but gives a NotSupportedException in
VB.NET.
The code for that I am using (for C# as well as VB.Net) is given below. I am
at the end of my wits trying to figure out why the VB.Net code fails although
it is roughly same as C# code.
===================================
C# Code (Works Without Problem)
===================================
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
namespace CSharpPPC
{
public partial class frmMain : Form
{
public struct LINEINITIALIZEEXPARAMS
{
public uint dwTotalSize;
public uint dwNeededSize;
public uint dwUsedSize;
public uint dwOptions;
public System.IntPtr hEvent;
public uint dwCompletionKey;
}
public enum LineErrReturn : uint
{
LINE_OK = 0x00000000,
LINEERR_INVALAPPNAME = 0x80000015,
LINEERR_OPERATIONFAILED = 0x80000048,
LINEERR_INIFILECORRUPT = 0x8000000E,
LINEERR_INVALPOINTER = 0x80000035,
LINEERR_REINIT = 0x80000052,
LINEERR_NOMEM = 0x80000044,
LINEERR_INVALPARAM = 0x80000032
}
public enum LINEINITIALIZEEXOPTION
{
LINEINITIALIZEEXOPTION_USECOMPLETIONPORT = 3,
LINEINITIALIZEEXOPTION_USEEVENT = 2,
LINEINITIALIZEEXOPTION_USEHIDDENWINDOW = 1
}
[DllImport("coredll.dll",SetLastError=true)]
internal static extern LineErrReturn lineInitializeEx(
out IntPtr hLineApp,
IntPtr hAppHandle,
IntPtr lCallBack,
string FriendlyAppName,
out System.UInt32 NumDevices,
ref System.UInt32 APIVersion,
ref LINEINITIALIZEEXPARAMS lineExInitParams);
public frmMain()
{
InitializeComponent();
}
private void mnuItemQuit_Click(object sender, EventArgs e)
{
Close();
}
private void mnuItemInfo_Click(object sender, EventArgs e)
{
try
{
UInt32 TAPI_API_HIGH_VERSION = 0x00020000;
IntPtr m_hLineApp = IntPtr.Zero;
UInt32 m_TapiVersion = TAPI_API_HIGH_VERSION;
UInt32 m_lpdwNumDevs;
IntPtr m_AppHandle = IntPtr.Zero;
// prepare the lineinitializeexparams
LINEINITIALIZEEXPARAMS liep = new LINEINITIALIZEEXPARAMS();
liep.dwTotalSize = (uint)Marshal.SizeOf(liep);
liep.dwNeededSize = liep.dwTotalSize;
liep.dwUsedSize = liep.dwTotalSize;
liep.hEvent = System.IntPtr.Zero;
liep.dwOptions =
(uint)LINEINITIALIZEEXOPTION.LINEINITIALIZEEXOPTION_USEEVENT;
LineErrReturn RetVal = lineInitializeEx(out m_hLineApp,
m_AppHandle, IntPtr.Zero, "Test", out m_lpdwNumDevs, ref m_TapiVersion, ref
liep);
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
}
}
}
=========END OF C# CODE===============
===================================
VB.Net Code (Throws NotSupportedException)
===================================
Imports System.Runtime.InteropServices
Public Class frmMain
Public Structure LINEINITIALIZEEXPARAMS
Public dwTotalSize As Integer
Public dwNeededSize As Integer
Public dwUsedSize As Integer
Public dwOptions As Integer
Public hEvent As IntPtr
Public dwCompletionKey As Integer
End Structure
Public Enum LineErrReturn As Integer
LINE_OK = &H0
LINEERR_INVALAPPNAME = &H80000015
LINEERR_OPERATIONFAILED = &H80000048
LINEERR_INIFILECORRUPT = &H8000000E
LINEERR_INVALPOINTER = &H80000035
LINEERR_REINIT = &H80000052
LINEERR_NOMEM = &H80000044
LINEERR_INVALPARAM = &H80000032
End Enum
Public Enum LINEINITIALIZEEXOPTION
LINEINITIALIZEEXOPTION_USECOMPLETIONPORT = 3
LINEINITIALIZEEXOPTION_USEEVENT = 2
LINEINITIALIZEEXOPTION_USEHIDDENWINDOW = 1
End Enum
<DllImport("coredll.dll", SetLastError:=True)> _
Private Shared Function lineInitializeEx( _
ByRef lphLineApp As IntPtr, _
ByVal hInstance As IntPtr, _
ByVal lpfnCallback As IntPtr, _
ByVal lpszFriendlyAppName As String, _
ByRef lpdwNumDevs As UInt32, _
ByRef lpdwAPIVersion As UInt32, _
ByRef lpLineInitializeExParams As LINEINITIALIZEEXPARAMS) As Long
End Function
Private Sub mnuItemInfo_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles mnuItemInfo.Click
Try
Dim TAPI_API_HIGH_VERSION As UInt32 = &H20000
Dim m_hLineApp As IntPtr = IntPtr.Zero
Dim m_TapiVersion As UInt32 = TAPI_API_HIGH_VERSION
Dim m_lpdwNumDevs As UInt32
Dim m_AppHandle As IntPtr = IntPtr.Zero
'prepare the lineinitializeexparams
Dim liep As LINEINITIALIZEEXPARAMS = New LINEINITIALIZEEXPARAMS
liep.dwTotalSize = Marshal.SizeOf(liep)
liep.dwNeededSize = liep.dwTotalSize
liep.dwUsedSize = liep.dwTotalSize
liep.hEvent = System.IntPtr.Zero
liep.dwOptions =
LINEINITIALIZEEXOPTION.LINEINITIALIZEEXOPTION_USEEVENT
Dim RetVal As LineErrReturn = lineInitializeEx(m_hLineApp,
m_AppHandle, IntPtr.Zero, "Test", m_lpdwNumDevs, m_TapiVersion, liep)
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
End Sub
Private Sub mnuItemQuit_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles mnuItemQuit.Click
Application.Exit()
End Sub
End Class
=======END OF VB.NET CODE=============
Anyone out there who can help!!!
Thanks
Santanu Biswas
- 5
- SBS >> FTP Error for Multiple File UploadTrying to upload multiple files from a Client PC to our Net Server but keeps
crashing mid way with a 500 Invalid Port command.
Files can be 10 to 200+, all about 40k or less in size (beauty products just
in case you are wondering). Transfers between 30 to 60 of 100 and then comes
up with error and for subsequent files
ftp: bind :unknown error number
Doing ftp through simple DOS script.
Patrick
FTP Programs (CuteFTP all work OK in both directions). IS this an ISA 2004
issue or should i be looking elsewhere?
Firewall Client is installed on local PC.
- 6
- Crm >> Browser closes when I try to launch CRMI have no other applications open. I launch Internet Explorer and type in
the URL of my CRM server. The page starts to load and then Internet Explorer
simply closes.
I can successfully luanch CRM in this same manner from my regular
wiorkstation. But when I log on to a different machine and try to launch
CRM, IE closes and I cannot launch CRM.
Does anyone know what the problem may be?
- 7
- Money >> Opening statment files directly with MoneyHi-
My Credit Union provides downloadable statement files to import into Money
instead of the background banking. While it was a pain to always have to go
to the website to get the data I managed. It used to be that when I
selected the dates and clicked on download Money 2005 would automatically
"take control" of the file and import it automatically. It would then ask
me if I wanted to open money to view the statements or it would be there the
next time I did. Now I have Money 2006 and when I do the same thing the
only options I get are to either Save the File or Cancel (though I do have
open if I use FireFox). The file extension is .ofx and I tried configuring
windows to open those files with Money but it just thinks it is a *.mny file
and won't do anything with it. It is a pain to have to import all the files
everytime. Does anyone know a way to revert back to the way it was or what
might have caused this change? Thanks in advance!
-Dan
- 8
- SBS >> Is WWW Safe on Small Business Server 2003 Std???I have a default installation of Windows SBS2003 Standard and have the
default www activated to provide outside access for users. I've had no issues
for the past year.
for the past few weeks I find entries in my log files stating that someone
is trying to logon 20 or 30 times, every other day or so. One day its
username 'Cracker' then today it was 'Webmaster', another day it is someone
else. of course they fail with invalid credentials, but is there a way to
crack down on these whackos??? I don't want them to have unlimited access to
try every password and username in the book. Can I block a certain ip address
like after 3 attempts, smack them around a bit, destroy their computer
somehow, spit on them???
- 9
- 10
- Crm >> New size of the attribute <GUID> exceeds the SQL server row limitWhen I try to create a new string attribute I receive this message
Event Type: Error
Event Source: DMSNAPIN
Event Category: None
Event ID: 0
Description:
dmLog: New size of the attribute ({19CA6717-9191-4C62-9944-C425DAFD75A3})
exceeds the SQL Server row limit of 8000 bytes.
I am working whit MS CRM V 1.2
- 11
- SBS >> Autoresponder?The public folder has company e-mail forwarded to it, where is this setting
and is there a way to turn on an autoresponder?
- 12
- Compact >> ListBox with horizontal scroll barHello,
I understand that the .NET CF controls are wrappers around the native Win32
controls. As the native ListBox under Windows CE seems to support a
horizontal scroll bar it should be possible to extend the .NET ListBox with
an horizontal scroll bar by using Win32 API functions.
Using the following code, I get the handle of my ListBox.
[DllImport("coredll.dll")]
static extern IntPtr GetCapture();
...
myListBox.Capture = true;
IntPtr hWndListBox = GetCapture();
...
The following code enables the horizontal scroll bar by setting the
WS_HSCROLL window style.
[DllImport("coredll.dll")]
static extern uint GetWindowLong(IntPtr hwnd, int index);
[DllImport("coredll.dll")]
static extern void SetWindowLong(IntPtr hwnd, int index, uint value);
...
uint windowLong = GetWindowLong(hWndListBox, -16) | 0x00100000;
SetWindowLong(hWndListBox, -16, windowLong);
...
Now that the horizontal scroll bar is visible one can use SetScrollInfo API
function to set the minimum, maximum and current scroll position. Although
setting the scroll position works, the scrolling of the ListBox content
doesn't work.
What could be the reason? Who is responsible for doing the actual scrolling?
The native Win32 ListBox control? Is there a general problem with my
approach?
Greetings, Christian
- 13
- 14
- Compact >> Advice on commercial controlsI do need expert advice on any commercial control that can simplify
code to write in my CF application. I'm talking about grids,
tabcontrols.......or any suite that comes with various controls.
I've taken a look at Resco Grid
(http://www.resco.net/developer/smartgrid/default.asp) but I'm opened
to any other possibility. I will appreciate any opinion of people that
have worked with the commercial control they mention and which
significantly improved the performance of their application.
Thanks in advance.
- 15
- SBS >> opening ISA PortsI have an application on one workstation that needs ports openend to
operate. I created the protocol definitions to open the ports and create a
rule for use. The ports still show closed if I do a port scan and the
application is still not working. Anyone have any ideas where else to look?
Thank you
|
|
|