March 20th, 2010 |
xumi |
Question:
I have retrieved one row of data and it is shown beautifully in the data aware components to which it is bound. However, when modifying the data in the controls or in code the changes are not saved when the Update method is called.
I load the record by calling Fill and then bind the components [...]
January 31st, 2010 |
xumi |
Question:
I need a vehicle to easily update the GAL in Exchange 2007 and/or Server 2003 Std R2. Will GALMOD32 work, if so, where can I obtain it. If not, I could use some assistance in locating a similar app to perform the same function.
Solution:
GALMOD32.exe used to be shipped with Exchange – is it not anywhere [...]
January 28th, 2010 |
xumi |
Question:
Hi, I have a multidimensional array class.
I can add items and read them back.
But how do I update an item?
or
Delete the item and added it back if update isn’t an option?
Thanks
Richard
Code Snippet:
‘——–My Class Array————————-
Public Class MyClassArray
Private m_ID As Integer
Private m_Name As String
Private m_X As Integer
Public Property ID() As Integer
Get
Return m_ID
End Get
Set(ByVal RHS As Integer)
m_ID = [...]
January 8th, 2010 |
xumi |
Question:
Should we install Java update anytime it popup or should we go to sun and download it.
Is there any security issue like someting look java but virus?
Solution:
It is fine to do either. As long as you are happy that the popup is from the legitimate application then use teh system tray. We do.
December 29th, 2009 |
xumi |
Question:
Hello,
I am having a problem when two users of my ASP Classic site cause an UPDATE to be processed to a specific MySQL MyISAM table at exactly the same time. A deadlock occurs such that one of the updates, or neither of them, actually gets made. I’ve seen examples of this when the same record [...]
October 30th, 2009 |
xumi |
Question:
I have a date field (YYYYMM) in SQL that has the date in YYYY-MM-DD format. Is there a way to write an update statement to change ALL day values in the column to 01?
Ex:
Current – 2008-08-15
Update – 2008-08-01
Solution:
sorry it should be
update table
set datefield = dateadd(day, -14, datefield)
where datepart(day,datefield)=15
and if you want for all days
update table
set [...]
September 5th, 2009 |
xumi |
Question:
‘m having to install VFP and am getting stuck on the Windows Component Update step. I used to know a way to bypass this, can anyone help me remember?
TIA.
Solution:
The following steps apply to Visual Studio .Net, but also includes VFP7 and newer since WCU is a step in the process:
Bypass Windows Component Update
**************************
You can bypass [...]
August 7th, 2009 |
mylinh |
Question:
I have a query that outputs zeros in a column. I would like to add logic to check the records and show if zeros in the q_lead_time then give me spaces instead of zeros. I do have other values in this column. I need to isolate only those records with zeros and make them spaces.
Can [...]
August 4th, 2009 |
xumi |
Question:
Friends,
I have one cascading menu of 3 levels. Also on page there are 3 text boxes.
When user selects the value at the last level in the menu, corresponding text box should get the proper values filled and displayed.
I have written one function call at the last level click-
function setProductValues(strKey1, strKey2, strKey3)
{
document.getElementById(‘TextBox1′).value = strKey1;
document.getElementById(‘TextBox2′).value = [...]
August 3rd, 2009 |
mylinh |
Question:
How do you fix the “LU1814: LiveUpdate could not retrieve the update list” error on Symantec Antivirus?
Solution:
sylkin,
Because you have presented a solution to your own problem which may be helpful to future searches, this question is now PAQed and your points have been refunded.
EE_AutoDeleter