Search found 52 matches: sambomb

Return to advanced search

Re: Cryptowall or similar

... indici->rdbf )      SELECT 0      ?? cDbf , ","      USE &cDbf      SELECT indici     SKIPENDDOinkey(0)......  sambomb, It might be a good idea King regards Marco
by MarcoBoschi
Wed Aug 26, 2015 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cryptowall or similar
Replies: 5
Views: 1095

Re: MsgMeter too slow ... (solved)

Samir (sambomb):

Obrigado / Thank you.
by HunterEC
Fri Mar 06, 2015 5:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgMeter too slow ... (solved)
Replies: 5
Views: 889

Re: How to use Advantage Database?

Sambomb,

Se vc vai usar os arquivo no formato DBF, usa exatamente igual sem o ADS.
Code: Select all  Expand view

#include "fivewin.ch"
#include "ads.ch"

function main()

   RddRegister( "ADS", 1 )
   AdsSetServerType( ADS_LOCAL_SERVER )
   RDDSetDefault( "CDX" )
 
by vilian
Tue Feb 24, 2015 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Advantage Database?
Replies: 5
Views: 885

Re: Strange problems on decimals - dangerous bug !!

Hi sambomb,
i did your test. Identical value but it return always 88.

You can download source and executable from http://109.228.12.120/softwaredistribut ... /test3.zip
by Marco Turco
Tue Jan 20, 2015 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems on decimals - dangerous bug !!
Replies: 37
Views: 5149

Re: Help with translations

Joao, Sambomb Nos podeis ayudar con estas ? { "This", "Esto", "", "", "", "Diese", "Questo" },; { "Forward", "Hacia adelante", "", ...
by Antonio Linares
Fri Jan 16, 2015 5:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 16647

Re: Residual process

Sambomb You should disabled previous controls to run proccess. In general cases ------------------- Solution 1) // 1st. To disable dialog or all dialogs Process // 3rd. To enable dialog Solution 2) To capture mouse pointer ...
by hmpaquito
Fri Sep 12, 2014 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Residual process [ SOLVED ]
Replies: 4
Views: 740

Re: How to refresh dialog caption / title ?

HunterEC wrote:sambomb:

Thank you very much.

:wink:
by sambomb
Tue Dec 03, 2013 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to refresh dialog caption / title ?
Replies: 3
Views: 631

Re: How to refresh dialog caption / title ?

sambomb:

Thank you very much.
by HunterEC
Tue Dec 03, 2013 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to refresh dialog caption / title ?
Replies: 3
Views: 631

Re: Setting a Standard

Good morning, I thank everyone's attention. Sambomb what you said I oughta add prg xbrowse.prg in my project right? But I do not wish it, since I want to avoid that prg's more to be added in my project. I would like to recompile the lib FiveWin? ...
by arthursilvestre
Fri Jul 19, 2013 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setting a Standard
Replies: 6
Views: 1925

Re: Get decimal picture

Dear Sambomb

try this :

Function ChangePicture()
Local cPicture := "99,999.999" /// change this line with '9,999,999.999'

oGet[2]:cPicture := cPicture
oGet[2]:oGet:Picture := cPicture
oGet[2]:Refresh()

Return .T.

regards,

Kok
by kok joek hoa
Mon May 20, 2013 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get decimal picture
Replies: 31
Views: 6326

Re: Get decimal picture

Dear Sambomb

Try

Procedure ChangePicture()
cMascara := "999,999.999"
oGt[4]:cPicture := cMascara
oGt[4]:oGet:Picture := cMascara
oGt[4]:setfocus()
oGt[4]:Refresh()
Return

Regards,
kok
by kok joek hoa
Fri May 10, 2013 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get decimal picture
Replies: 31
Views: 6326

Re: Añade tu información y obtén un obsequio :-)

Muchas gracias a Sambomb! :-)

viewtopic.php?f=17&t=24170&p=130350#p130350

Puedes elegir entre una actualización a FWH, ó un FiveMac ó FiveLinux gratuito :-)
by Antonio Linares
Tue May 29, 2012 7:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Añade tu información y obtén un obsequio :-)
Replies: 47
Views: 11353

Re: Provide your info and get a free gift :-)

Many thanks to Sambomb!

viewtopic.php?f=17&t=24170&p=130350#p130350

You can choose from a free FWH upgrade, or a FiveMac or a FiveLinux :-)
by Antonio Linares
Tue May 29, 2012 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Provide your info and get a free gift :-)
Replies: 5
Views: 1018

Re: Copy to USB? Argox/Zebra

Hi Kok,

Thanks for the reply, but for me it's working fine, I have a driver.
I asked sambomb that he have a driver for his printer.

Regards,
Marc
by Marc Vanzegbroeck
Tue May 29, 2012 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy to USB? Argox/Zebra
Replies: 8
Views: 1660

Re: Copy to USB? Argox/Zebra

Dear Sambomb,

using usb parallel printer cable ( brand Aten ) model UC-1284b without changing your code

regards,

Kok
by kok joek hoa
Sun May 27, 2012 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy to USB? Argox/Zebra
Replies: 8
Views: 1660
Next

Return to advanced search