RE: [RBASE-L] - Tip of the Day: Detecting the Type of Network Connection

2022-06-22 Thread javier.valencia
Nice property. I wrote an application a while back to test/measure network 
speed. You select a local directory, a server location, a file size and number 
of transfers and the application creates a “dummy” file of the select size and 
copies it back and forth the selected number of times and reports the 
individual transfer times and overall average. Works great to diagnose slow 
connections from specific workstations.
It would be nice to add the connection type and maybe the capability to switch 
back and forth between wired and wireless to compare relative times.
I need to find the utility and do some upgrades.

Javier,

Javier Valencia, PE
913-915-3137


-Original Message-
From: rbase-l@googlegroups.com  On Behalf Of A. 
Razzak Memon
Sent: Friday, June 17, 2022 7:59 AM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Tip of the Day: Detecting the Type of Network Connection

Friday, June 17, 2022

Tip of the Day: Detecting the Type of Network Connection
Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.: 10.5.4.20616 or higher
Sections..: Commands
Keywords..: GETPROPERTY, Connection Type, Network, Adapter

Did you know that new GETPROPERTY command parameters were implemented to detect 
the network connection type?

NETWORKCONNECTIONTYPE and NETWORKCONNECTIONTYPEEX are new parameters for the 
GETPROPERTY command.

NetworkConnectionType returns network connection type, with possible values 
being: Ethernet, Wi-Fi, Bluetooth, Unknown.

NetworkConnectionTypeEx is an expanded
implementation of the property which considers the network adapter's metrics 
and returns the network connection type and name of the adapter, with possible 
return values being: Ethernet, Wi-Fi, Bluetooth.

GETPROPERTY APPLICATION NetworkConnectionTypeEx vConType SHOW VAR vConType 
vConType = Ethernet, ASIX AX88179 USB 3.0 to Gigabit Ethernet Adapter 

The ability to detect the network connection type is an ideal feature, 
especially for reliable connections to the database.

Very Best R:egards,

Razzak.

R:BASE Technologies, Inc.
https://www.rbase.com


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/0LjHGD-1nQe231SoB-00dW3k%40mrelay.perfora.net.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/!%26!AAAYAG1gU%2BA71stIig71BAFnx9iihQAAEEJVB8Ax7sVJsq5LkExVtwIBAA%3D%3D%40vtgonline.com.


Re: [RBASE-L] - Fusion de Fichiers PDF

2022-06-22 Thread A. Razzak Memon

Jean-Marc Mass,

Oui.

Jetez un œil au R:PDFWorks X.5 pour atteindre votre objectif et plus encore...

https://www.rbase.com/products/rpdfworks/intro.php

Yes.

Take a look at the R:PDFWorks X.5 to accomplish your goal and more ...

https://www.rbase.com/products/rpdfworks/intro.php

Very Best R:egards,

Razzak


At 06:17 AM 6/22/2022, Jean-Marc Massé wrote:


Hi there,

Can you tell me if there is a solution in Rbase to merge multiple PDF files?

Thank you for your reply


--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups "RBASE-L" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/0MfFYy-1oIuDc3QKo-00OnNS%40mrelay.perfora.net.


[RBASE-L] - Tip of the Day: Assigning Fixed Columns to Enhanced DB Grids

2022-06-22 Thread A. Razzak Memon

Wednesday, June 22, 2022

Tip of the Day: Assigning Fixed Columns to Enhanced DB Grids
Product...: R:BASE X.5 and R:BASE X.5 Enterprise (Version 10.5)
Build.: 10.5.4.20616 or higher
Sections..: Forms
Keywords..: Enhanced DB Grid, Column, Fixed, Lock, Options

Did you know that a menu option has been added for Enhanced DB Grids 
to specify the number of fixed columns?


The ability to assign fixed columns for Enhanced DB Grids has been 
supported through the PROPERTY command. However, there was no menu 
option, to easily assign a value.


The "Fixed Columns" menu option was added within the Enhanced DB Grid 
property editor, to specifies the number of columns on the left of 
the grid that are fixed, and cannot be scrolled. Fixed columns is 
similar to how "locked columns" behave in the Data Browser.


Below is an example of the PROPERTY command to specify that 2 columns 
on the left of the grid cannot be scrolled.


PROPERTY ContactDetails FIXEDCOLS '2'

Very Best R:egards,

Razzak.

R:BASE Technologies, Inc.
https://www.rbase.com



--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups "RBASE-L" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1MDQFe-1nvmyP1Wi6-00AXZm%40mrelay.perfora.net.