Based on the TT Search results, this is an OLD problem, but it has "raised its ugly head" once again.
I just set up a new Win10 64-bit workstation with VFP5, VFP7, and VFP9-SP2 on it.
All of the VFP's seem to work fine with the exception of VFP9's Help file not appearing when requested from...
I have a web page with a <DIV> set up to receive an 'external' HTML page and display it.
The 'Child' HTML page content is loaded into the <DIV>'s innerHTML to be displayed.
Think of this as the 'Parent' page displaying the 'Child' page within the specified <DIV>
In general this is working fine...
I think that I must have taken a BIG dose of STUPID this morning resulting in the following confusion.
I need to get a Line Graph onto a VFP Report (not just onto a VFP Form).
It looks like the best approach for that might be to sue FoxChart (from VFPx), but I am having some difficulty...
We are using CR V5 (yes its OLD, but we have a lot of CR Reports already written and they are not automatically supported in later versions).
Regardless, when I open an existing CR V5 report and then try to do a Verify Database I get an error message indicating:
Error Opening File - File...
I am having trouble getting device.getUuids() working.
My code is pretty simple:
BluetoothDevice device = leDevices.get(i); // I use the Watch window to verify that device has a Valid MAC address
final String deviceName = device.getName(); // deviceName shows as a Valid device Name...
I have a Mitel 5330 phone, but not a Mitel ACD.
In the variety of Mitel 5330 Manuals (PDF documents) that I have found, they mention the availability of setting a key to Night Answer mode.
But when I attempt to follow the directions I do not find that option available - neither within the...
I keep reading everywhere how the Mitel 5330 (and other phone models) have a Web GUI.
Everyone says to merely put the phone's IP address into the browser and the GUI will appear asking for the username and password.
Well that never happens. I cannot get the Web GUI to work in any way.
My...
I have written a small VFP utility that writes data files out to a Flash Drive.
It is pretty simplistic and works just fine.
But when the write operation is complete the user, more often than not, just 'jerks' the Flash Drive out of the USB port on the workstation.
When they do this they most...
Hello,
I am trying to learn about using the Backgroundworker to get a ProgressBar working.
But I can't seem to get this development effort off-the-ground.
I am using VS2008 (VB).
When I create a New Project - Web ASP.Net Application and look for the Backgroundworker object in the Toolbox, it...
Hello,
I am trying to learn about using the Backgroundworker to get a ProgressBar working.
But I can't seem to get this development effort off-the-ground.
I am using VS2008 (VB).
When I create a New Project - Web ASP.Net Application and look for the Backgroundworker object in the Toolbox, it...
I can pass a Session variable TO a thread as a parameter and use it there as needed. And there are other ways of accomplishing that.
BUT I want to have the Thread routine run a process and calculate a value (e.g. a Percent Complete) which I need to have sent BACK to the primary server code...
I had an ASP.Net web page that was working just fine.
It was successfully executing the Javascript Startupscript that was Registered in my VB.Net Page_Load code with:
ScriptManager.RegisterStartupScript(Me.Page, Page.GetType, "ChangeIconStartUpJavaScript", "startUpScript()", True)
Now, with...
Well I have asked my question(s) in the ASP.Net forum area and in the VB.Net forum area, so I'll try here now....
I have a webpage written with VS2008 in VB.Net that was working fine, but I wanted to add a ProgressBar to it.
Many of the web references that I found indicated that I ought to try...
Hello,
I am beginning to try using AJAX with my ASP.Net page.
Rather than wondering why my UPADATEPANEL is not appearing, I am trying to break things down to the basics.
I have a Timercontrol object placed OUTSIDE of my Updatepanel and it is set for Interval = 2000 (2 seconds between 'ticks')...
Hello,
I have finally gotten my intended javascript function to launch within a ASP.Net webpage utilizing an Ajax UpdatePanel.
Just for a VB.Net FYI it took: ScriptManager.RegisterClientScriptBlock(TryCast(sender, Control), Me.GetType(), Guid.NewGuid().ToString(), "startUpScript()", True)...
Hello,
I had a working web site, but wanted to add a ProgressBar to it. After much trial-and-error, I finally decided to try using the Ajax UpdatePanel on it to handle the ProgressBar.
Previously the ScriptManager.RegisterStartupScript() was working just fine.
Once I added the Ajax...
I have perused this forum and other web references and found what should be the answer, but it is not working for some reason.
The general answer that I found went something like the following:
INSERT INTO table (field1, field2, ..., fieldn) VALUES
(valuea1, valuea2, ..., valuean),
(valueb1...
Since I am a total newbie to FreeSwitch please be patient and 'gentle' with me....
With a new IT position I have 'inherited' 2 FreeSwitch installations.
* One installation environment is working (version 1.0.7)
* And one installation environment (version 1.5.14) is a new test environment...
My apologies if this is already somewhere in the forum and I just could not find it.
Let's begin by assuming that accessing a certain .ASPX webpage will display a text 'report' if a previous web operation was executed.
If that operation was not executed, there will be a blank page displayed.
I...
I have doubly posted this question since I wasn't sure if it was most applicable to the PHP forum area or the MySQL area. So I apologize for the duplication...
I have many years of development behind me with other languages and with MS SQL Server, BUT I am a total 'newbie' to PHP & MySQL - so...
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.