Search found 32 matches: span

Return to advanced search

Re: How to: xBrowse Column Span

This will cause only single column to be displayed.

In need to display all the separate columns, but data should be spanned.

If possible, please give your gtalk id to connect to you directly. Mine is: csplsurat@gmail.com
by compaqt
Thu Dec 06, 2012 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to: xBrowse Column Span
Replies: 6
Views: 1138

Re: How to: xBrowse Column Span

Are all the fields type character?
Is this what you want?

oCol:bStrData := { || alltrim(serial)+' '+alltrim(date)+' '+alltrim(customer)+' '+alltrim(amount)}
by Marc Vanzegbroeck
Thu Dec 06, 2012 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to: xBrowse Column Span
Replies: 6
Views: 1138

How to: xBrowse Column Span

... Customer SOUZA remaining characters The display should come continuous without any break in xBROWSE. This is faciliated in EXCEL with column SPAN option
by compaqt
Thu Dec 06, 2012 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to: xBrowse Column Span
Replies: 6
Views: 1138

convert 13 weeks of data to calendar months

... 7/15/10-07/22/10-07/29/10-08/05/10-8/12/10-08/19/10-08/26/10-09/02/10-09/09/10-09/16/10-09/23/10-09/30/10 As you can see the 13 week columns span three calendar months. July, August and September. Each of the columns contains a value for the week indicated. My need is to convert the 13 week ...
by hag
Sat Jul 17, 2010 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert 13 weeks of data to calendar months
Replies: 12
Views: 4122

Re: I'm stuck - "Time" issue

... is the file after the device has been turned off then back on. I manually created D3.dbf just to have a file that was over the midnight time span. Note: the dbf structure is used for other parts of the program so there are many fields that are not used for this test. The fields I am working ...
by Jeff Barnes
Wed Jan 13, 2010 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm stuck - "Time" issue
Replies: 10
Views: 1917

Re: Acces of a file with IP Adress

... from their Network Admin .. once they have folder permisions the UNC will work fine .. no userid or password is necessary. This will even work and span servers as long as the proper user permissions are set \\server1\volume\folder\table.dbf \\server2\volume\folder\table.dbf As long as the user ...
by Rick Lipkin
Sun Sep 06, 2009 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acces of a file with IP Adress
Replies: 10
Views: 2051

Resource-builder

... Import-Edit-Save-Link sequence. 4. Resource Explorer- allows to explore and search resources in other files, folder on your or remote PC. 5. Span-lines in Dialog Editor. Also there are a lot of other improvements and fixes introduced after version 2.6.4 release. Best regards, Igor Siticov ...
by ukoenig
Wed Oct 15, 2008 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Free Resource Editor!?
Replies: 4
Views: 841

Re: ups sorry about the languaje I didn't change to the span

Use SetFile() method for BTNBMP and LoadImage() method for BITMAP.

EMG
by Enrico Maria Giordano
Fri Oct 03, 2008 7:48 am
 
Forum: FiveWin for Pocket PC
Topic: Cambiar imagenes en tiempo de ejecución
Replies: 5
Views: 1457

Ok. I follow. But I also noticed that you can drag the length of the Say control to span over a few days by "grabbing" any of the two ends. right?
by reinaldocrespo
Fri May 30, 2008 10:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11585

... endif IF FILE(CFILE) hFile := FOPEN(CFILE) WHILE HB_FReadLine( hFile, @sLine, aEol ) == 0 ctr++ IF subs(ALLTRIM(sLine),1,8) == "<SPAN ID" // ip is next line ctr := 1 lok := .t. ENDIF IF CTR = 2 .AND. lok myip := sline ENDIF END fclose(hFile) erase (cfile) ENDIF return ALLTRIM(myip) ...
by Richard Chidiak
Wed Nov 14, 2007 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: internet ip address
Replies: 33
Views: 6752

... month, quarter, year), it needs to handle appointments (date and time) and events (date, no time), repeating appointments and events, events that span more than one day, different colors for certain appointments and events, overlapping appointments and events, workdays, holidays, alarms, mutiple ...
by James Bott
Fri Oct 19, 2007 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: browse control
Replies: 24
Views: 4939

... Sans MS'>SUIS GESTION</font></P></TD></TR> <TR> <TD width='90%' height='19'> <p align='center'><SPAN style='COLOR: #003366'><FONT face='Arial Narrow'><B><FONT face=Arial size=1><SPAN style='COLOR: #003366; mso-bidi-font-size: ...
by DanielPuente
Fri Feb 03, 2006 1:07 am
 
Forum: FiveWin for CA-Clipper
Topic: HTML-report
Replies: 2
Views: 1340

... endif IF FILE(CFILE) hFile := FOPEN(CFILE) WHILE HB_FReadLine( hFile, @sLine, aEol ) == 0 ctr++ IF subs(ALLTRIM(sLine),1,8) == "<SPAN ID" // ip is next line ctr := 1 lok := .t. ENDIF IF CTR = 2 .AND. lok myip := sline ENDIF // ? sLine END fclose(hFile) ENDIF return myip
by Richard Chidiak
Wed Feb 01, 2006 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ip address
Replies: 4
Views: 1412

richard, I simply used the code that comes with the xharbour documentation. ANY example that uses hb..SPAN causes a GPF. If you consider that a ZIP file is often used for backup on removable drives (ZIP, flash disks, ecc.), it's a great problem. I don't understand what Antonio ...
by Maverich
Thu Nov 03, 2005 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: zip SPAN
Replies: 8
Views: 3730

Re: zip SPAN

In preceding posts, Antonio said I should use the hbzip.lib found in xharbour.org to Zip files. Ok, I've used it, but calling the function HB_ZIPFILEBYPKSPAN causes a FiveWin GPF. I've tried that function in Xharbour console, it plays well. It seems an incompatibility with FWH. Here's the code: #in...
by Richard Chidiak
Wed Nov 02, 2005 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: zip SPAN
Replies: 8
Views: 3730
PreviousNext

Return to advanced search

cron