Search found 87 matches: replaces

Return to advanced search

Re: Strange characters going from FWH to Outlook FWH 13.10

Thank you for your suggestion. But I don't think that is a solution to my problem. Your suggestion replaces the characters with a sign by its normal character. Since I need those special characters to put into official documents, I just can't replace them. Names for instance ...
by driessen
Fri Dec 15, 2023 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3722

Re: Dialogos dentro de una ventana

... 1. Create a dialog from source code or from resources. 2. Activate the dialog like this: ACTIVATE DIALOG oDlg AS MDICHILD This one line of code replaces all the above code. Genial, esto no lo sabia! Muchas gracias!!!!! El dialog que crea es NO MODAL cierto?
by cmsoft
Wed Dec 06, 2023 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos dentro de una ventana
Replies: 14
Views: 3122

Re: Dialogos dentro de una ventana

From the version FW1810 ( October 2018 ) onwards, this is very simple.

1. Create a dialog from source code or from resources.
2. Activate the dialog like this:
Code: Select all  Expand view
ACTIVATE DIALOG oDlg AS MDICHILD


This one line of code replaces all the above code.
by nageswaragunupudi
Wed Dec 06, 2023 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogos dentro de una ventana
Replies: 14
Views: 3122

Re: Convert a print to Rtf or doc

DOCX-Format The DOCX format is an XML-based file format for Word documents, used by Microsoft Word, especially since Word 2007. It replaces the older binary DOC format. DOCX files are actually ZIP archives containing multiple files and folders that collectively represent the entire document. ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3468

Re: Bugs in TButtonBmp

As of now, skinbuttons are compatible only with the legacy paint behavior. Actually skinbuttons replaces the paint method of the button. While the paint method of buttons is greatly enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) ...
by richard-service
Thu May 04, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1636

Re: dbfntx very slow with 2+ users

... you are a small company, should use RDP. All your problems will disappear with it. And another warning. The young generation of business managers replaces all desktop programs with web applications. The dangerous thing for us desktop program vendors is that we don't even get informed. They look ...
by Otto
Tue Apr 12, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6817

Re: Soap Web Service

... Then replaces the template with their values .. cXML := strtran( cXML , '##CARDNUMBER##',cTarjeta ) cXML := strtran( cXML , '##STOREID##',strzero(SucursalActual,3,0)) ...
by ramirezosvaldo2
Thu Jan 27, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 906

Re: conversion of a string

... using this function. cString:= StrTran(cString," ,", ",") The above looks for any leading spaces followed by a comma and replaces them with just the comma. I would preprocess the entire database using this to clean up user data entry mistakes. In the future it would be ...
by James Bott
Fri Jan 21, 2022 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: conversion of a string
Replies: 2
Views: 272

Re: Opinions wanted: Browse Refresh Issue

Here is the problem. When browsing a file, using the down arrow, as the highlight bar move, it replaces the content of the row with the original one. So, with inventory, if the partnumber 123 is displayed, as the person scrolls down the list of other parts ( rows ), the ...
by nageswaragunupudi
Wed Nov 03, 2021 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opinions wanted: Browse Refresh Issue
Replies: 4
Views: 482

Opinions wanted: Browse Refresh Issue

... tech, so I don't know about the motherboard. Here is the problem. When browsing a file, using the down arrow, as the highlight bar move, it replaces the content of the row with the original one. So, with inventory, if the partnumber 123 is displayed, as the person scrolls down the list of ...
by TimStone
Tue Nov 02, 2021 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opinions wanted: Browse Refresh Issue
Replies: 4
Views: 482

HB_URLDECODE

... character-set. Since URLs often contain characters outside the ASCII set, the URL has to be converted into a valid ASCII format. URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits. URLs cannot contain spaces. URL encoding normally replaces ...
by Otto
Mon Dec 07, 2020 12:17 am
 
Forum: mod_harbour
Topic: HB_URLDECODE
Replies: 0
Views: 242

Re: Colgado al agregar un registro

... porque sospecho que el dbappend se ejecuta pero al quedarse colgado el proceso no se completa pues no se llega a ejecutar los correspondientes replaces Sigo investigando. Un saludo
by miarcod
Thu Oct 08, 2020 6:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colgado al agregar un registro
Replies: 7
Views: 1039

Re: No encuentra Registro con FWHMariaDB

Thanks Mr. Rao.

I have FWH1804

It works with If oCtrl:Seek( Alltrim(cUser) )
And I have SET EXACT OFF

Other
what function replaces ClipValue2SQL()

Thanks very much
by acuellar
Sat Jul 06, 2019 3:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentra Registro con FWHMariaDB
Replies: 14
Views: 1434

Re: Setup Barcode system in FWH

... After that, programming routines for the reader will be simple. Just consider it to be like programming for typed input, but the reader actually replaces the keyboard in that field. Tim
by TimStone
Tue Mar 12, 2019 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6212

Re: A toolbox of netfunctions and tDatabase-tests

... with the other fields using the < Save button > Buttons ; New 1 = new with ID New 2 = new with NO ID Zap = Zap file Restore original = replaces DBF with backup Renumber = write all ID's new Save = save vars to DBF with a defined ID from record-number http://www.pflegeplus.com/IMAGES/Network22.jpg ...
by ukoenig
Thu Feb 07, 2019 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A toolbox of netfunctions and tDatabase-tests
Replies: 30
Views: 6245
Next

Return to advanced search