User Profile & Activity

Niven Prasetya Member
Page
of 25
Posted: September 28, 2010 2:46 AM

Hi Staffan,

It works fine on my WebGrid 6 build 220 and Framework 3 build 705. I have attach a video of my sample.

Please apply the new hotfix for WebGrid and Framework, then please run my attach sample.

If the the issue still persist please change my sample which can replicate your issue.

Thank you and have a nice day.


Best regards,

Niven Prasetya

Posted: September 27, 2010 9:44 PM

HI Martin,

Could you send your MSN Credentials to technical@intersoftpt.com

Please state http://intersoftpt.com/Community/WebDesktop/WebDesktop-Missing-dll/ as a reference of your issue. I will follow your email through technical@intersoftpt.com.

Thank you and have a nice day.


Best regards,

Niven Prasetya

Posted: September 27, 2010 6:32 AM

Hello,

After looking at your code I think it is more easier for you to trigger the event via client side. Do you have any other criterias that keep insist you to use via server side?

Looking forward for your answer.

Thank you and have a nice day.

Best regards,

Niven Prasetya

Posted: September 27, 2010 6:01 AM

Hi Maxwell,

Have you include the namespace?

Please kindly explain me which navigation did you open? Is it from template or UXNavigationWindow or UXNavigationBar?

Have you set the IsClientVisible="True"? or if you want from server side, please use the code below.

uxWindow1.Show();

Hope this can help.

 

Best regards,

Niven Prasetya

Posted: September 27, 2010 4:40 AM

Hi Alfred,

I was able to replicate your issue on my side. I have reported this issue to the Development Team.

I will let you know any news regarding this matter.

Thank you and have a nice day.

 

Best regards,

Niven Prasetya

Posted: September 27, 2010 3:49 AM

Hi Frank,

I am not able to replicate your issue here.

May I know your WebGrid and Framework version?

I have attach a version of mine with your scenario.

 

Best regards,

Niven Prasetya

Posted: September 27, 2010 3:03 AM

HI Andre,

I apologize for the misstyping. It's suppose to be ShowDialog();

You can refer to our WebDesktop Samples with ShowDialogWithAnimation.aspx on how to implement the ShowDialog() and the Close button.

Hope this can help your issue.

Thank you and have a nice day.

 

Best regards,

Niven Prasetya

Posted: September 26, 2010 11:47 PM

Hi Staffan,

I believe this would be the code produce by the ISDataSource

<asp:AccessDataSource ID="AccessDataSource1" runat="server" 
            DataFile="~/App_Data/NorthWind.mdb" 
            DeleteCommand="DELETE FROM [Customers] WHERE (([CustomerID] = ?) OR ([CustomerID] IS NULL AND ? IS NULL))" 
            InsertCommand="INSERT INTO [Customers] ([CustomerID], [CompanyName], [ContactName], [ContactTitle], [Address], [City], [Region], [PostalCode], [Country], [Phone], [Fax]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" 
            SelectCommand="SELECT * FROM [Customers]" 
            
            UpdateCommand="UPDATE [Customers] SET [CompanyName] = ?, [ContactName] = ?, [ContactTitle] = ?, [Address] = ?, [City] = ?, [Region] = ?, [PostalCode] = ?, [Country] = ?, [Phone] = ?, [Fax] = ? WHERE (([CustomerID] = ?) OR ([CustomerID] IS NULL AND ? IS NULL))">

By deleting the OR ([CustomerID] IS NULL AND ? IS NULL). It will become like the code below

<asp:AccessDataSource ID="AccessDataSource1" runat="server" 
            DataFile="~/App_Data/NorthWind.mdb" 
            DeleteCommand="DELETE FROM [Customers] WHERE (([CustomerID] = ?))" 
            InsertCommand="INSERT INTO [Customers] ([CustomerID], [CompanyName], [ContactName], [ContactTitle], [Address], [City], [Region], [PostalCode], [Country], [Phone], [Fax]) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)" 
            SelectCommand="SELECT * FROM [Customers]" 
            UpdateCommand="UPDATE [Customers] SET [CompanyName] = ?, [ContactName] = ?, [ContactTitle] = ?, [Address] = ?, [City] = ?, [Region] = ?, [PostalCode] = ?, [Country] = ?, [Phone] = ?, [Fax] = ? WHERE (([CustomerID] = ?))">

You can adjust this to your spCustomerDelete.

Hows the second issue?

 Thank you and have a nice day.

 

Best regards,

Niven Prasetya

Posted: September 26, 2010 9:50 PM

Hello Martin,

Could you please tell me your MSN credentials?

And what would be the best time for me to remote your computer?

Thank you and have a nice day.


Best regards,

Niven Prasetya

Posted: September 26, 2010 9:47 PM

Hello.

We have 2 offices, based in Indonesia and Los Angeles.

I am located on Indonesia based office. (+7)

Thank you.


Best regards,

Niven Prasetya

All times are GMT -5. The time now is 9:19 PM.
Previous Next