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 strongm 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: *

  1. TylerG

    Error Loading form

    No go, I can't get the form to open up with either wkloaddetail or lv_wkloaddetail in the data environment. Tyler
  2. TylerG

    Error Loading form

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

    Error Loading form

    I have put the set path code into my form now and I'll wait and see if the error occurs still at the client side. Thank you
  4. TylerG

    Error Loading form

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

    Error Loading form

    Thanks Ian, I'll try that and I'll get back to you if that is the solution. Have to wait and see if the error comes back up at the clients site.
  6. TylerG

    Error Loading form

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

    Error Loading form

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

    Paging and searching

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

    Error Loading form

    Error loading file record number 7 form1 or one of its members loadin form or the data environment not a table.
  10. TylerG

    Error Loading form

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

    Functions

    I have a program that opens a port but I can't find out what some of the functions are. readval = rxchardly(PORT1,30,2) ret_val = rxcount(PORT1)
  12. TylerG

    Autoincrement IDs

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

    Autoincrement IDs

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

    dbfntx corruption detected

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

    Print Setup

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

    Print Setup

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

Part and Inventory Search

Back
Top