Search found 40 matches: unusual

Return to advanced search

Fulltext-Search

... a DIALOG here. It's an experiment with using a HASH instead of variables, but you can easily build your own input DIALOG. Using a HASHis a bit unusual at the beginning. I need this search for my DMS system. I will gradually expand the query filters. Best regards, Otto #include "fivewin.ch"static ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1245

strange behavior of a TGet

... I had never noticed this problem, today trying the program I realized that there was something unusual if I activate the bchange I cannot enter any number in the get here the sample test  #include "fivewin.ch"#include "report.ch"#include ...
by Silvio.Falconi
Wed May 12, 2021 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange behavior of a TGet
Replies: 1
Views: 272

Passing Parameters to Excel.

All, I am puzzeled on how to use some of the methods in Excel, because the parameter passing is unusual. Dim sheet As Worksheet Set sheet = ActiveWorkbook.Sheets.Add(After:=ActiveWorkbook.Worksheets(ActiveWorkbook.Worksheets.Count)) Is there a way to make this work in Harbour ...
by byron.hopp
Wed May 06, 2020 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing Parameters to Excel.
Replies: 2
Views: 434

Re: New FWH 19.03

Here is a very unusual situation, and I see it when using SayText( ).                nRow += 2 * nRsp               oPrn:Box( nRow, nCsp * 1, nRow ...
by TimStone
Thu Apr 11, 2019 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.03
Replies: 37
Views: 4955

Re: Another for Lan Network

... walking away from their computer while it is in edit mode. Nobody else can edit the record until they save it. The experience that you had is unusual but can be handled. If the record was legitimately deleted, the save should fail gracefully saying the record has been deleted. It would seem ...
by James Bott
Sat Nov 10, 2018 12:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Lan Network
Replies: 4
Views: 1026

Re: Ribbon Bar Sample ?

... forget ( and never check ) what they have open, and often create havoc. Some have many machines ( up to 20 in some locations ), and it is not unusual for a person to open a Workorder on one computer, go to another and add to it while it is open on the first, and sometimes the system minimizes ...
by TimStone
Fri Oct 26, 2018 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar Sample ?
Replies: 13
Views: 2669

Re: TGif

Dear,

I found an unusual solution, put a wait of. 5 before starting the action, which shows the GIF working.

Thanks for the help.

Att.,
by oliveiros junior
Wed Dec 27, 2017 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGif
Replies: 16
Views: 3247

Re: Google Cloud Platform

... and retail companies. Wendy’s May 11, 2016: In January 2016, Wendy’s began investigating a potential data breach after receiving reports of unusual activity involving payment cards at some of their restaurant locations. The details of that investigation became public in May, as the fast ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4081

Re: Edit the cell of xBrowse

... I did lFirstEdit:=.T. But I don't understand how you can prevent the double click and enter your key combination to activate the edit It is rather unusual requirement. But, ... Not to invoke edit when double click oCol:bLDClickData := { || nil } To prevent EnterKey from invoking edit ...
by nageswaragunupudi
Thu Apr 20, 2017 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit the cell of xBrowse
Replies: 5
Views: 819

Re: Proposal .. 'just not xBase any more'

... and retail companies. Wendy’s May 11, 2016: In January 2016, Wendy’s began investigating a potential data breach after receiving reports of unusual activity involving payment cards at some of their restaurant locations. The details of that investigation became public in May, as the fast ...
by Rick Lipkin
Wed Mar 08, 2017 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5713

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... ) ; newImage->Save( filefin , &cClsid, &encoderParameters ); the FErase commmand does not work on these files with the "unusual" extension. where does the unusual extension come from? these odd files accumulate and don't get deleted by FErase. Change LPWSTR filefin ...
by mastintin
Sat Feb 04, 2017 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6149

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... ) ; newImage->Save( filefin , &cClsid, &encoderParameters ); the FErase commmand does not work on these files with the "unusual" extension. where does the unusual extension come from? these odd files accumulate and don't get deleted by FErase. We will look into this ...
by nageswaragunupudi
Fri Feb 03, 2017 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6149

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... ) ; newImage->Save( filefin , &cClsid, &encoderParameters ); the FErase commmand does not work on these files with the "unusual" extension. where does the unusual extension come from? these odd files accumulate and don't get deleted by FErase.
by don lowenstein
Fri Feb 03, 2017 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6149

Re: ADO : doesn't work anymore

... type while openining a recordset with cursorlocation adUseClient. This has been the behavior since ADO was created. There is nothing surprising or unusual about it. Again, it is not that ADO was made like that. It is because with all RDBMSs, all client side cursors are static cursors. Exceptions ...
by nageswaragunupudi
Mon Nov 07, 2016 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : doesn't work anymore
Replies: 2
Views: 684

Re: 15.10 Browse problem

... to Right - Character values to Left - Bitmaps without any text to Center. We need to use Justify clause or specify alignment only when we want an unusual alignment of numbers to left/center or text to right/center. Fine tuning of alignments: nHeadStrAlign nDataStrAlign nDataBmpAlign nFootStrAlign ...
by nageswaragunupudi
Thu Jan 07, 2016 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.10 Browse problem
Replies: 27
Views: 8402
Next

Return to advanced search