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

  • Users: senweb
  • Content: Threads
  • Order by date
  1. senweb

    concatenation operation for two variable

    Can any one help me solve an issue in VB6: dim C1,C2 as double C1=15 C2=17 By executing a query i will get an integer (field name Wrnk) (ex: 1 or 2) with that i assign as C2=C2-C1 like: C & Int(SQL!Wrnk) = C & Int(WSQL!Wrnk)-C1 in coding i can able to see SQL!Wrnk=2 but its not concatenate...
  2. senweb

    How to exclude particular group summary from crystal report

    Hi, Can any one help me to find a solution for the follwing: i don't want to show a selected group summary - how to do this? Ex: Group names are: A, B, C, D all the above groups having sum() in its group footer. here i don't want to show sum() of Group B and the rest should be...

Part and Inventory Search

Back
Top