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 Chriss Miller 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: vie3548
  • Content: Threads
  • Order by date
  1. vie3548

    SSR_GETUSERTMPSTR fails

    Hi, Can anyone advise me on why SSR_GETUSERTMPSTR returns false. I have the coding below. SSR_GetAllUserInfo is working fine. I used SSR_GetUserTmpStr to download the fingerprint template but it always returns false. Did i miss something here?pls advise Thanks, Elvie sdwEnrollNumber = ""...
  2. vie3548

    STRCONV(,15) VFP6

    hi, how to convert below codes in vfp6 SET LIBRARY TO LOCFILE("vfpencryption.fll") cStr="abcd" ?LOWER(STRCONV(Hash(cStr,2),15)) result : 88d4266fd4e6338d13b845fcf289579d209c897823b9217da3e161936f031589 thanks for help.. Vie
  3. vie3548

    MEMO FIELD NULL INSTEAD OF EMPTY STRING

    hi guys, im using SPT updatable cursor to update mysql database backend. updating is working fine. but i have issue with memo fields. in mysql, i have field: narration varchar(500). using SQLEXEC(), this field converts to memo field in vfp cursor as it's more than 254 chars. to update backend i...
  4. vie3548

    PACK() in PHP via VFP

    hi, can anyone help pls.. i have php code which i need to be converted in vfp. i need to get same result. have anyone tried this.. pls help i have sprintf and base64_encode routine. for sprintf(), i can get same result using : RIGHTC(Transform(LEN(CREATEBINARY(1)), '@02X'),2) PHP...
  5. vie3548

    FOXBARCODEQR FOR UNICODE

    hi i am using foxbarcodeqr to generate qr code, it is working fine for non unicode characters. but if i passed string with arabic text its printing different characters. is foxbarcodeqr supports unicode/utf-8 characters? is there anyone has tried this? pls help. Thank you. Elvie
  6. vie3548

    thread184-1791567 Hi Sir Marco,

    thread184-1791567 Hi Sir Marco, sorry i am new here. i tried your code in uploading file via http url but i am unable to make it work. status returns 200 but no file was uploaded. Did i miss something. pls help #DEFINE crlf CHR(13)+CHR(10) strFile="C:\Downloads\RSL6952.PDF"...

Part and Inventory Search

Back
Top