Search found 59 matches: existence

Return to advanced search

Re: First steps

Hello Antonio,
thank you for the information.
I don’t know how it happened but I forgot about the existence of fiveform.
I tested now and I replace Visual Union. The version I have is of Visual Union is from 2008.
This is exactly what I was looking for.
Best regards,
Otto
by Otto
Wed Apr 03, 2013 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: First steps
Replies: 11
Views: 3499

Re: records disappear

... could use a (sort of) backup DBF where you also register your latest activity of the initial DBF. If a record dissapears on the DBF, its initial existence should be in the backup DBF and that could provide more info for a pattern, or a way to reproduce it.
by Antonio Linares
Fri Jan 25, 2013 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records disappear [solved]
Replies: 41
Views: 6888

Re: New class TUpdate

A small enhancement, to check the existence of the folder on the ftp-server Just replace ::oFtp:SetCurrentDirectory( ::cFtpFolder ) with IF !::oFtp:SetCurrentDirectory( ::cFtpFolder )        MsgStop ("Updateverzeichnis auf ...
by StefanHaupt
Tue Jan 08, 2013 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class TUpdate
Replies: 25
Views: 7111

Re: Problem with File() function

... the same folder as the .exe. I do set the Default to the .exe location and that usually is a network share someplace... and I usually test for its existence on program startup: cFILE := GetModuleFileName( GetInstance() )aDIR  := DIRECTORY( cFILE )dEXE  := aDIR[1] ...
by Rick Lipkin
Fri Nov 02, 2012 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with File() function
Replies: 6
Views: 1106

OT: Windows 8 by numbers

... year there no more PC sale without touch screen. I think that in less than 1 month, Windows 8 will have more market that Linux had throughout its existence, and in less than 6 months, more than OSX. Some users are reporting that it is possible to make the Windows 8 update from pirated versions ...
by norberto
Wed Oct 31, 2012 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 8 by numbers
Replies: 9
Views: 2458

Re: ADS Versions

... data caching and temporary file handle pooling, and these technologies are not compatible with 5.7 and older clients as they attempt to verify the existence of the physical temporary file when opening a static cursor. So again, you can change the server and never touch your app. I do it all the ...
by reinaldocrespo
Wed May 23, 2012 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Versions
Replies: 13
Views: 3774

Re: isexerunning

Enrico, Otto, thanks, but dont work to me. I wanted check the existence of another instance the application before creating the main window, before checking the User, open files, etc. all the solutions posted work after the main window created .I wanted ...
by norberto
Sat May 05, 2012 11:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: isexerunning (Solved)
Replies: 18
Views: 3999

file() -returns .f. when file is present?

Hi. I'm checking for file existence using file( cfile ). It returns false. However when I check the directory, I see the file is present. This is the file I'm checking for: C:\Users\ADMINI~1\LOCALS~1\Temp\page001.png Here is the actual ...
by reinaldocrespo
Thu Jan 05, 2012 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: file() -returns .f. when file is present?
Replies: 4
Views: 695

Creating an Open Office spreadsheet file .xls

To All In searching the forums I have seen references to xBrowse and Open office but I have not seen an example of testing for the existence of Open Office or Excel .. and being able to create an ADO Open Office spreadsheet .xls Again, I have seen bits and pieces ( enclosed is a vb script ...
by Rick Lipkin
Tue Nov 01, 2011 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12136

Re: xBrowse & SQLRDD

Any ideas why this was put in here? Because we were not sure about the existence/functionality of some Ord???() functions in SQLRDD. We preferred not to use such functions rather than creating run-time errors. With your help we shall try to implement this functionality. ...
by nageswaragunupudi
Thu Oct 06, 2011 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse & SQLRDD
Replies: 55
Views: 13085

Re: SMB2

I found a good description of the SMB2 problem in http://stackoverflow.com/questions/546486/what-is-the-best-way-to-test-for-file-existence-on-a-network-share-on-windows-vis Best regards, Otto My question is a slight variation on the question What is the best way to test whether a file ...
by Otto
Wed Jun 15, 2011 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMB2
Replies: 13
Views: 8840

Re: pdf to jpg convertor ?

Richard, OK, so the PDF document is NOT the invoice? What is it? Is it already in existence when the report is printed or is it created when the report is printed. Why does the PDF need to be a JPG? Are you using the report class or the printer class to generate ...
by James Bott
Tue Nov 30, 2010 5:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: pdf to jpg convertor ?
Replies: 13
Views: 2789

Re: "No Default Printer" message on Windows 7 64-bit

... name Printersetup() - nothing happens at all UD_PrnGetName() - a function I written myself a while back when I didn't know of GetDefaultPrinter() existence. This one would cause the message "There are no printers installed! Please exit this application and install a printer" to appear. ...
by hua
Fri Oct 08, 2010 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6273

Re: Number of days

... approach (it wasn't actually in xBase) was like this nAgeInYears = ( dAgeAtDate - dBirthDate ) / 365 which is doomed to failure because of the existence of leap years. Attempted modifications included adding a small fractional day, adding an INT() function etc. (They hadn't actually tried dividing ...
by xProgrammer
Tue Apr 13, 2010 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of days
Replies: 9
Views: 3046

Re: BCC 5.5.1 vs 5.8

Marco,

Aparently the advantage is the existence of some header files that are not available in bcc55, but besides that we have not noticed a sensible difference, though obviously there might be internal changes :-)
by Antonio Linares
Thu Mar 11, 2010 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 5.5.1 vs 5.8
Replies: 5
Views: 1153
PreviousNext

Return to advanced search