Search found 278 matches: modifying

Return to advanced search

Re: prsht.h changes for Borland 64 bits

... can't, sorry, yesterday I was compiling several files and one of them failed with bcc 64 bits, but I just tried again to build all of them without modifying prsht.h and all of them compiled fine. Now I don't remember which exact file gave the error, I modified several modules. I would say it was ...
by Antonio Linares
Thu Nov 10, 2022 8:29 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 9130

Re: SMS Text messaging

... be used in sending the SMS. I would suggest setting up the account, then testing with Reinaldo's code, substituting in your own account info, then modifying it in steps.
by TimStone
Tue Nov 08, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1711

Re: found 90 numbers

Dear Silvio, I was modifying your array to check for a valid result and I just realized that you have LESS than 90 elements on each row !!! So how do you expect that a row has all values from 1 to 90 if they have less elements ? :-) ...
by Silvio.Falconi
Wed May 25, 2022 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: found 90 numbers - Resolved -
Replies: 9
Views: 536

Re: found 90 numbers

Dear Silvio,

I was modifying your array to check for a valid result and I just realized that you have LESS than 90 elements on each row !!!

So how do you expect that a row has all values from 1 to 90 if they have less elements ? :-)
by Antonio Linares
Wed May 25, 2022 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: found 90 numbers - Resolved -
Replies: 9
Views: 536

Re: FW Preview user style

I highly recommend NOT modifying the FW source. I recommend creating a new class that inherits from the FW class and create a method (with the same name) in that new class that contains the modification needed. This way when a new FW ...
by Marc Venken
Wed May 11, 2022 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1702

Re: FW Preview user style

I highly recommend NOT modifying the FW source. I recommend creating a new class that inherits from the FW class and create a method (with the same name) in that new class that contains the modification needed. This way when a new FW ...
by James Bott
Wed May 11, 2022 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1702

ADS - The future is <sadly> now so where do you go ?

... is slated for maintenance termination on 12/31/2022, although there have been no updates for many years. At this point I am facing the dilemma of modifying tens of thousands of lines of code to SQL, or simply sticking with DBFCDX peer to peer ( which is not good when some clients have 10-20 workstations ...
by TimStone
Tue Apr 19, 2022 9:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2794

Re: Button click action

Excellent program, I learned a lot by reading and modifying the original. I am so grateful for this fantastic programming lesson. Living and learning. Thank you master Otto

Regards, saludos.
by karinha
Tue Nov 23, 2021 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button click action
Replies: 19
Views: 1477

Re: libharbour.dll virtual machine activity on dbwin32

... memory much better, as we use the standard Windows API LocalAlloc(), LocalRealloc(), LocalFree(), etc to manage the memory on Windows Also, modifying mod_harbour's entry.c this way (two calls to OutputDebugString()) makes memory liberation work much better: #include <Windows.h>#include ...
by Antonio Linares
Mon Oct 25, 2021 8:57 am
 
Forum: mod_harbour
Topic: libharbour.dll virtual machine activity on dbwin32
Replies: 3
Views: 648

Re: Windows 11 Fluent Design

James, It is just a matter of modifying this function: function FW_DrawShadow( hDC, aRect, nSize, nAlpha )   local hRgn1, hRgn2   DEFAULT nSize := 10, nAlpha := 0x70   hRgn1    := CreateRectRgn( ...
by Antonio Linares
Fri Oct 01, 2021 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9410

Re: Comportamiento bEnd de un Report

... we can build your sample at our end and let you know where the problem is and how to fix it. This is the fastest way we can help you. You may try modifying the sample that I posted earlier ( using fwh\samples\states.dbf ) to reproduce your error.
by nageswaragunupudi
Mon Sep 20, 2021 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error no existe Alias al exportar a Excel (SOLUCIONADO)
Replies: 23
Views: 2204

Re: Lookup method of Tdatabase

... from the planning beach I press a button with the mouse (btnbmp) and open the dialog for entering or modifying the reservation in each btnbmp I have saved some information in cargo such as the INVOICE reservation number So I cannot open function Edit_Reservation( ...
by Silvio.Falconi
Thu Aug 19, 2021 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2869

Re: Lookup method of Tdatabase

... oReserva:setscope( NIL)    return  lFree but it always returned the false value because the current record that I was modifying was also processed in the search, so Nages made me a function with Lookup at this topic http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40586&sid=ebeef669aa73778a7204da39a3d0ff00&sid=ebeef669aa73778a7204da39a3d0ff00#p242632 ...
by Silvio.Falconi
Sun Aug 15, 2021 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2869

Re: ApplyParams Tdatabase

... is needed because I am in modification of that record and when I search for that information it should not be considered the tecord that I am modifying. I'm still not sure why you would need that. Aren't you looking for available records only? Since the one you are editing is not available ...
by James Bott
Thu Jul 15, 2021 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1273

Re: ApplyParams Tdatabase

... is needed because I am in modification of that record and when I search for that information it should not be considered the tecord that I am modifying. I don't understand what's difficult to understand. >1) Find any room available for the desired check_in and check_out dates. --Two criteria ...
by Silvio.Falconi
Thu Jul 15, 2021 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1273
PreviousNext

Return to advanced search