Search found 106 matches: fwstring

Return to advanced search

Re: "Save As" dialog box

Dear Yuri,

cFile := cGetFile32( "Prg Source (.prg) |.prg|", FWString( "Save as" ), 0, cPath, .T., .T. )

thanks to Cristobal
by Antonio Linares
Thu Jan 25, 2024 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1836

DBF to Excel Sheet, without Excel, using ADO ?

hi METHOD ToExcel() need Excel MsgAlert( FWString( "Excel not installed" ), FWString( "Alert" ) ) did Fivewin already have a Function to use ADO to "create" a XLSx Sheet :?: --- Idea :!: it seem function FW_OpenADOExcelBook( ...
by Jimmy
Tue Aug 08, 2023 6:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2578

Re: sugerencia para FWSTRING

Exacto, Hice ese cambio y en mi caso está funcionando. porque vi lo util que era la función fwstring y ya comence a utilizarlo no solo en frases cortas sino en explicaciones largas, entonces me resultó mas util referirme al indice que ocupa en aTranslate que no una frase. ...
by goosfancito
Sun Aug 06, 2023 6:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: sugerencia para FWSTRING
Replies: 2
Views: 242

Re: sugerencia para FWSTRING

Estimado Gustavo,

Lo que quieres es buscar una cadena pero usando un número, su índice ?
by Antonio Linares
Sat Aug 05, 2023 3:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sugerencia para FWSTRING
Replies: 2
Views: 242

sugerencia para FWSTRING

Antonio, agregue estas lineas en mi version no esta pero si pueden agregarlas para proximas atualizaciones o si pueden mejorar mi codigo mejor. gracias   if FWLanguageID() == 1      return cString   endif    // esto agregue. el 388 puse porque es la ultima linea por defecto que trae aStrings...
by goosfancito
Fri Aug 04, 2023 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sugerencia para FWSTRING
Replies: 2
Views: 242

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

... )   fwsetlanguage( 2 )     Quiero ahora  usar el "place of birth". PREGUNTA: hay otra forma de llamarlo sin tener que usar fwstring( "Date of birth:" )? Gracias.
by goosfancito
Fri Aug 04, 2023 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1189

Re: Errores rpreview

... stament or unbalanced deliminter ::oFactor:Set3dLook( .T. ) linea 1617 Error E0030 Syntax error: sintax error at ´@´ @ 8, 8 GROUP PROMPT FWString( "Printing range" ) SIZE 135, 72 PIXEL OF oDlg Estoy utilizando este fichero RMK #Borland makeHBDIR=c:\mar\fwh\xharbourBCDIR=c:\mar\fwh\bcc74FWDIR=c:\mar\fwh\fivewin#change ...
by Manuel Aranda
Fri Jun 16, 2023 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores rpreview (Solucionado)
Replies: 10
Views: 444

Re: FWstring() and Control SIZE

hi,
nageswaragunupudi wrote:Many controls like BTNBMP, etc. wrap the text to multiple lines where necessary,

ah, Ok so i have to modify "Height" of Control
by Jimmy
Wed Jun 07, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWstring() and Control SIZE
Replies: 2
Views: 174

Re: FWstring() and Control SIZE

Many controls like BTNBMP, etc. wrap the text to multiple lines where necessary, if the vertical space is adequate.
by nageswaragunupudi
Fri Jun 02, 2023 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWstring() and Control SIZE
Replies: 2
Views: 174

FWstring() and Control SIZE

hi,

when use a "short" English Word with FwString() it can be "long" in German or other Language
than Caption / PROMPT can be "to long" for Control SIZE

does Fivewin have a Solution for this Problem :?:
by Jimmy
Fri Jun 02, 2023 2:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWstring() and Control SIZE
Replies: 2
Views: 174

Re: hb_CDPSELECT() crash ?

hi Antonio, it happens in my DUALGRID App where i try to use FWstring() the Error "seems" when use DIRECTORY() and try to find Icon of File as i say it crash with hb_out.LOG so i don´t know "where" it crash --- i have use Codepage only ...
by Jimmy
Wed May 31, 2023 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_CDPSELECT() crash ?
Replies: 8
Views: 345

hb_CDPSELECT() crash ?

... Codepage=DEWIN which are used for   hb_LangSelect( cLangCode )   hb_CDPSELECT( cCodepage ) i can change LangCode=EN to check FWstring() Setting but when set Codepage=EN it crash at Start with hb_out.log :shock: Called from GDIP_IMAGEFROMFILE(0) Called from FW_READIMAGE(1459) ...
by Jimmy
Wed May 31, 2023 12:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_CDPSELECT() crash ?
Replies: 8
Views: 345

FWAddLanguage(), FWMissingStrings(), FWSaveStrings()

hi, i want to use FWString() so i look into file c:\fwh\source\function\strings.prg as i understand i must use FWString( EN ) in my CODE i can "add" my new Definition at Runtime by   AEVAL( aTranslates, { | a | FWAddString( ...
by Jimmy
Tue May 16, 2023 4:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWAddLanguage(), FWMissingStrings(), FWSaveStrings()
Replies: 0
Views: 164

Re: FWString() : how to add "Keywords"

Yes, I have not managed to publish the code
by cnavarro
Tue Apr 04, 2023 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 726

Re: FWString() : how to add "Keywords"

hi,
cnavarro wrote:https://forums.fivetechsupport.com/viewtopic.php?f=6&t=39139&start=0&hilit=fw+translang

thx for Link but there is no Source CODE of Function FW_TransLang()

i do not have \source\internal\FTRANSLATE.PRG which seem to include FW_TransLang()
by Jimmy
Tue Apr 04, 2023 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 726
Next

Return to advanced search