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!

Search results for query: *

  • Users: sqlpro
  • Order by date
  1. sqlpro

    need ideas on count()

    Hi Nathan how do i get total no of tasks of a client in another col i mean if u take abv example client,Category,No.ofRequests,CompletedTasks,UncompletedTasks,allrequests Micrsosft,bugs,10,8,2,10 IBM,finance,22,0,22,23(here this 22+1) IBM,fixes,1,1,0,23 like that bcoz i wanted to keep the...
  2. sqlpro

    need expert opinion on database design

    Yes,Mike u r right in ur opinion.we have some tables that can b very huge.and also we've some clients who cannot pay full sql server license.so we r thinking of splitting databases ofcourse mostly for overcoming 2gb limit. One of the important reasons we moving to sql server is corruption in...
  3. sqlpro

    need ideas on count()

    Thank you very much Nathan. Thats exactly what i am after :-) cheers
  4. sqlpro

    need ideas on count()

    Thanks Nathan actually i want count of Yes and count of Nos for example say the output col are client,Category,No.ofRequests,CompletedTasks,UncompletedTasks and data is Micrsosft,bugs,10,8,2 IBM,finance,22,0,22 IBM,fixes,1,1,0 Hope i am clear. Thanks cheers
  5. sqlpro

    need ideas on count()

    Hi friends The following query returns list of our cliens requests (categorywise we mark each each client request under a category for example finance,accounts,bugs etc.,), category,total no of requests SELECT ClientGroup.fk_clientid, Client.cl_name, Task.fk_catid, Category.Catname...
  6. sqlpro

    need expert opinion on database design

    Hi friends need idea on database design we are moving our application from foxpro database to sql server. we decided that we'd using MSDE for some clients as they cannot efford a full sql server license. we have our data categorized in 3 types. 1)Client 2)our company specific 3)System-Lookup...
  7. sqlpro

    error with Adir()

    Thanks Brian That is very useful link :-) cheers
  8. sqlpro

    error with Adir()

    No Craig i finally endedup taking files into a text file(using List())and creating a cursor from that text file. cheers
  9. sqlpro

    error with Adir()

    actually i thought of that. what if i dont know the extension of files that exist in the folder? how can i specify that i want only first 10,000 files then next 10,000 like that... Thanks for ideas :-) cheers
  10. sqlpro

    error with Adir()

    Hi danceman Thanks for the post. No i did not try mapped drive. actually i'm think the problem is with no of files. if the folder contains only 10000 files then abv command works perfectly if it exceeds 12000 then i get abv error. i am wondering how to get around that cheers
  11. sqlpro

    error with Adir()

    Hi friends i am getting an error with following command lntot=ADIR(x,'\\ben\C\Vip_versions\tstnzgp\doc\*.*') error is Invalid subscript reference actually abv folder contains around 14000 files. is there any workaround for this? Thanks cheers
  12. sqlpro

    need idea on shortcut menus

    Thanks Malcolm Thats what i finally decided :-) cheers
  13. sqlpro

    activex error

    Yes,Craig Now we r using Installshield for VFP8 application. Thanks :-) cheers
  14. sqlpro

    activex error

    It seems we finally got it working. we copied following files from our vfp8 runtime and registered them on our client machine RICHED.dll riched20.dll riched32.dll RTFWRAP.ocx (this is actually our activex control) only thing is we copied these files our application installation directory and...
  15. sqlpro

    activex error

    Hi friends i am having problem with a control (richtextbox)in runtime on WINXP os. it is giving error like "Ole error code 0x80007000e:Not enough storage is available to complete this operation" actually we created a activex control in vb and using it foxpro. funny thing is it happens...
  16. sqlpro

    need idea on shortcut menus

    Hi Malcolm I already have read events in main() like following *!* adding special events to _screen to use systray class, PUBLIC goScreen goScreen=ScrEvents() && create _screen object BINDEVENT(_screen, "resize", goScreen, "Scrresize") ***** end *!* display search screen as default screen...
  17. sqlpro

    web enable

    Thanks Jim I'll cheers
  18. sqlpro

    web enable

    Thanks for the post Jim actually i did not know abt web-connect product. i'll check it out. Thank you very much u guys are very cool :-) cheers
  19. sqlpro

    web enable

    i found it http://www.west-wind.com/presentations/internetenabling/InternetEnabling.htm cheers
  20. sqlpro

    web enable

    Hi Barbara i found the article but it says.. PRINT ONLY: This article is not available online. You can read the complete article in the print edition of FOXPRO ADVISOR. To start your subscription, buy an annual compilation CD, or buy the print issue this article appears in, go to Advisor...

Part and Inventory Search

Back
Top