no responding, when i use rlock function
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hello
I am using VFP9.0 SP1 to develop the application
I create a "Add New" button to call another form and insert data to table
but when i click it, the screen will no responding , how can i fix it?
PS. i try to use VFP6 to complie and run it, i found that this is no
problem.
"Add New" button source code
SELECT("CLIENT")
APPEND BLANK
IF RLOCK()
REPLACE code WITH "0001"
ENDIF
Teddy
.
Relevant Pages
- Need to override mail function
... I need to override php mail function to append an extra header entry. ... My first solution was to modify php source code in ext/standard/ ... (php.general) - Re: VS 2008
... There are several warnings due to use of strcpy and other "unsafe" CRT functions in your source code. ... Note that on this machine I don't have VC7.1 installed, so I have no idea if there could be conflicts with STL headers of VC9 with STL headers of VC7.1... ... You could also setup a virtual machine and install only VS2008 with SP1 on it, and see what happens when building your source code. ... (microsoft.public.vc.mfc) - Re: Problems appending EMF files
... > I want to open an EMF file, append some graphic and write it back ... as in the following piece of source code: ... > File size easily rises to several megabytes, even if you do not append ... you start with a vector file, which is then rasterised and stored as ... (comp.lang.pascal.delphi.misc) - Re: Cant step into source code
... VS2005 SP1 is in beta (see Microsoft Connect). ... and when I get to the data access layer I get the "There is no source code ... (microsoft.public.dotnet.languages.csharp) - View Source
... Ok i can't view the source code on webpages but i want to have that option ... like i did before having Internet Explorer 6 SP1, to let me view source do i ... have to uninstall IE6 SP1 and install an older version of IE? ... (microsoft.public.windows.inetexplorer.ie6.setup) |
|