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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by safo2000

  1. safo2000

    foxpro 2.6 report pages

    hi all i am doing some reports for a client in foxpro 2.6 i am trying to number my pages in the report as follows page/total no of pages page is simple just use _pageno but how about total no of pages, how can i get it keep in mind that the repot is dynamic that is it changes all the time...
  2. safo2000

    key label

    thanks for the tips i used context menu with short cuts and visibility=false
  3. safo2000

    key label

    i tried ca8msm's suggestion before i posted my thread (key_down on the form) and got what bclt was saying (the form does not have focus all the time because there r a lot of controls.) is there a option other than the menu??? thanks agian for the help guys
  4. safo2000

    key label

    Hi i made a form with many controls, tab control, buttons,.....i am trying to invoke procedures using the F1,F2,F3..... before the VB.NET era i used to program in foxpro, we had the command ON KEY LABEL F1 DO proc_name is there something to this effect in VB.NET?????????? thanks for the tips
  5. safo2000

    copying files

    hi you know how you use "copy *.jpeg c:\backup" can u do that in a windows form?? is there a function for that??? thanks
  6. safo2000

    searchable combobox

    hey guys, non of the stuff i checked seem to work on a dropdownlist-combobox?????? any ideas
  7. safo2000

    searchable combobox

    what's up ya'll i am trying to find a combobox that is searchable...mind you not on just one key ie if u press one key such as 'e' it goes to the 'e's but i want it searchable on many ie if u presser, i want it to go to er's any ideas
  8. safo2000

    trying to deploy and application on a standalone computer

    I am trying to deploy my application on a standalone 'clean' computer. i installed dotnetframework 1.1 on the computer then installed the application using the setup (created by .Net deploy & distribution proj) well, at the end of the installation, before completion i get this message unable...
  9. safo2000

    pictures in crytal decision

    oooops i found the documentation and samples thanks again
  10. safo2000

    pictures in crytal decision

    ok...that sounds great i installed CR 10 and the utility. i need some documentation about it please. i am kinda new with CR. can u point me to it thanks a lot
  11. safo2000

    pictures in crytal decision

    thanks chelseatech for ur tip. one question, i dont have any of the crystal report s installed, i am just using the crystal decision that comes with VB,net, can i install the utility and see how it work or i need CR 8.5 and up. also i would like to see ur presentation, under which link would i...
  12. safo2000

    pictures in crytal decision

    hi let me see if i can explain this.... i am creating a report for a jewelry stock card. it has all sort of info...wgt, carats..., i also have the address/location path of the stock's picture let's say "C:\images\Ring0001.jpg" (keeping in mind that i have hundreds of pics in the folder) i want...
  13. safo2000

    using a variable from a form in a user control

    i guess i should have thought of that, thanks anyway
  14. safo2000

    using a variable from a form in a user control

    hi i have a form that contains a boolean variable that i need to use in a usercontrol. that is if the the form returns the variable true i perform a sub in the control, else i dont do anything,. if i declare the variable public in the form i cannot see it in the user control. if i declare it as...
  15. safo2000

    Screen Resolution

    hello again you no when u write click on the desktop and choose properties, then u choose setting and tab settings, and u change the resolution....well how can control screen resolution in a VB.NET project..... help would be great thanks in advance

Part and Inventory Search

Back
Top