Search found 66 matches: blanks

Return to advanced search

Re: tipo de dato undefine al leer una planilla excel

... Pads numbers with zeros instead of blank spaces R Nontemplate characters are inserted X Adds DB (debit) after negative numbers Z Formats zeros as blanks ( Encloses negative numbers in parentheses ! Converts alphabetic characters to uppercase // The example demonstrates different formatting results ...
by Jeff Barnes
Tue Apr 29, 2014 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tipo de dato undefine al leer una planilla excel
Replies: 3
Views: 814

Re: xHarbour issue: seeking ideas

... ) in Harbour. It can then be viewed also. Using xHarbour, only 8192 bytes are returned, and only the first half are actual characters. The rest is blanks until the EOF marker. In translated XML terms, xHarbour returns only about 21 1/2 lines of XML text. Harbour returns the full 322 lines. Tim
by TimStone
Fri Feb 21, 2014 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour issue: seeking ideas
Replies: 13
Views: 2791

How to work with Blowfish encryption

... or .f.) data, then it will have to be converted to char data, but stored in an 8 byte field. Encrypt as if you have 7 bytes of data (6 bytes are blanks) reserving the 8th byte for the checksum. When retrieved and decrypted, convert back to logical data type for processing. Likewise, numeric data ...
by Roger Seiler
Mon Jan 06, 2014 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to work with Blowfish encryption
Replies: 4
Views: 1770

Re: SqlQuery and Microsoft.ACE.OLEDB.12.0 error

...    := aSpec[ 1 ] Please recompile adofuncs.prg and include in your project. You can experiment with long folder names containing blanks on your pc. With this correction I found it working for me with my DBF file in f:\Base 67 maps\test folder\deep folder\customer.dbf
by nageswaragunupudi
Thu Oct 17, 2013 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqlQuery and Microsoft.ACE.OLEDB.12.0 error
Replies: 14
Views: 3803

Re: encrypting dbf files

... and multi-adaptive computa- tion. Multi-adaptive computation ensures a wide uniqueness within the outputted encrypted string. If a string of all blanks were encrypted you would see a wide distribution of characters. This ensures a reasonable amount of security at a small speed penalty. Of course, ...
by James Bott
Wed Oct 02, 2013 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: encrypting dbf files
Replies: 67
Views: 15851

Re: New FWH 13.07 revised build

... feedback and for your efforts in testing. I shall get back to you on all the issues a bit later. I have a feeling that the cFile may be containing blanks. Please substitute this code in SendEmail() method. Also retain all the traces. cFile := cFilePath( ::oDevice:aMeta[ 1 ] ) + ...
by nageswaragunupudi
Sat Aug 24, 2013 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 13.07 revised build
Replies: 28
Views: 6893

New FTDN March/Marzo 2013 (FWH 13.03)

... inadvertent deletion or hiding of all columns by an application program, resulting in runtime errors. - Fix: Problems with browsing ADO with blanks in column names were fixed in FWH 12.12. However, the changes resulted in a few bugs in incremental seek, which are fixed now. - Enhancement: ...
by Antonio Linares
Thu Mar 28, 2013 11:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2013 (FWH 13.03)
Replies: 0
Views: 2511

Re: picture en xbrowse

I forgot this
please add this line
oBrw:lDisplayZeros := .f. // default value is .t.

When this is .f., blank values are shown as complete blanks instead of 0,00 or " / / ", etc

I also edited the code posted above making some small but important corrections.
by nageswaragunupudi
Fri Feb 22, 2013 10:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: picture en xbrowse
Replies: 10
Views: 2029

New FTDN December 2012 (FWH 12.12)

... * Fix: TXBrowse: Runtime error while browsing recordset with column names containing blanks is fixed: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25359&p=138582 We have been focused lately on the development of FiveWeb: ...
by Antonio Linares
Thu Jan 10, 2013 3:19 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2012 (FWH 12.12)
Replies: 7
Views: 2269

Re: justify a text

... look at Your function, but it does just a WORDBREAK no textadjust. Also the function I'm just testing, doesn't work 100 % because it just includes blanks, to make shorter lines equal to the longest line. The only way will be, to change the font char-width of a line to adjust to the needed length. ...
by ukoenig
Fri May 25, 2012 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: justify a text
Replies: 12
Views: 5480

Re: ESC key blanks out MDI Child dialog

Enrico

Thank you .. I plugged your solution into the valid clause on the activate dialog line and it worked ..

Many Thanks
Rick
by Rick Lipkin
Thu Sep 22, 2011 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ESC key blanks out MDI Child dialog
Replies: 2
Views: 576

Re: ESC key blanks out MDI Child dialog

Code: Select all  Expand view
VALID !GETKEYSTATE( K_ESC )


EMG
by Enrico Maria Giordano
Wed Sep 21, 2011 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ESC key blanks out MDI Child dialog
Replies: 2
Views: 576

ESC key blanks out MDI Child dialog

To ALL I have a dialog embedded within a mdi child and when you hit the escape key .. the dialog box disappears and leaves a grey mdi child frame. This has bothered me for some time but it rarely ever cropped up in production. Just curious if anyone has found a work around ( other than turning off t...
by Rick Lipkin
Wed Sep 21, 2011 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ESC key blanks out MDI Child dialog
Replies: 2
Views: 576

Re: New FTDN August/Agosto 2011 (FWH 11.08)

... seeks, if oBrw:lSeekWild is set to .t., filter is set to match the seek experession anywhere in the field value. The seek expression may contain blanks and wild character like '?'. For highly advanced usage, data bFilterExp is provided. If a codeblock is assigned to this data, instead of building ...
by Antonio Linares
Wed Aug 31, 2011 10:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2998

New FTDN August/Agosto 2011 (FWH 11.08)

... seeks, if oBrw:lSeekWild is set to .t., filter is set to match the seek experession anywhere in the field value. The seek expression may contain blanks and wild character like '?'. For highly advanced usage, data bFilterExp is provided. If a codeblock is assigned to this data, instead of building ...
by Antonio Linares
Tue Aug 30, 2011 7:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2998
PreviousNext

Return to advanced search