Still get the error, I removed the working table which is a free table in the database. I have also removed the local view of the working table and the form will open without the error but as soon as I add them back into the data enviornment I get the error. I have just tried it without the...
Hi Ian,
That seems to have worked for the Foxpro application with the Foxpro database that I was running, but it has been upgraded to an SQL Server database and I can't have the code in the BeforeOpenTables event of your Data Environment.
The loaddetail is now a remote view. The same error is...
In the form load I have this code that creates the table:
select loaddetail.* from loaddetail into table wkLoadDetail
index on wkLoadDetail.loadnum + wkLoadDetail.salesnum tag loadsales
=cursorsetprop('buffering',5,'wkloaddetail')
I don't delete it. I just remove the view from the form not...
Sorry it took so long to reply, I hope you can still help me out
I did that and this is what I got:
Left = 150
Top = 140
Width = 95
Height = 90
Alias = "wkloaddetail"
CursorSource = ..\wkloaddetail.dbf
Name = "Cursor5"
I added this working table to the data environment...
I can't get my paging and searching to work. I've tried a small set of data and it works but once I move it to my full page and full data I'm lost. I could email my code to someone if they could help me. Thanks
Tyler
I have a form that has been acting weird at a clients site. They are running just an executable but for some reason they get an error opening a form from time to time. If I remove a view from the data environment and rebuild the exe and they then open the form from this exe the form opens. I...
That works but I'm having troubles displaying that change on the FoxPro end. It doesn't show me the new ID till I exit and then re-enter the form. Any ideas how to fix this?
Tyler
I am using a Visual FoxPro frontend with SQL Server and I want to know how to autoincrement a field in an SQL table. I tried to create a trigger on insert but don't know the syntax to accomplish this. Any help would be appreciated.
TIA,
Tyler
I am new to Clipper and I receive an error that says
dbfntx1210 corruption detected. What can I do to fix this problem? If you could please be as descriptive as possible that would help me a lot.
TIA,
Tyler
Thanks,<br>
<br>
I put the _mfi_sysprint in my menu but the selection choice comes up grayed out. What am I doing wrong. I use the bar # selection<br>
<br>
But I can't get that to work. What I want to happen is when the user clicks the print button on a form. I want the user to be able to select...
I want to be able to access the 'Print...' choice that is under the file menu in my executable. Right now I am using the sys(1037) function. That gives me the page setup but it doesn't give me the ability to do the things the Print dialog box does. Is there any way I can access the Print dialog...
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.