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 strongm 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. sntnkndg

    cannot convert parameter 1 from 'char' to 'const char *'

    Hello trollacious, Thank you for your response. I must say I had tried to be too specific and had missed out to mention that szExtract is an array. The actual piece of code goes like this: ===== short CSQLBox::fnTest(const TCHAR *varInput) { CS_CHAR szExtract[10]; szExtract[0] = _T('\0')...
  2. sntnkndg

    cannot convert parameter 1 from 'char' to 'const char *'

    Dear Experts, I am stuck up with a piece of code, which I am not able to break. Could you kindly help me out. Situation: I am trying to perform a string comparison between 2 variables, one defined as const TCHAR * and other defined as CS_CHAR, inside an Embedded SQL program in C++. My relevant...
  3. sntnkndg

    Problem with PasteSpecial feature

    Hello Geoff, Thank you very much for your response. I understand that this is a basic behavioral difference between Paste and PasteSpecial. But I am not sure how to change the range. I tried using Collapse, but that didn't work: Code ---- Selection.Collapse Direction:=wdCollapseStart ----...
  4. sntnkndg

    Problem with PasteSpecial feature

    Hello Everybody, I am facing one strange problem in one of my VBA applications. The application uses the normal "Paste" to paste one copied signature file. I would like to use the "PasteSpecial" feature instead, so that only the text of the signature file gets inserted and not its background...
  5. sntnkndg

    Printing Query Results in Access

    Hello Everybody, I must admit that I am newbie in Access VBA and need some basic guidance. I have an access form with a PRINT button. Once pressed, the program is supposed to run a query and print out the results in some specific structure in excel format. Could you kindly suggest how to...

Part and Inventory Search

Back
Top