Search found 230 matches: robb

Return to advanced search

Re: "Text" Date/Time to "Number" ?

Thanks Rao. The secs() function in harbour actually gets mapped to hb_sec() in dateshb.c, which took me a few minutes to find. But I see a bunch of potentially useful functions there now that I'm going to test to see if I can get rid of the code I'm currently using and revert to native harbour.

Robb
by rhlawek
Tue Aug 16, 2022 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Text" Date/Time to "Number" ?
Replies: 8
Views: 497

Re: Message Bar Changing Title Bar

Dear Robb,

Pleae try this:

oMsgBar:lInfoRes = .F.
oMsgBar:lCheckRes = .F.
by Antonio Linares
Sat May 14, 2022 5:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message Bar Changing Title Bar
Replies: 2
Views: 249

Message Bar Changing Title Bar

If I add a message bar to a program, then double click on the message bar, the default behaviour is to change the window title from the original title to a title that show memory and resources used. How do I disable this behavior?

Robb
by rhlawek
Fri May 13, 2022 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message Bar Changing Title Bar
Replies: 2
Views: 249

Re: BOA for harbour ?

Robb, HbWeb is a light weight web server specially coded to allow you build web apps in a new and very nice way :-) The idea is to implement the FiveWin easy of use syntax for the web, without having to install Apache, mod_harbour, ...
by Antonio Linares
Fri Apr 29, 2022 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 634

Re: Runtime with Windows 7 - New builds

Robb, I use Visual Studio for development and testing, but .mak files for the actual distribution .exe files. I also still have VS 2019 installed, so I have the older files. On that version I will continue to build the distribution ...
by TimStone
Thu Apr 28, 2022 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 561

Re: Runtime with Windows 7 - New builds

... libs=legacy_stdio_definitions{msvc} ldflags=/SUBSYSTEM:WINDOWS,5.01{msvc} cflags=/D_USING_V110_SDK71_{msvc} cflags=/D_WIN32_WINNT=0x0501{msvc} Robb
by rhlawek
Thu Apr 28, 2022 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 561

Re: BOA for harbour ?

Antonio,

How will HbWeb differ from the hbhttpd already in the harbour contrib folder? (I already use this extensively, though I rewrote portions of it for my own purpose.)

Robb
by rhlawek
Thu Apr 28, 2022 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 634

Re: Paste into get

Perfect, thank you.

Robb
by rhlawek
Wed Aug 25, 2021 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paste into get
Replies: 2
Views: 382

Paste into get

I want to select a column of values from excel, copy to the clipboard, then paste that selection into a get where they are inserted into the get as either space or comma separated values. Where can I intercept what is on the clipboard to edit it to insert what I need into the get?

Robb
by rhlawek
Tue Aug 24, 2021 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paste into get
Replies: 2
Views: 382

Re: Error log location

Dear Robb,

From FWH\samples\buildh64.bat

link @msvc.tmp /nologo /subsystem:windows /force:multiple

Yes, I agree with you, we are going to implement those functions as you have suggested :-)
by Antonio Linares
Fri Jun 25, 2021 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 430

Re: Error log location

... static path already being set with the call SetErrorPath( cLogDir ) This might be a change to consider making in the fivewin code. Thanks again. Robb
by rhlawek
Thu Jun 24, 2021 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 430

Error log location

... is how do I redirect appname.log so that it writes to a folder of my choosing, and not in the default location alongside the executable itself? Robb
by rhlawek
Thu Jun 24, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 430

Harbour and new Apple M1

... and the M1 chipset, and the compiled apps then run native arm under MacOS? Thanks in advance for any info or direction of where to find this info. Robb
by rhlawek
Fri Mar 19, 2021 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour and new Apple M1
Replies: 0
Views: 259

Re: how to create a webservice?

Perhaps this will help. Not my work, I just remember this being shared on this forum previously.


viewtopic.php?f=3&t=35210&p=209552


Robb
by rhlawek
Wed May 29, 2019 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to create a webservice?
Replies: 1
Views: 360

Re: stucture of SQL table

In SQL it is referred to as DDL.

https://stackoverflow.com/questions/659 ... e-in-mysql

show create table <database name>.<table name>;

Robb
by rhlawek
Wed May 01, 2019 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: stucture of SQL table
Replies: 2
Views: 560
Next

Return to advanced search