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

    Command button that browses data

    Did not see your post NasibKalsi. I will check that out as well. Thanks!
  2. dale3972

    Command button that browses data

    Thanks again Dan. I am working in visual foxpro the whole time. The command window is open. The project is open. I run the application from the command window. In the main program code, in the project of my application(my program that will run on the clients computers) , I have a line...
  3. dale3972

    Command button that browses data

    Thanks :) When I quit the app and go into the data session window on the visual foxpro menu, the tables open in the same way. All of them - One big giant grid with nothing on it, but showing a record count at the bottom. When I restart foxpro and open the app, the browcase program works at...
  4. dale3972

    Command button that browses data

    Sure enough. I restart visual foxpro. Opened the application. Closed it without hitting my command browse button. The I went to data session and browsed the database and all was find. I opened the application again, the program browcase worked before the form was opened, but when I hit the...
  5. dale3972

    Command button that browses data

    Ok. Now I don't have the program open. The databases are pen. When I go to data session from the window menu and hit browse on any of the databases - Same thing happen ---- A huge empty browse screen that only shows the number of record its on. I am just in the work area of visual fox pro...
  6. dale3972

    Command button that browses data

    I thought about that idea. But the form itself is filled with buttons and text fields and includes four page frames. While I indeed increased the size of the form from the original tiny 2.6 form. I wonder if there is a way to maybe call the grid from a command button? I am trying to keep...
  7. dale3972

    Command button that browses data

    Hello again. In creating this new vfp9 form from a 2.6 program, I have several buttons that are supposed to browse particular data. Keeping it simple: I have command button that is supposed to pull up the main data. In the click event I have - Do browcase.prg. What is happening is that its...
  8. dale3972

    Implementing visual 9....Data question

    As usual, you guys are great. Thanks!
  9. dale3972

    Implementing visual 9....Data question

    Hello again. I am rewriting a multi database application in visual 9 from 2.6. A customer of mine bought windows 8.1 and needs the upgrade asap. No virtual PC or Hyper V so I told her I would stop what I am doing and complete the conversion. Now, there are currently seven daily users that...
  10. dale3972

    Summing totals in text fields on forms.

    Very creative analogy. I am almost done with this one project, but will take your advice and open my mind some more. On my next customers project I will learn more about classes. Time is essential now. Once I have at least one app in place and running, I will have more time to reflect and...
  11. dale3972

    Summing totals in text fields on forms.

    I will play around with this approach. It does sound more solid. When I said I was trying to avoid anything non 2.6 as I could, what I really meant I am trying to keep the rebuilding as simple as possible with what I already know. But looking back, I built an entire complex form with four...
  12. dale3972

    Summing totals in text fields on forms.

    Thanks Tamar. But I am trying to stay away from classes and anything non 2.6 as I can. I was left with converting several Worthless Check applications into Visual and I am going to keep it simple as possible. I know I have to rebuild the forms but that is all I am going to do. When it comes...
  13. dale3972

    Summing totals in text fields on forms.

    I meant that I would have never known that the parenthesis would be the source of my frustration. Much thanks!
  14. dale3972

    Summing totals in text fields on forms.

    I would have know that parenthesis would be the source of my frustration. The story may be long winded, does not matter as long as it works. lol. Thanks again! :)
  15. dale3972

    Summing totals in text fields on forms.

    You guys are great. Dave I did look at the value property and can see the possibilities with it. Thanks. Olaf, problem solved, what I was not doing was putting the parenthesis around the ck_paid + da_paid + fee_paid in the control source. I did and now everything works fine! Thanks! In Fox...
  16. dale3972

    Summing totals in text fields on forms.

    Hello again. Thanks for all the help in the past. I have managed to convert all my 2.6 forms into beautiful visual forms but I am having a problem with some of the text fields that in the past converted payments into totals. I have tried everything. Here is what I am trying to do. On my...
  17. dale3972

    Where do I declare variables in my form?

    Thanks Olaf and everyone else for all the help! I think I have enough to go on from here. I made the appropriate changes to one of my page frame screens and it appears to be working okay. Once I get it to a point where I think the new VFP application is usable, I will have my clients...
  18. dale3972

    Where do I declare variables in my form?

    Much appreciate the replies! Thanks very much! I think I am trying to over analyze it. My goodness!, it can't be that easy?! What I did after converting each screen to VFP was copy and paste the controls to each corresponding Page Frame. Now, from what I understand, all I need to do is go...
  19. dale3972

    Where do I declare variables in my form?

    ...way I had to do it in GenscreenX tab system. When I opened the program in 2.6 the first form I ran had this in the the - layout - setup code : *:ALL3D *:SCREENSET SCN2b *:SCREENSET SCN3a *:SCREENSET SCN4d *:TABTITLE Worthless Check File *:TABLABEL Main Case *:TABMESSAGE 'Main Case Screen'...
  20. dale3972

    Where do I declare variables in my form?

    ...VFP. When I compile all is looking good. Now I am adding data and need to know where to put my variables: SELECT wc_case SCATTER MEMVAR MEMO * Declare and initialize merchant variables private me_name, me_id, me_addr, me_city, me_state, ; me_zip, me_phone, me_contact m.me_name =...

Part and Inventory Search

Back
Top