Search found 290 matches: doubt

Return to advanced search

Re: link between PRG and RC

... file that you want to manage from your PRG. You may find several REDEFINE commands in your PRG code Hope this helps. Please feel free to ask any doubt about it :-)
by Antonio Linares
Tue Jan 30, 2024 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1787

Re: Transform doubt

paquitohm wrote:Try so:

Code: Select all  Expand view
nVar:= 14000
cVar:= Transform(nVar, "@E 999,999.999")


Regards


Thanks, but in this case cVar type change to caracter.
by wartiaga
Sun Jan 28, 2024 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transform doubt
Replies: 2
Views: 348

Re: Transform doubt

Try so:

Code: Select all  Expand view
nVar:= 14000
cVar:= Transform(nVar, "@E 999,999.999")


Regards
by paquitohm
Sun Jan 28, 2024 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transform doubt
Replies: 2
Views: 348

Transform doubt

Hi,

I have a numeric var with content 14,000 How can I transform this value into 14.000,000?
Thanks in advance.
by wartiaga
Sun Jan 28, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transform doubt
Replies: 2
Views: 348

Re: aGetFiles doubt

by wartiaga
Thu Jan 04, 2024 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetFiles doubt
Replies: 4
Views: 744

Re: aGetFiles doubt

aGetFiles( "*.xml", "Selecione o(s) xml(s)", "*.xml", "") 3rd param can be nil or numeric value. Not character value. Please try: aGetFiles( "*.xml", "Selecione o(s) xml(s)", 1, "") Same error Nages! By the way aGetFilesA...
by wartiaga
Thu Jan 04, 2024 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetFiles doubt
Replies: 4
Views: 744

Re: aGetFiles doubt

aGetFiles( "*.xml", "Selecione o(s) xml(s)", "*.xml", "")


3rd param can be nil or numeric value. Not character value.

Please try:
Code: Select all  Expand view
aGetFiles( "*.xml", "Selecione o(s) xml(s)", 1, "")
by nageswaragunupudi
Thu Jan 04, 2024 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetFiles doubt
Replies: 4
Views: 744

aGetFiles doubt

Hi, Why this line above returns ASIZE error? VetXmlsNf := aGetFiles( "*.xml", "Selecione o(s) xml(s)", "*.xml", "") Time from start: 0 hours 0 mins 10 secs Error occurred at: 03/01/2024, 15:45:34 Error description: Error BASE/2023 Argument error: ASIZE Args: [...
by wartiaga
Wed Jan 03, 2024 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetFiles doubt
Replies: 4
Views: 744

Re: FolderEx Behaviour Doubt

Modifique seus .PRGS assim, e reporte como ficou. Pls. FUNCTION Main()   SetGetColorFocus( CLR_LGREEN ) // COR EM TODOS OS GETS DOS DIALOGOS.   tGet():lDisColors  := .F.   // WHEN( .F. ) COR.   tGet():nClrTextDis := CLR_HBLUE   tGet():nClrPaneDis := CLR_YELLO...
by wartiaga
Thu Dec 14, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx Behaviour Doubt
Replies: 4
Views: 391

Re: FolderEx Behaviour Doubt

Modifique seus .PRGS assim, e reporte como ficou. Pls. FUNCTION Main()   SetGetColorFocus( CLR_LGREEN ) // COR EM TODOS OS GETS DOS DIALOGOS.   tGet():lDisColors  := .F.   // WHEN( .F. ) COR.   tGet():nClrTextDis := CLR_HBLUE&nb...
by karinha
Thu Dec 14, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx Behaviour Doubt
Replies: 4
Views: 391

Re: FolderEx Behaviour Doubt

Código? WHEN( .F. ) ? SetGetColorFocus() ?? Regards, saludos. Karinha, não uso when .f. neste campo é um campo normal, segue a linha: REDEFINE GET oGet3300 VAR oArqCto:CALCATE ID 127 Bitmap "FINDP"; of Folder1:aDialogs[2] Picture "@!" Color Frente,Fundo update action Mostraate1(...
by wartiaga
Wed Dec 13, 2023 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx Behaviour Doubt
Replies: 4
Views: 391

Re: FolderEx Behaviour Doubt

Código?

WHEN( .F. ) ?

SetGetColorFocus() ??

Regards, saludos.
by karinha
Wed Dec 13, 2023 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx Behaviour Doubt
Replies: 4
Views: 391

FolderEx Behaviour Doubt

Hi

Why does the first get in folderex not obey the color that was set? This happens in all the first gets of all tabs.
Thanks in advance!

Image
by wartiaga
Wed Dec 13, 2023 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx Behaviour Doubt
Replies: 4
Views: 391

Re: Interesting discussion with ChtGPT

... you ask this AI system about it, and you get this response. Are you going ahead with obtaining and using these tools ? Based on this response, I doubt it, and that might be a real concern. Here is a challenge for you. Take a look at Swift, the current modern Apple OS ( and versions of iOS ) programming ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1250
Next

Return to advanced search