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 Mike Lewis 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: ultimatewilliam
  • Order by date
  1. ultimatewilliam

    client/server app without SQL server

    Thank you all so much for sharing. im sure you could visualize what kind of programmer i am. dbase3+,clipper,foxbase,foxpro26 dos/win <- all these these tools which i have learned from school dealing with structural programming still linger in my mind. The tools that i used when i started...
  2. ultimatewilliam

    client/server app without SQL server

    Thanks Scott. very inspiring..
  3. ultimatewilliam

    client/server app without SQL server

    thank you all for a quick response. just want to share my database programming experience. i actually started using foxpro26win and fortunately have made a lot of apps using that. im very sure you know how it is to create such programs in foxpro26. its like a batch file meeting a particular...
  4. ultimatewilliam

    client/server app without SQL server

    hi! its been a long time.. 1) i want to learn building client/server app. but i dont have sql server for testing.. can i use the native vfp database? do i have to create a DSN to connect? 2) i noticed that in vfp, a DSN is required to connect to sql server. given the location of the sql...
  5. ultimatewilliam

    integrate crystal report with visual foxpro

    thanks! i hope someday i'm gonna be like you guys..
  6. ultimatewilliam

    integrate crystal report with visual foxpro

    would you know also of any free tutorial site where i could start using visual foxpro..? i've been developing apps using foxpro 2.6 for dos and windows and i want to switch to oop or client server or whatever.. you know.. learning how to use and understand classes and the like.. i've tried...
  7. ultimatewilliam

    integrate crystal report with visual foxpro

    i really appreciate your help friend. but the doesn't seem to work for me. any other site to download the file? thanks.
  8. ultimatewilliam

    integrate crystal report with visual foxpro

    oh. ok. i do have vfp 6 only. so i think i need that add-on. would you know where i can get it? pls. thanks..
  9. ultimatewilliam

    integrate crystal report with visual foxpro

    why is my visual foxpro Tools menu does not have Intellisense Manager??
  10. ultimatewilliam

    integrate crystal report with visual foxpro

    looks handy.. thanks a lot!
  11. ultimatewilliam

    integrate crystal report with visual foxpro

    hello! i can run my reports designed in crystal report within visual basic without any problem.. is there a way for me to generate my reports in visual foxpro using crystal report? any help to start with this idea will be highly appreciated. thanks!
  12. ultimatewilliam

    output recordset into a table

    thanks roy.. i did it! i tried adding "table" and it worked. thanks!
  13. ultimatewilliam

    output recordset into a table

    i prefer to create a new table but i recieve the error: syntax error.. i forgot to tell you im using vfpoledb to connect to the database. thanks!
  14. ultimatewilliam

    output recordset into a table

    syntax error :(
  15. ultimatewilliam

    output recordset into a table

    i also thought so.. a dual process: create the recordset then loop thru the recordset that would take time if theres a lot of records. i'll try your first sample. thanks!
  16. ultimatewilliam

    output recordset into a table

    hello! how can i directly output the resultset from a query into a table? processing the following lines creates a recordset in my computer's memory, I think.. cn.Open ConnectionString Set rs = cn.Execute("Select * from MyTable", , adCmdText) thanks!
  17. ultimatewilliam

    passing parameter to a subreport

    hi everyone! I use this line in vb6 to pass a parameter value to a crystal report crpBcclaims.ParameterFields(1) = "parPayee;" & rs!payee & ";true" but how about passing parameter to a subreport??? :) cheers!
  18. ultimatewilliam

    data grouping

    hey thanks madawc! but.. do you mean i'll only have one group? -that is the combination of feild1 and feild2? i'll try it then.. thanks!

Part and Inventory Search

Back
Top