Search found 34 matches: spot

Return to advanced search

Re: Using Excel/FW under Remote Desktop

... and you can install it on all of your workstations. Networking is natural in FW. Thus you can have all the data in one, shared, spot, but do all the processing on the local machine. It certainly would be a lot easier than having to find an Excel multi user solution. Tim
by TimStone
Thu May 11, 2023 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel/FW under Remote Desktop
Replies: 7
Views: 402

Re: Wine under Mac with FWH app

... ATail( ::aPanels ) ... oLastItem:nTop so it seems as oLastItem is nil. If you could post a screenshot of your explorerBar then it may be easier to spot why oLastItem is coming as nil.
by Antonio Linares
Fri May 13, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wine under Mac with FWH app
Replies: 7
Views: 514

Re: Best technic to use the set relation to syntax

... This is the code now for callling Xbrowse. One row and all setting, positions, layouts, colors are dbf based. // Marc, write the code here on the spot. // FOLDER 2 ----------------------------------------------------------------------------------------------- // 2 browsers on 1 folder oBrw[2] ...
by Marc Venken
Thu Jan 06, 2022 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Allow for formatted raw HTML to be included in DOCX

... sounds very interesting...please be so kind as to share an example before and after of the document.xml? by "placeholder" you mean a spot, that you chose, where the raw html should be put? i am very interested in this...also i want to check what happens to the format...a client uses ...
by Ruth
Sat Jul 31, 2021 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Allow for formatted raw HTML to be included in DOCX
Replies: 2
Views: 872

Re: Please make a visual update for errorsysw

... not sure how it could be improved visually that would be of benefit. However, it might be nice if we could add to the dialog box a programmable spot for what the end user should do at that point, ie. an email or phone number to communicate with for support, and perhaps also a programmable method ...
by TimStone
Wed Sep 11, 2019 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Please make a visual update for errorsysw
Replies: 5
Views: 1404

FW_SayText error

... 2019 I have an error with FW_SayText https://i.postimg.cc/7P9GBTBF/errore-fw-txt.png in fact, a number was printed in the blue spot on source I made : //FW_SayText( ::hDCOut, cText, aRect, cAlign, oFont, nClrText, nClrBack ) oBtn[1]:bPainted := { |hDC| FW_DrawImage( hDC, ".\bitmaps\ombrellone.bmp", ...
by Silvio.Falconi
Tue Jul 16, 2019 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SayText error
Replies: 2
Views: 505

Re: trying with tdatabase

... you would have much BETTER code, and less of it. To re-write the code this way would not take days, but rather would be done in minutes at each spot.
by TimStone
Mon Jan 28, 2019 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4784

Re: Color Setting for GET READONLY

Rick, Of course we can, but a few versions back, Nages made a modification so we could actually set a get value in one spot to be applied universally. That change disappeared. Here is why it was important. Some of my clients ( many actually ) complained that the grey used for READONLY ...
by TimStone
Wed Jan 03, 2018 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color Setting for GET READONLY
Replies: 6
Views: 1233

Read the Key state

I have an app with main window

I wish the procedure run another function when the user not use the mouse or any key of keyboard

the function I wish run must be as a screensaver ( spot of Products) when the user press a key or move the mouse it must closed

how make this ?
by Silvio.Falconi
Fri Jan 08, 2016 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read the Key state
Replies: 5
Views: 929

Re: To Antonio : Email feature from Preview

Email options are complicated, so in my application I have several possible ways for it to be configured. The user sets it in one spot and then it is used system wide. I modified the preview source so when an email is selected, it uses the system settings. Yes, I have to modify any new ...
by TimStone
Tue Jun 02, 2015 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio : Email feature from Preview
Replies: 1
Views: 350

Re: OT: Microsoft Surface Pro 3

... have a personal Wi-Fi device from my cell company. I rarely use either one. Free WiFi is so abundant now that it's always possible to find a spot, and the rare times where it is not, I do have my cell wifi. I have always recommended tablets without cell service and everyone has been happy. ...
by TimStone
Tue Jun 24, 2014 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Microsoft Surface Pro 3
Replies: 6
Views: 1274

Re: Scrollbars missing

... showing a blank area where a scrollbar should be. I could go either way on this....no scroll bar would be fine...I just don't like the blank spot on the right of the listbox. Setting no scroll in the resources has no effect either. I have also tried hard-coding in WS_VSCROLL to the Listbox: ...
by Greg Gammon
Tue Feb 18, 2014 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbars missing
Replies: 37
Views: 4726

Re: Network Issue

... I can put in Smi and see the lists of Smiths. There are not many in a population of 400, or 1000, records. Then I look across to the address, spot the one on Oak, and double click on it. Voila ! I'm now looking at the right record. Total search time might be 3-5 seconds with my "filtering" ...
by TimStone
Tue Jan 14, 2014 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10937

Re: New FWH 13.05

Günther,

byte-one wrote:Antonio, it seems, that the clock/date on the msgbar are not running!


Good spot! This is probably the cause of the freeze problem I found.

EMG
by Enrico Maria Giordano
Tue Jun 11, 2013 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 13.05
Replies: 26
Views: 3368

Re: MoveWindow()

... I create a Dialog (oDlgTest). There is a button is the Dialog that creates a new Dialog (oDlg). It is oDlg that I want to place in a certain spot of oWnd. But if I use either oDlg:Move() or MoveWindow() it places oDlg based on the actual computer screen size not based on oWnd. Since all the ...
by Jeff Barnes
Wed Feb 20, 2013 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MoveWindow()
Replies: 5
Views: 1012
Next

Return to advanced search