Search found 21 matches: phantom

Return to advanced search

Re: Fusionar datos con PDF.

... si puedes crear el pdf desde fwh con haru por ejemplo. lo que no se es si es posible agrager controles de escrituras, eso repito lo hago con el phantom. ya es un pdf con un form interno. (PDF Filleable) el nombre que le des al campo es el que usaras para crear la plantilla FDF, de eso hay muchos ...
by carlos vargas
Wed Oct 28, 2020 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fusionar datos con PDF.
Replies: 11
Views: 1247

Re: Fusionar datos con PDF.

con pdftk se pueden crear archivo con datos (.FDF) y con un PDF form filled (se puede crear con el pdf foxit phantom) se pueden mezclar. una especie de merge. eso lo he hecho con php pero no es dificil hacerlo con harbour. function MakeFDF( $data, $filefdf ){  ...
by carlos vargas
Tue Oct 27, 2020 9:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fusionar datos con PDF.
Replies: 11
Views: 1247

Re: xBrowse as record adding tool for data tables

... not to generate a unique key unless the user clicks on save. If the user, never clicks on save I would also rather not have to deleted that "phantom" inserted record. BTW and this happens to be a frequently discussed theme: I generate sequential unique keys with an SQL stored procedure. ...
by reinaldocrespo
Tue Oct 24, 2017 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 2982

Re: Visualizacion negra en un Browse Con Windows 10 Creator

Garbi What .rc editor are you using ? My initial guess is that you have a 'phantom' control in your form that is out of range and shows up as the black image. Go back into your forms editor and 'click' outside your browse in the area of your black image .. and ...
by Rick Lipkin
Tue Jul 04, 2017 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visualizacion negra en un Browse Con Windows 10 Creator
Replies: 12
Views: 2128

Re: Libreria rddads

... pRecord; /* Buffer of record data */ HB_ULONG maxFieldLen; /* Max field length in table record */ HB_BOOL fPositioned; /* HB_TRUE if we are not at phantom record */ HB_BOOL fShared; /* Shared file */ HB_BOOL fReadonly; /* Read only file */ HB_BOOL fFLocked; /* HB_TRUE if file is locked */ int iFileType; ...
by CarlosFossati
Thu Sep 22, 2016 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libreria rddads
Replies: 4
Views: 1235

Re: TDataRow and ADO questions

... this version oRec := TDataRow():New( oRs ) oRec:Edit() // displays edit dialog with Undo, Cancel and Save buttons. Appending New Records: Create a phantom blank record by specifying .t. as 3rd parameter. oRec := TDataRow():New( cAlias/oRs, nil, .t. ) // 3rd param .t. indicates new blank record ...
by nageswaragunupudi
Thu Jun 06, 2013 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDataRow and ADO questions
Replies: 48
Views: 11405

Re: xBrowse and new blank row ( MySql )

... row and , validating it , insert it . Thanks in advance ! Can be done, but a bit complex. Let us also keep in mind that this is not based on a phantom row concept but is based on appending a new physical record and later deleting it if not filled by the user. When the user tries to go past ...
by Rimantas
Mon Mar 11, 2013 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and new blank row ( MySql )
Replies: 3
Views: 890

Re: xBrowse and new blank row ( MySql )

... row and , validating it , insert it . Thanks in advance ! Can be done, but a bit complex. Let us also keep in mind that this is not based on a phantom row concept but is based on appending a new physical record and later deleting it if not filled by the user. When the user tries to go past ...
by nageswaragunupudi
Mon Mar 11, 2013 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and new blank row ( MySql )
Replies: 3
Views: 890

Re: Urgent Problem with new FWH12.02

Dear Carlos, ads in adt type file, in a DD, its fail in found a field if the pos of cursor is the phantom record (eof+1), the error show "the var XX not found" where varf is a field name, i sure of field exist, if the cursos skip to valid record post, the field ...
by dutch
Thu Mar 15, 2012 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent Problem with new FWH12.02
Replies: 10
Views: 2220

Re: Urgent Problem with new FWH12.02

ads in adt type file, in a DD, its fail in found a field if the pos of cursor is the phantom record (eof+1),
the error show "the var XX not found" where varf is a field name, i sure of field exist, if the cursos skip to valid record post,
the field is found.


salu2
carlos vargas
by carlos vargas
Wed Mar 14, 2012 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent Problem with new FWH12.02
Replies: 10
Views: 2220

Re: Trapping CTRL-T ?

... From: "Michael Harris" <michael@perfectpointofsale.com> Subject: Re: Alt key Date: Friday, July 04, 2003 2:00 PM I have tested the phantom button scheme (using their accelerators defined in the PROMPT) suggested by James and Enrico and have got it working. It was not necessary to ...
by James Bott
Tue Sep 20, 2011 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping CTRL-T ?
Replies: 1
Views: 628

Re: resize a column to multiline in xbrowse

... the column width which will then force the entire row depth to be re-evaluated. Since the oLbx2 xBrowse is an array .. I had to create a blank ( phantom ) record when my program starts. Upon execution the array rows are deleted and re-populated as the program runs. I tried your code two ways ...
by Rick Lipkin
Wed May 25, 2011 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a column to multiline in xbrowse
Replies: 23
Views: 7323

... hBmpCursor AS NUMERIC // bitmap cursor for first column DATA l3DLook AS LOGICAL INIT .F. READONLY // internally control state of ::Look3D() in "Phantom" column DATA lHitTop, lHitBottom, lCaptured, lMChange // browsing flags DATA lAppendMode AS LOGICAL INIT .F. READONLY // automatic append flag ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5409

I created a simple FWH app to test this problem, but have been unable to duplicate the Vista phantom dbf behavior with it so far. So no point in posting it here. Yet I still get the problem with the original app on Vista where it was noticed - whenever I uninstall and ...
by Roger Seiler
Fri Aug 01, 2008 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phantom dbf files with Vista
Replies: 4
Views: 1059

... explanation of UAC concept of Vista that guys like me have had trouble grasping. But I'm still searching on the Inet for an explanation of how phantom dbf files get created in Vista. I plan to post a simple test that demonstrates the issue. - Roger
by Roger Seiler
Fri Aug 01, 2008 2:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phantom dbf files with Vista
Replies: 4
Views: 1059
Next

Return to advanced search