Search found 648 matches: moving

Return to advanced search

records on xbrowse

I can Know how many records are on xbrowse ?
I explain

I would like to activate the arrows for moving the records (up and down) only when the records are greater than the normal number displayed in the xbrowse table
by Silvio.Falconi
Mon Mar 25, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 213

Re: To Nageswrao Del Objs on TscrollPanel

... Yes. The function I provided does not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes this mistake for me https://i.postimg.cc/G34Z81nn/1.png
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Re: FW_SaveImage

... large formats through the FW_SaveImage function. To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received the device context of the screen. It used to work, now it doesn't.
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 351

link error

I'm moving from a previous version of BCC to BCC74 32bits , xharbour last version and fwh23.10 , I get this error when linking, is it missing a lib in make? Error: Unresolved external '___get_std_stream' referenced from \XHARBOUR32\LIB\COMMON.LIB|hbtrace ...
by NWKL
Sun Feb 11, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 421

Re: Mark field as required

You can do this:
@ 0,0 SAY "Test *" of oDlg//Monospaced font
@ 0, 6 GET of oDlg
oDlg:aControls[1]:SayText() //color the "*" symbol red

it works well, but it may need to be updated :SayText when moving the window off/on the screen
by Natter
Sun Feb 04, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1585

file ID in the Windows file system

... unique within a volume. The new file system will assign an ID based on its own criteria and sequence. **General Considerations:** - **Copying vs. Moving**: Moving a file within the same volume usually retains the file's ID because the file isn't being duplicated, just relocated. However, copying ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 530

Re: Question about deleting files and the trash

Javier,

Just moving to the trash, how do I do that?

To everyone, any idea what is going wrong?

Thanks.
by driessen
Wed Jan 03, 2024 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 991

Re: Booking xbrowse example

... lose many hours due to the slowness of the Internet connection or many days the Internet connection is unusable and there is serious thought of moving the work back to desktop-type management software on Windows, in the hotels and shops at least in my city they do not use software on the web ...
by Silvio.Falconi
Sun Dec 31, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 2728

Re: Booking xbrowse example

... usefull prg in Windows with the features i list above and the possibilty to insert a reservation clickinking with the mouse One or more cells , or moving the reservation to another room or period. in this way the example of nages is nice but in Italy it is unusable at least for what I need and ...
by Silvio.Falconi
Sat Dec 30, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 2728

Re: Question about deleting files and the trash

Hello Secarse: Have you tried moving it to the trash without deleting it? It disappears from the source folder and goes to the trash can. greeting Javier Lloris javierllorisprogramador@gmail.com Blogs personales: Programación: https://javierlloris.blogspot.com/ ...
by jll-fwh
Tue Dec 26, 2023 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 991

Question about deleting files and the trash

Hello,

If I delete a file in my application, of course, the file is gone.
But is there a possibility to delete file in a way that the deleted files can be restored from the trash?
Moving to $Recycle.Bin doesn't seem to be enough.

Thank you.
by driessen
Thu Dec 21, 2023 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 991

Back after 10 years due to illness [ Javier Lloris ]

... and libraries saved on 3" floppy disks went in the trash. Years of work in the trash, oh my goodness (everything came together at once, moving, illness and your wife leaving you with the second cancer, because I didn't help much to organize everything well, but that's life). Entre organizar ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 322

Re: Moving the dialog

Thank you, Antonio! I'll try to figure it out. It was the code block :bPainted that caused delays when
pulling the window out from behind the screen. I needed an understanding of when to execute this block of code and when not to
by Natter
Mon Oct 23, 2023 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 472

Re: Moving the dialog

Dear Yuri, when a window, dialog or control is painted, FWH evals oWnd:bPainted if defined from METHOD Paint() CLASS TWindow      if ValType( ::bPainted ) == "B"         uVal = Eval( ::bPainted, ::hDC, ::cPS, Self )      endif ::cPS is initialized from METHOD _BeginPaint() ...
by Antonio Linares
Mon Oct 23, 2023 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 472

Re: Moving the dialog

1. How can I find out that part of the window is shifted behind the screen ?
2. How can I find out that the window update is caused by moving it to the screen ?
by Natter
Mon Oct 23, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 472
Next

Return to advanced search