Search found 19 matches: databse

Return to advanced search

... empty(cPhone) return 0 endif //if its a user do nothing if val(cPhone) <>0 //phone number build format cPhone := alltrim(cPhone) // in the databse all international numbers have 00 //it must be taken out if substr(cPhone,1,2) == "00" cPhone := substr(cPhone,3) else //all others are national ...
by AHF
Sat Nov 17, 2007 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5743

Encrypt customer's name into a key string , save to somewhere as a file or in databse, for much more bills must printer customer's name .
On login time, compare stored customer name and encrypt key string .

Shuming Wang
by ShumingWang
Thu Jun 07, 2007 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Software Copyright Protection
Replies: 8
Views: 2688

How can we get the record like "Multi scope"?

I've used Clipper5.2/FW2.5/Comix. I would like to scope the databse by cmxSetScope(..,..) but some records is not the continue records. example ----------- Index on type+upper(name) tag .... Type Name ----- -------------------- A John A Jim B Jonatan B ...
by dutch
Sat Jun 02, 2007 5:07 pm
 
Forum: FiveWin for CA-Clipper
Topic: How can we get the record like "Multi scope"?
Replies: 5
Views: 2221

How to Change TsBrowse Columns dynamically from its Dialog.

... radio button, only the 1st field from the database is to be showm in the browser. Again if I click on the 2nd radio button 1st two fields of the databse are to be shown in the browser. Like-wise if I click on the 3rd radio button 1st three Columns of the databse are to be shown in the browser ...
by RAMESHBABU
Thu Mar 23, 2006 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Change TsBrowse Columns dynamically from its Dialog.
Replies: 2
Views: 773
Previous

Return to advanced search