Search found 65 matches: passes

Return to advanced search

Re: Client Server Database Access the xBase Way

... of other data) and the EXE properly opens the needed data to allow client to expand their license key... One thing I have to check. The time which passes after the client issues the request for license extension. After they do this, the prorgam opens the connection to some IP address and to a specific ...
by codemaker
Tue Apr 28, 2009 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 12030

Re: Valid email address

... " ) --> returns .T.                                                                             This address " .@a.com" passes Valid_Email but RameshBabu's function returns invalid
by nageswaragunupudi
Sun Apr 12, 2009 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Valid email address
Replies: 17
Views: 4037

... MySetUp( oRep, oBrw, @oPrnFont ) } ) You specified oFont as the third parameter to be passed to the codeblock, but txbrowse only passes oRep and self (oBrw), so you can't pass oFont. I thought that you were passing the oFont from the Report method and then defining it again. This ...
by James Bott
Thu Sep 04, 2008 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() how can you control fonts etc. in the print.
Replies: 18
Views: 3665

... what I want to do without needing any C code and in a way that integrates very nicely into my application architecture. My impression is that leto passes data by position which is a little on the dangerous side in my opinion. I'll try to explain a bit more what I want to do and then I had better ...
by xProgrammer
Thu Aug 14, 2008 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 12030

A few minor glitches with GROUP, RADMENU

... TRadMenu supports the PIXEL clause in the placement of the TRadio representing the first element of the array passed in to TRadMenu and correctly passes the lPixel setting to its child TRadios but the incrementation of nRow needs to be adjusted. I am using: IF lPixel nRow += 30 ELSE nRow += 2.5 ...
by xProgrammer
Sat Jul 26, 2008 12:52 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A few minor glitches with GROUP, RADMENU
Replies: 0
Views: 638

More on browsing.

Antonio: How do I setup a TBrowse that passes control to a user defined routine until the user presses a key ? I set up this in Clipper via a Tbrowse in the following way: if the user presses Ins goes to add a new record, Enter goes into Edit ...
by HunterEC
Fri May 30, 2008 3:41 pm
 
Forum: FiveWin for CA-Clipper
Topic: More on browsing.
Replies: 1
Views: 878

A Question for Antonio

Hi Antonio In order to support blocked text in GETs we need a GETGETSEL() function. The C code seems fairly easy but it passes in two gint * to be updated with the start and end of the current selection and returns a logical value - corresponding to whether or not a selection has been ...
by xProgrammer
Sat May 03, 2008 11:46 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A Question for Antonio
Replies: 0
Views: 656

Why Some Browses with ADS are slow?

... ( also AdsGetRecordCount ) function of rdd_ads. The problem is not even the making of the author of the library. The function transparently passes on the efficiency or inefficiency of the original functions in the ACE32.DLL ( AdsGetRecordCount or AdsGetKeyCount. Both are twins with same ...
by nageswaragunupudi
Mon Dec 24, 2007 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why Some Browses with ADS are slow?
Replies: 22
Views: 10974

... ---------------------------------- But I don’t understand why these to browsers have different values. Method keydown filters out some keys and passes if there is no hit the value to: return Super:KeyDown( nKey, nFlags ) which I think is the attached window? Maybe someone can explain this. Thanks ...
by Otto
Sat Nov 03, 2007 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - numerical pad on keyboard
Replies: 5
Views: 1273

... shell accepts a ``-c'' argument can use the Linux/sh386 format. UPX decompresses the shell script into low memory, then maps the shell and passes the entire text of the script as an argument with a leading ``-c''.General benefits: - UPX can compress all executables, be it AOUT, ELF, libc4, ...
by karinha
Fri Oct 19, 2007 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: proteger exe contra debuggers y cracks
Replies: 16
Views: 6893

SMTP loses attachments w/ Vista

... the corresponding tSocket class. I use it to send emails with 1) and error.log ( text ) file, or 2) a generated PDF. In both cases, the program passes the path and file name in the array ( aSendFiles ), and the email is sent from this computer and received at the other mail server. The program ...
by TimStone
Sat Aug 25, 2007 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMTP loses attachments w/ Vista
Replies: 41
Views: 10044

Focus

... if I do a preview ( rpreview ), I find that the preview activates another window ( correct behavior ), but once that window is painted, rpreview passes control back to the calling program which then sets the calling dialog in focus, leaving the print window open in the background. You use a stop ...
by TimStone
Fri Aug 24, 2007 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus issue with printing
Replies: 4
Views: 1062

debugger current FWH / xHarbour

... Item 2 - Sometimes the source code area goes blank in one function, then as control with F8 passes to a subordinate function, source code re-appears, then upon control to higher function source code dissappears. This happens especially if I ...
by don lowenstein
Mon Aug 20, 2007 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: debugger current FWH / xHarbour
Replies: 5
Views: 927

... you may review Windows msg WM_COPYDATA. There is a working sample at samples\copydata_16_32 the WM_COPYDATA message is sent when an application passes data to another application WM_COPYDATA wParam = (WPARAM) (HWND) hwnd; // handle of sending window lParam = (LPARAM) (PCOPYDATASTRUCT) pcds; ...
by Antonio Linares
Sat Jul 21, 2007 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX program
Replies: 7
Views: 1941

help #ifndef __HARBOUR__

Hi all, I have one app in 32 bits; my application passes a value to another application that this done in "VB", it app in VB take one value in this format: 0x65 ( hexadecimal ) and it does not admit 101 ( the equivalent one to the value 0x65 ). the ...
by goosfancito
Mon Sep 25, 2006 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help #ifndef __HARBOUR__
Replies: 4
Views: 830
PreviousNext

Return to advanced search