Search found 19 matches: impose

Return to advanced search

Re: Filter on Xbrowse

... really don't understand the logic you want. Regards, saludos. My idea is also not what you want )) No I want another situation Why do you want to impose something on me that I don't need? I realized that I have to do a simulation to make you understand what I would like to create First step init ...
by Silvio.Falconi
Thu May 02, 2024 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 704

Re: Backups into blu rays

... seen a PC or server infected with ransomware? Best regards, Otto this is the typical example when one asks one thing and everyone wants to impose another thing on you, ignoring what the author of the topic asked!!!! Please the topic Is "backup on bluray"
by Silvio.Falconi
Tue Jan 02, 2024 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3433

Re: Convert a print to Rtf or doc

... forum... we start from a topic for example "..how do I save a print preview in Word docx..." and then there are people who don't want to impose everything 'other such as the html language for example Please let's get back to the Title of this topic
by Silvio.Falconi
Fri Dec 01, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3489

Re: Logo on MDI window.

... WINDOW oWinNew    else      oWinNew:SetFocus()   endifRETURN NIL  that is, I have to impose on the child window that if there is a bar it must not go beyond that column, if it is not there it can go to the end of the main window
by Silvio.Falconi
Thu Nov 10, 2022 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 918

Re: How many control per dialog?

... no|yesWarning Level = 1|2|3|4|0User Include Path =User Defines =Compiler Options =Linker Options = /HEAP: 0x10000, 0x1000 Dear Dutch, FWH does not impose any limit on that, so I guess that you are reaching the limit of your Win32 app default HEAP. You may try to increase the heap using the linker ...
by dutch
Tue Nov 16, 2021 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many control per dialog?
Replies: 21
Views: 1334

Re: How many control per dialog?

Dear Dutch, FWH does not impose any limit on that, so I guess that you are reaching the limit of your Win32 app default HEAP. You may try to increase the heap using the linker flag /HEAP when linking the EXE: /HEAP: 0x10000, 0x1000 Please ...
by Antonio Linares
Tue Nov 16, 2021 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many control per dialog?
Replies: 21
Views: 1334

Re: To Nages : Explain me how I must make this tdatabase

... many still have not solved them yet !! I wanted to show the customer Id ( codice) in the dialog but with tdata it was not possible or you want to impose your type of programming that I do not like. My customer (to whom I have to make the software) wants to have the customer code on the edit dialog, ...
by Silvio.Falconi
Sat Mar 02, 2019 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3383

Re: Pro's and Contra's fom Resources or Coded screens

... 3" mobile phone screen. Probably we can have the best of 2 worlds with simple ideas: 1) Design your form at it's minimun size. That will impose the minimun size of the form/dialog, It won't be resize to less than that size. 2) For each control, define its behavoir on resize: 2a) For top ...
by Carlos Mora
Sat Aug 05, 2017 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11643

Re: HACER MAS RAPIDO UN PROCESO

... ways to do. We can straightaway get account summary ( some countries call it trial balance) with group totals and all in one stroke. Then super-impose closing entries and display balance-sheet and profit and loss account. I suggest you post a specific requirement in a separate thread and we ...
by FranciscoA
Thu Apr 30, 2015 1:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HACER MAS RAPIDO UN PROCESO
Replies: 13
Views: 2679

Help with a Mysql query

... ways to do. We can straightaway get account summary ( some countries call it trial balance) with group totals and all in one stroke. Then super-impose closing entries and display balance-sheet and profit and loss account. I suggest you post a specific requirement in a separate thread and we ...
by FranciscoA
Thu Apr 30, 2015 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with a Mysql query
Replies: 6
Views: 1498

Re: HACER MAS RAPIDO UN PROCESO

... ways to do. We can straightaway get account summary ( some countries call it trial balance) with group totals and all in one stroke. Then super-impose closing entries and display balance-sheet and profit and loss account. I suggest you post a specific requirement in a separate thread and we ...
by nageswaragunupudi
Wed Apr 29, 2015 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HACER MAS RAPIDO UN PROCESO
Replies: 13
Views: 2679

Re: dialog creation ..

... english (sorry for my english) I will not argue for your answer, but I think if a person does not know how to help someone, why must necessarily impose another solution that is clearly wrong because you can not build any application because you can not do one thing: I instead of a tooltip with ...
by MdaSolution
Fri Aug 19, 2011 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog creation ..
Replies: 18
Views: 3085

Re: Harbour Compiler Build Questions ! UPDATED *

... you :). AIM won't be practical because of the time difference (I'm in Malaysia GMT+8). I'll be mailing you should it be necessary as I don't wanna impose on you :) >>What tools are you using. It would appear you are implementing Harbour, but what C compiler ? I missed that. >>I am using ...
by hua
Thu Jun 16, 2011 2:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Compiler Build Questions ! UPDATED *
Replies: 42
Views: 14034

Main Window background

... RESOURCE "WINBACK" PalBmpDraw( hDC, 0, 0, oImage:hBitmap, , nWIDTH, nHEIGHT, , .T. ) RETURN NIL This works fine. However, I want to also impose another bitmap in the center of the window. It is a transparent bitmap ( Alpha ), and should exist on top of the main background, centered. I ...
by TimStone
Sun Oct 11, 2009 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Main Window background
Replies: 13
Views: 3374

Re: Intermittant ADO xBrowse error ( thread with Antonio )

... nil .and. oRs:State > 0, oRs:RecordCount(), ....) It should do like this for every codeblock and also reposition the record pointer. This will impose heavy overhead for browsing. I feel that the right place to handle this issue is in our code and should be possible, because it is only momentary ...
by nageswaragunupudi
Wed Jul 22, 2009 3:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant ADO xBrowse error ( thread with Antonio )
Replies: 11
Views: 4182
Next

Return to advanced search

cron