Search found 25 matches: colon

Return to advanced search

Re: Font sizing for printout.

... anything like this in a long time, but below (after my signature) is a note from my FW printing notes file. Keep in mind that everything from the colon on is a remark. I don't know why I did it that way now. I am not sure exactly what you are trying to accomplish, but here are some options: To ...
by James Bott
Tue Jun 23, 2020 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: Saving a CSV-file as a Excel-file

Mark,

No problem at all.

The CSV-files come from Belgian banks and the fields are separated by a semi-colon.
by driessen
Thu Dec 19, 2019 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving a CSV-file as a Excel-file
Replies: 8
Views: 1064

Re: Make hash work with colon

Ok, Nevermind, I found the answer in a post I posted in 2015.

Sorry guys, it's my age.

Add the line:
#include "xHb.ch"

Thanks,
by byron.hopp
Sun Sep 02, 2018 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make hash work with colon
Replies: 1
Views: 459

Make hash work with colon

If I create a hash as follows: Local hHash := Hash() HSetAACompatibility( hHash, .t. ) HSetCaseMatch( hHash, .f. ) hHash["lBoolean"] := .t. hHash["cString"] := "My String" In my program I have to reference it as: ?hHash["lBoolean"] ?hHash["cString"] ...
by byron.hopp
Sat Sep 01, 2018 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Make hash work with colon
Replies: 1
Views: 459

Re: FiveWeb Questions

... encrypt the text with no luck. See below for my simple login ... can you give me an idea on how I can encrypt the text?\ FYI, I am using a double colon (::) to separate my fields.    @ 265, 189 BUTTON "Ok" SIZE 110, 40 OF oDlg ;      ACTION ( "document.location ...
by Jeff Barnes
Wed May 04, 2016 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25574

Re: XBROWSE colon tooltip?

Thank you very much.

This is what I want.
by Horizon
Wed Feb 24, 2016 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE colon tooltip?
Replies: 4
Views: 776

Re: XBROWSE colon tooltip?

cnavarro wrote:I do not understand it means "colon": cell, column?


Sory, I mean cell.
by Horizon
Wed Feb 24, 2016 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE colon tooltip?
Replies: 4
Views: 776

Re: XBROWSE colon tooltip?

I do not understand it means "colon": cell, column?
by cnavarro
Wed Feb 24, 2016 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE colon tooltip?
Replies: 4
Views: 776

XBROWSE colon tooltip?

Hi,

I have a field that is length bigger than showed in xbrowse. I dont want to adjust colon width or height. I want to show all colon content when my mouse is over.

Is it possible?
by Horizon
Wed Feb 24, 2016 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE colon tooltip?
Replies: 4
Views: 776

Re: FiveWeb Questions

... stumbled on to what is messing me up here.... When returning the filename, it sends "C:\fakepath\myfile.ext" Since FiveWeb is using the colon (:) to separate items, "C" and "\fakepath\myfile.ext" are seen as two separate items. Maybe the pipe (|) symbol would be a ...
by Jeff Barnes
Fri Feb 19, 2016 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25574

Re: bmpfromico

Sorry, I write only now because I have to be in hospital with my mother who is under observation for an illness colon I add the header and it make this error Done.Lines 792, Functions/Procedures 39, pCodes 2855[1]:Bcc32.Exe -M -c -O2  -tW -v- -X -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS ...
by Silvio.Falconi
Mon Jul 13, 2015 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bmpfromico
Replies: 32
Views: 8985

Re: tData for SQL

... need, of course, to specify the public IP address or host name, and if the port number is different than 3389, you can add it too, separated by colon (':'), such as: "1.2.3.4:5678" (where 1.2.3.4 is the IP address, and 5678 is the port number). It's now possible to: a) specify screen ...
by Otto
Tue Jul 08, 2014 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6202

Re: xBrowse error ToExcel()

... 150.00 0.00 0.00 150.00 0.00 0.00 0.00 0.00 ATC MAR EUREKA MED CLINIC GI ENDOSCOPY CL13-00004111 S1301837 2013-01-22 MMM HEALTH CARE 2013-02-14 Colon Vazquez, Victor Colon Gomez Carmen M 148.79 127.27 24.26 -2.74 0.00 0.00 0.00 0.00 JRS MAR GI ENDOSCOPY OFFICE CL13-00004112 S1301672 2013-01-21 ...
by reinaldocrespo
Thu Mar 14, 2013 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error ToExcel()
Replies: 4
Views: 2721

Re: export TREPORT to Excel in Preview

...       oSheet:Cells( nRow, nCol ):Formula := "=SUBTOTALES(9;" + cAdr + ")"  Please note ; (semi-colon) after "SUBTOTALES(9" I shall be glad if you can give me your feedback on this.
by nageswaragunupudi
Sun Apr 08, 2012 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: export TREPORT to Excel in Preview
Replies: 19
Views: 8037
Next

Return to advanced search