Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: WIREMESH
  • Content: Threads
  • Order by date
  1. WIREMESH

    Google Chrome Lost Session

    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...
  2. WIREMESH

    Play mp4 files in asp.net 2.0 webforms application

    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
  3. WIREMESH

    How can I upload a file from my har

    How can I upload a file from my hard drive to a youtube channel I created using VFP program?
  4. WIREMESH

    ASP.NET 2.0 Webform compilation error

    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...
  5. WIREMESH

    Adding https to existing ASP.NET 2.0 web forms application

    I need to modify an asp.net 2.0 web forms application to use https certificate. What are the basic steps I need to perform to accomplish this?
  6. WIREMESH

    Issue with combox inside container in grid

    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...
  7. WIREMESH

    VFP Cloud Storage Access

    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...
  8. WIREMESH

    VFP 9 SP2 Windows 7 IDE Form designer

    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...
  9. WIREMESH

    RTF or HTML in report textbox

    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?
  10. WIREMESH

    'Cannot create Active X Component' Windows 7 32 bit machine under IIS 7

    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...
  11. WIREMESH

    'Cannot create Active X Component' Windows 7 32 bit machine under IIS 7

    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...
  12. WIREMESH

    vfp reducing balance depreciation method

    Does anyone have a vfp reducing balance depreciation method sub routine? Not straight line depreciation
  13. WIREMESH

    Calling VFP UDF from Ole db

    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...
  14. WIREMESH

    Rounding Issue

    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...
  15. WIREMESH

    Page_Load not firing session timeout

    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...
  16. WIREMESH

    Outlook 2010 Gmail Inbox Access

    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...
  17. WIREMESH

    DOWNLOAD SMTP MAIL VFP 9

    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.
  18. WIREMESH

    Ajax Control Toolkit 2.0 Tab Control Rendering issue

    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...
  19. WIREMESH

    Session & Cookies conflict multiple windows

    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)...
  20. WIREMESH

    ASP.NET 2.0 Data Cache sort problem

    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...

Part and Inventory Search

Back
Top