My asp.net 2.0 webforms application works fine in FireFox, IE, & Edge. In some Chrome browsers session gets lost and users get kicked back to the login page.
Not sure why, however I think it could be related to the Chrome samesite issue "Enforcement rollout for Chrome 80 Stable: The...
I have a form where users can upload mp4 files to store on the server. I want to enable users to click on an image and play to mp4 form using ASP.NET 2.0
I have a ASP.NET application developed primarily using DOTNET 2.0 framework. For myriad reasons too detailed to discuss here the application was developed without using Visual Studio. Further, all of the forms and code are contained in .ASPX file (I.e no code behind files).
When application...
I have a container with a few textboxes and a combo box that is used as a column in a grid.
The textboxes are bound to columns in my updateable cursor. As I move from row to row I can enter information into the textboxes with no problem. However, If I use a cursor or array as the controlsource...
I have web application that enables clients to upload and store images (pdf, png, etc.). As the clients space demands grow, I would like to store their images on a cloud server. They will continue to use the web application to upload files to my Windows 2008 server. I have a vfp application...
I am using VFP 9 SP2 on a Windows 7 machine. When I am using the VFP Form Designer the contents of the display get garbled, when buttons/images are suddenly displaced. If I move the mouse over the area VFP will rewrite that pixel properly. Just started happening, not sure why. I did install a...
I have a form that currently displays text from a memo field. I plan to replace the VFP textbox control with a control that enables the user to change font sizes, font, etc. The format of the data will be html or rtf. On my VFP report form, how do I display this data?
I have a com object written in 32 bit Visual Foxpro 9.0, that runs successfully on a Windows XP, Windows 7 64 bit, Win2003 & Win2008 server machines. When I run the same ASP.NET 2.0 application under IIS 7 on Windows 7 32 bit machine and attempt to instantiate my com object I get the error above...
I have an Active Control (Written in 32 bit Visual Foxpro 9.0) that runs successfully on a Windows XP, Windows 7 64 bit, Win2003 & Wind2008 server machines. When I run the same ASP.NET 2.0 application under IIS 7 on Windows 7 32 bit I get the error abov (using http://localhost). The control has...
In my ASP.NET web application I query FREE tables. In one instance I want to run a query that calls a udf.
Ex. WHAT I want to run
sql = "select lastname FROM EMPLOYEE WHERE status =1 AND MYUDFFUNCTION() = 1"
Conceptually, I want to do this:
SET PROCEDURE TO C:\TEMP\UDFS.PRG
Inside UDFS.PRG...
I have an application for an insurance company and I have ran into a rounding issue.
I store the data in database column amount f(10,2)
in application multiply
(488.06 x .10) = 48.81
client wants 48.80
vfp is doing (488.06 x .10) = 48.806 and rounding up to 48.81
how can I get the 48.80...
Sub Page_Load()
>When session timeout occurs, I want to navigate to a login page. I have seen several code examples such as below:
If Http.Current.Session("USER_ID") Is Nothing
Http.Current.Response.Redirect("LOGINPAGE.ASPX")
End if
End Sub
my problem is, when...
I wrote a program several years ago that reads the Outlook inbox and processes the emails. Using Outlook 2010, I am downloading email from a gmail account. Instead of placing the email in the main INBOX, the email is placed in an inbox under the gmail account. (I actually prefer the emails in a...
I need a simple way to connect to a google email account I create and download all new mail messages. Once the mail messages are downloaded, I want to delete them from Google.
I use the Microsoft Ajax Control Toolkit v2.0 Tab control for ASP.NEt 2.0 framework.
The control renders perfectly using Microsoft Explorer web browsers. When using Firefox, Safari, and Opera (on MAC) they tabs overlap controls above and below them on the form. Is there any way I can add...
I have a desktop application that has been migrated to the web. In the desktop application, the users are accustomed to having multiple versions of the desktop application open simultanteously.
They what to have the same multi window access to the web app. Currently, the web app (ASP.NET 2.0)...
I query a table that creates a dataset in "lastname" order. I then bind the table to a datagrid that displays the data in the proper "lastname" order. When I move to a "record layout" page I create a datatable from the Cached table and I want to navigate is "lastname" order. Instead, the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.