Search found 13 matches: messagebeep

Return to advanced search

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: multiple defintions, forst defined here

I changed the folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below he...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20348

Re: FWH as a Service

... = SERVICE_RUNNING;  SetServiceStatus( hServiceStatus, &ServiceStatus );  // InitService();  MessageBeep( -1 );  MessageBeep( -1 );  MessageBeep( -1 );  return;}HB_FUNC( STARTSERVICECTRLDISPATCHER ...
by Antonio Linares
Thu Dec 03, 2015 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH as a Service
Replies: 17
Views: 3688

Re: Report with a blank page after each printed one.

... sample : ACTIVATE REPORT oReport ; WHILE Test->State = "A" ; FOR Test->Salary > 1000 ; ON STARTGROUP oReport:NewLine() ; ON END MessageBeep()
by Silvio.Falconi
Sat Jan 03, 2015 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report with a blank page after each printed one.
Replies: 2
Views: 563

Buzzer en CE 5.0

... ScanPal 5100 emita un sonido después de leer un codigo de barras y comprobar que existe dicho codigo. En el emulador suena usando MsgBeep y MessageBeep, pero en el Pocket no suena nada. El pocket tiene instalado Windows CE 5.00 y en el panel de control hay un icono llamado Buzzer donde permite ...
by gmart1
Wed Oct 23, 2013 12:13 pm
 
Forum: FiveWin para Pocket PC
Topic: Buzzer en CE 5.0
Replies: 14
Views: 6683

Re: RPreview mal en xp

Si en el código en C incluyes esta llamada:

MessageBeep (-1 );

ó

MessageBox( 0, "aqui", "ok", 0 );

te puedes asegurar de que se esté llamando tu función
by Antonio Linares
Fri Oct 11, 2013 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPreview mal en xp - SOLUCIONADO (a medias)
Replies: 52
Views: 11457

Re: sound on key press

Did you try ?
oMss:bKeyDown = { || messagebeep() }
by MarcoBoschi
Wed May 12, 2010 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sound on key press
Replies: 3
Views: 638

Re: sound on key press

Mr Marco,

REDEFINE GET oMss VAR cMss ID 130 MEMO OF oDlm
oMss:bKeyChar = { || messagebeep() }

NOT RUN !
by MdaSolution
Wed May 12, 2010 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sound on key press
Replies: 3
Views: 638

Re: sound on key press

... // for tone usage DEFINE DIALOG oDlg @ 1 , 1 GET oGet1 VAR cVar1 OF oDlg // oGet1:bKeyChar = { || tone(100,.1) } oGet1:bKeyChar = { || messagebeep() } ACTIVATE DIALOG oDlg CENTER RETURN NIL
by MarcoBoschi
Tue May 11, 2010 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sound on key press
Replies: 3
Views: 638

Re: GetPrintDC()

... static function NextPage() local hOldRes := GetResources() local aFiles := DEVICE:aMeta if nPage >= len(aFiles) MessageBeep() RETU nil endif nPage++ SET RESOURCES TO cResFile oMeta1:SetFile( aFiles[ nPage ] ) oPage:SetText( TXT_PAGENUM + LTrim( Str( nPage, 4, ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

C code in FiveWin

... the source a windows dialog box says that not exists a function _MessageBoxA vinculated to the library User32.dll, The mistake is that if i used MessageBeep() , everething is ok. in some winapi functions go and in others nothing. whats wrong. You have use Borland 32 bits this way (for XBase++) ...
by Antonio Linares
Wed Aug 27, 2008 7:38 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65364

... static function NextPage() local hOldRes := GetResources() local aFiles := DEVICE:aMeta if nPage >= len(aFiles) MessageBeep() RETU nil endif nPage++ SET RESOURCES TO cResFile oMeta1:SetFile( aFiles[ nPage ] ) oPage:SetText( TXT_PAGENUM + LTrim( Str( nPage, 4, ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3362

... de página se llama a la función MyBitMap() ACTIVATE REPORT oReporte; ON STARTPAGE MyBitMap(oReporte,.5,1.0,.5,.52); ON END ( oReporte:ENDLINE(),MessageBeep()) Y esta es la función MyBitMap() FUNCTION MyBitMap(oReporte,nRow,nCol,nWidth,nHeight) oReporte:SayBitMap(nRow,nCol,".\MiLogo.Bmp",nWidth,nHeight,1) ...
by Armando
Thu Dec 27, 2007 6:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lineas de separacion en un Report
Replies: 18
Views: 4499

Return to advanced search