|
Open a window under the pressed button; same way column filter is opened
#xpa
well ... that is what i want :) at 1st i tried a dropdown field and i tried to put a normal field over dropdown field ... Turns out you cant put dropdown filed under normal field with manual Z-order.
well ... that is what i want :) at 1st i tried a dropdown field and i tried to put a normal field over dropdown field ... Turns out you cant put dropdown filed under normal field with manual Z-order.
|
By
Adrian Wick
· #195809
·
|
|
Open a window under the pressed button; same way column filter is opened
#xpa
I figured it out ... I used formunitstopixels and than pixelstoformunits. And i had to dived the numbers by the horizontal and vertical factor on the form. regards A
I figured it out ... I used formunitstopixels and than pixelstoformunits. And i had to dived the numbers by the horizontal and vertical factor on the form. regards A
|
By
Adrian Wick
· #195807
·
|
|
Open a window under the pressed button; same way column filter is opened
#xpa
Hi wizards!! I am trying to figure out how to open a new window on a specific place. Similar to the column filter in tables: This "filter" window is opened aligned exactly to the right side of the sel
Hi wizards!! I am trying to figure out how to open a new window on a specific place. Similar to the column filter in tables: This "filter" window is opened aligned exactly to the right side of the sel
|
By
Adrian Wick
· #195806
·
|
|
DBNETLIB ConnectionOpen(Connect()). SQL Server does not exist or access denied
A week ago i had the same problem. Turns out my server and sql instance name was wrong. I created a new project with 3 tables, 1 in each instance. Created 3 programs, each containing 1 table and than
A week ago i had the same problem. Turns out my server and sql instance name was wrong. I created a new project with 3 tables, 1 in each instance. Created 3 programs, each containing 1 table and than
|
By
Adrian Wick
· #195798
·
|
|
Fastest record deletion method
Hello Ira, with direct sql you delete a number of rows in a single call, while with main table and delete mode, you delete records one by one. You don't need to "drop" the table to delete records. I a
Hello Ira, with direct sql you delete a number of rows in a single call, while with main table and delete mode, you delete records one by one. You don't need to "drop" the table to delete records. I a
|
By
Adrian Wick
· #195788
·
|
|
windows server 2019 enterprise, mssql express and windows 10 client
Thank you for all your help! I don't know why, but i had to point only to server name, without the instance in it in database server configurations. For instance my server name is "server" and i had i
Thank you for all your help! I don't know why, but i had to point only to server name, without the instance in it in database server configurations. For instance my server name is "server" and i had i
|
By
Adrian Wick
· #195783
·
|
|
windows server 2019 enterprise, mssql express and windows 10 client
Keith i use only SQL Authentication. But just for the fun of it, i will try with mixed and than switched user/password. I will report back in a few hours. Thank you all for your time. A
Keith i use only SQL Authentication. But just for the fun of it, i will try with mixed and than switched user/password. I will report back in a few hours. Thank you all for your time. A
|
By
Adrian Wick
· #195782
·
|
|
windows server 2019 enterprise, mssql express and windows 10 client
Yes, i have gone trough all those settings. Something must have change on the client. Because if i turn off the new server and turn on the old one which was working fine until 2 days ago ... i get the
Yes, i have gone trough all those settings. Something must have change on the client. Because if i turn off the new server and turn on the old one which was working fine until 2 days ago ... i get the
|
By
Adrian Wick
· #195770
·
|
|
windows server 2019 enterprise, mssql express and windows 10 client
Yes i can. A
By
Adrian Wick
· #195766
·
|
|
windows server 2019 enterprise, mssql express and windows 10 client
FYI ... I tried to connect via ODBC DATA Sources ... And i can see all the databases after entering server name, username and password ... A
FYI ... I tried to connect via ODBC DATA Sources ... And i can see all the databases after entering server name, username and password ... A
|
By
Adrian Wick
· #195764
·
|
|
windows server 2019 enterprise, mssql express and windows 10 client
Still the same error :(. A
Still the same error :(. A
|
By
Adrian Wick
· #195763
·
|
|
windows server 2019 enterprise, mssql express and windows 10 client
Thank you! So i need to install this on a client or on server? Regards A
Thank you! So i need to install this on a client or on server? Regards A
|
By
Adrian Wick
· #195761
·
|
|
windows server 2019 enterprise, mssql express and windows 10 client
Hello all, yesterday i upgraded to windows server 2019 from windows 2008 R2 ... On server everything works! But over the network on windows 10 client i get this error: "SQL Server does not exist or ac
Hello all, yesterday i upgraded to windows server 2019 from windows 2008 R2 ... On server everything works! But over the network on windows 10 client i get this error: "SQL Server does not exist or ac
|
By
Adrian Wick
· #195759
·
|
|
WebView2
#xpa
#dotnet
Oh boy ... I FINALLY DID IT! This is all you need guys: Now I can go have a beer. Happy holidays everyone! Regards A
Oh boy ... I FINALLY DID IT! This is all you need guys: Now I can go have a beer. Happy holidays everyone! Regards A
|
By
Adrian Wick
· #195720
·
|
|
Number variables and picture
#xpa
#sql
Hello all, i have a table with a numeric field of 2. And i am importing some data from excel into this table. In some cases the number in excel is over 99 and than the data is shown as ** in table, on
Hello all, i have a table with a numeric field of 2. And i am importing some data from excel into this table. In some cases the number in excel is over 99 and than the data is shown as ** in table, on
|
By
Adrian Wick
· #195716
·
|
|
Screen dimension size memory in xpa 4.8? Not sure why this happened.
If you are using "persistent forms state" there is also a field below this option called "persistent form state version". whenever you change the layout of the form also change the version ... and you
If you are using "persistent forms state" there is also a field below this option called "persistent form state version". whenever you change the layout of the form also change the version ... and you
|
By
Adrian Wick
· #195709
·
|
|
WebView2
#xpa
#dotnet
Does anyone know where to get Microsoft.Web.dll? So here are the steps i did: 1. installed visual studio 2019 (i don't think this was a mandatory step, but i did it anyway) 2. installed edge (the ever
Does anyone know where to get Microsoft.Web.dll? So here are the steps i did: 1. installed visual studio 2019 (i don't think this was a mandatory step, but i did it anyway) 2. installed edge (the ever
|
By
Adrian Wick
· #195643
·
|
|
Missing Expressions Window
It worked for me ... i had the same situation ... pressing F5 opened something, i couldnt click anywhere ... only pressing ESC worked, which closed the window ... good luck! A
It worked for me ... i had the same situation ... pressing F5 opened something, i couldnt click anywhere ... only pressing ESC worked, which closed the window ... good luck! A
|
By
Adrian Wick
· #195642
·
|
|
Missing Expressions Window
Hi, unipaas stores windows last opened locations and it can happen that sometimes you have 2 monitors or 3 ... and than open unipaas only with 1 monitor. Unipaas still moves expression windows to the
Hi, unipaas stores windows last opened locations and it can happen that sometimes you have 2 monitors or 3 ... and than open unipaas only with 1 monitor. Unipaas still moves expression windows to the
|
By
Adrian Wick
· #195640
·
Edited
|
|
Problem Google Maps
Hi, i never got it working with that <meta>, but got it working with the change of reg files ... that way googlemaps works. but it is still not 100%. For instance opening a shared file from googledriv
Hi, i never got it working with that <meta>, but got it working with the change of reg files ... that way googlemaps works. but it is still not 100%. For instance opening a shared file from googledriv
|
By
Adrian Wick
· #195609
·
|